body {
    margin: 0;
    overflow-x: hidden;
}
body, p {
    font-size: 16px;
}
.error {
    color: red;
    text-align: start;
}
.login-sec {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-left {
    width: 45%;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
}

    .login-left img {
        width: 100%;
        max-width: 420px;
    }

.login-right {
    padding: 40px;
    max-width: 546px;
    padding: 40px;
}
.login-mid {
    display: flex;
    align-items: center;
    justify-content: center;
}
.divider-login {
    width: 2px;
    height: 100%;
    background: linear-gradient(to bottom, transparent, #e0e0e0, transparent);
}
.login-main {
    display: flex;
/*    width: 100%;*/
    max-width: 1100px;
    margin: auto;
    border-radius: 15px;
    overflow: hidden;
    background: white;
}

.input-icon {
    position: absolute;
    top: 16px;
    right: 17px;
    width: 25px;
}
.login-input {
    width: 100%;
    box-sizing: border-box;
}
.btn-login {
    width: 100%;
}
.text-small {
    font-size: 0.9rem;
}

.login-input {
    padding: 15px 48px 15px 15px;
    background: #16b2ec0f;
    border-radius: 9px;
    border: 1px solid #a19dd5;
    font-size: 18px;
    color: rgb(29, 29, 29);
}

.form-control:focus {
    border: 1px solid rgb(54 54 54);
    background: #16b2ec0f;
    color: rgb(29, 29, 29) !important;
    box-shadow: none !important;
}

::placeholder {
    color: #565656 !important;
    opacity: 1;
    /* Firefox */
}

::-ms-input-placeholder {
    /* Edge 12-18 */
    color: #816053 !important;
}

.btn-login {
    color: #ffffff;
    border: 0px solid;
    font-size: 2.2rem;
    font-weight: 500;
    padding: 10px;
    background: #16b2ec;
    border-radius: 8px;
}

    .btn-login:hover {
        background: #1192c1;
        color: #ffffff;
    }

.bg-login {
    background-image: url("../../assets/img/login3.jpg");
    background-size: cover;
    background-position: top center;
    background-color: #504f94;
    /* padding: 20px; */
}

@media (max-width:992px) {
    .login-left {
        width: 100% !important;
        display: none !important;
    }

    .login-right {
        width: 100% !important;
        padding: 20px;
    }
}

.login-mid {
    width: 1%;
}

.divider-login {
    width: 1px;
    height: 100%;
}

.rem-chk {
    position: relative;
    top: 2px;
    border-color: #16b2ec;
}

.fw-600 {
    font-weight: 600;
}

.login-heading {
    font-size: 25px;
    color: #2b3c67 !important;
    font-weight: 600;
    margin-bottom: 20px;
}

.login-heading-top {
    font-size: 22px;
    color: #2b3c67 !important;
    font-weight: 500;
    margin: 20px;
}

.login-main a {
    color: #16b2ec;
    text-decoration: underline;
    font-weight: 500;
}

.form-check-input:checked {
    background-color: #16b2ec !important;
    border-color: #16b2ec !important;
}

.form-check-input:focus {
    border-color: #16b2ec !important;
    outline: 0;
    box-shadow: none !important;
}

@media (max-width:767px) {
    .login-heading {
        font-size: 22px;
    }

    .login-heading-top {
        font-size: 20px;
    }

    .btn-login {
        font-size: 1.1rem !important;
    }
}

.fss-15 {
    font-size: 15px;
}
.fss {
    font-size: 16px;
}
.rem-chk {
    position: relative;
    top: 2px;
    border-color: #16b2ec;
}

.form-check-input {
    width: 14.4px !important;
    height: 14.4px !important;
    margin: 0px !important;
}
