/** Login  start **/
.login-outr {
    background: url('../images/login.jpeg');
    position: relative;
    min-height: calc(100vh - 385px);
    position: relative;
    background-size: cover;
}

.login-outr::after {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 37, 112, 0.75);
    content: '';
}

.login-outr .copyright-footer {
    padding: 10px 0;
    z-index: 2;
    position: relative;
}

.login {
    width: 100%;
    opacity: 1;
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.login a {
    text-decoration: none;
}

.login .form-section {
    max-width: 520px;
    margin: 0 auto;
    padding: 35px 35px;
    background: #fff;
    border-radius: 12px;
    position: relative;
    z-index: 9;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.signup-link a {
    color: #4D6F94 !important;
}

.login .form-section p {
    color: #535353;
    margin-bottom: 0;
    text-align: center;
    font-size: 16px;
}

.login .form-section p a {
    font-weight: 500;
}

.login .form-section .extra-login {
    float: left;
    width: 100%;
    margin: 25px 0 25px;
    text-align: center;
    position: relative;
}

.login .form-section .extra-login::before {
    position: absolute;
    left: 0;
    top: 10px;
    width: 100%;
    height: 1px;
    background: #d8dcdc;
    content: "";
}

.login .form-section .extra-login>span {
    width: auto;
    float: none;
    display: inline-block;
    background: #fff;
    padding: 1px 20px;
    z-index: 1;
    position: relative;
    font-family: Open Sans;
    font-size: 15px;
    color: #535353;
    text-transform: capitalize;
}

.login .form-section ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.login .logo-2 img {
    margin-bottom: 14px;
    width: 100px;
}

.login .logo-2 h4 {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 20px;
}

.login .form-section .social-list li {
    display: inline-block !important;
    margin-bottom: 5px;
}

.login .form-section .social-list li a {
    font-size: 16px;
    font-weight: 500;
    margin: 2px 0 3px 0;
    height: 50px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    color: #fff;
}

.login .form-section .social-list li a i {
    height: 40px;
    width: 40px;
    line-height: 40px;
    float: left;
    color: #fff;
    border-radius: 20px;
}

.login .form-section .social-list li a span {
    margin-right: 7px;
}

.login .form-section .thembo {
    margin-left: 0;
    color: #4D6F94;
    font-weight: 500;
}

.login .form-section h3 {
    margin: 0 0 22px;
    font-size: 24px;
    font-weight: 700;
    color: #040404;
}

.login .form-section .form-group {
    margin-bottom: 25px;
}

.login .form-section .form-control {
    font-size: 16px;
    outline: none;
    padding: 12px 20px;
    color: #535353;
    height: 50px;
    border-radius: 4px;
    border: 1px solid #efefef;
    position: relative;
}

.login .form-section .form-control:focus {
    box-shadow: none;
    border: 1px solid #4D6F94;
}

.login .form-section .form-select {
    font-size: 16px;
    outline: none;
    padding: 12px 20px;
    color: #535353;
    height: 50px;
    border-radius: 4px;
    border: 1px solid #efefef;
    position: relative;
}

.login .form-section .form-select:focus {
    box-shadow: none;
    border: 1px solid #4D6F94;

}

.login .form-section .checkbox .terms {
    margin-left: 3px;
}

.login .form-section .btn-md {
    cursor: pointer;
    height: 60px;
    color: #fff;
    padding: 13px 50px 12px 50px;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Jost', sans-serif;
    border-radius: 3px;
}

.login .form-section button:focus {
    outline: none;
    outline: 0 auto;
}

.login .form-section .btn-theme.focus,
.btn-theme:focus {
    box-shadow: none;
}

.login .form-section .btn-theme {
    border: none;
    color: #fff;
    height: 50px;
}

.login .form-section .btn-theme:hover {
    box-shadow: none;
    background: transparent;
    border: 1px solid #4D6F94;
    color: #4D6F94;
}

.login .form-section .terms {
    margin-left: 3px;
}


.login .form-section .form-check a {
    color: #4D6F94 !important;
}

.login .form-section a.forgot-password {
    font-size: 16px;
    color: #4D6F94 !important;
    float: right;
}

.login .form-section a.forgot-password:hover {
    color: #4D6F94;
}

.login .form-group input[type="text"]:focus {
    border-color: #4D6F94;
    background: #fff;
    box-shadow: none;
}

/** Social media **/
.login .google-btn {
    display: inline-flex;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 24px;
    background: #4082ED;
}

.text-orange {
    color: #4D6F94 !important;
}

.form-group label {
    text-align: left;
}

@media (max-width: 1400px) {
    .login {
        align-items: inherit;
    }

    .login .form-section {
        padding: 45px 30px;
        margin-top: 25px;
    }

    .login .logo-2 img {
        width: 55px;
    }

    .login .logo-2 h4 {
        font-size: 25px;
    }

    .login .form-section h3 {
        margin: 0 0 10px;
        font-size: 18px;
    }

    .login .form-section .form-group {
        margin-bottom: 10px;
    }

    .login .form-section .form-control {
        font-size: 15px;
    }

    .login .form-section .form-select {
        font-size: 15px;
    }

    .login .form-section .form-group.my-4.clearfix {
        margin: 1rem 0px !important;
    }

    .login .form-section .btn-theme {
        height: 40px;
    }
}

@media (max-width: 768px) {
    .login+footer .copyright-footer p {
        color: #fff !important;
        font-size: 13px;
    }

    .login {
        align-items: inherit;
    }

    .login .form-section {
        padding: 45px 30px;
    }

    .login .logo-2 img {
        width: 55px;
    }

    .login .logo-2 h4 {
        font-size: 25px;
    }

    .login .form-section h3 {
        margin: 0 0 10px;
        font-size: 18px;
    }

    .login .form-section .form-group {
        margin-bottom: 10px;
    }

    .login .form-section .form-control {
        font-size: 15px;
    }

    .login .form-section .form-select {
        font-size: 15px;
    }

    .login .form-section .form-group.my-4.clearfix {
        margin: 1rem 0px !important;
    }

    .login .form-section .btn-theme {
        height: 40px;
    }

    .select-role .form-check-label {
        padding: 10px 20px !important;
        min-width: 140px !important;
    }
}

/** Login  end **/
.login footer {
    margin-top: auto;
}

.form-check-input:checked {
    background-color: #4D6F94;
    border-color: #4D6F94;
    box-shadow: none;
}

#img_logo {
    margin-bottom: 10px;
    width: 90px;
    border-radius: 10px;
}

#login .toggle-password,
#Customer-SignUp-form .toggle-password,
#Doctor-SignUp-form .toggle-password,
#rest-password .toggle-password {
    position: absolute;
    right: 25px;
    top: 25px;
    font-size: 14px;
}

.login .form-section.affiliate-sec {
    max-width: 680px;
}

.select-role {
    text-align: center;
    margin-bottom: 10px;
}

.select-role .form-check {
    padding-left: 0;
    display: inline-block;
    margin-bottom: 0;
    vertical-align: text-bottom;
}

.select-role .form-check input[type="radio"]:checked~label,
.select-role .form-check-label:hover {
    background-color: #4D6F94;
    color: #ffffff;
    transition: .5s all;
}

#Customer-SignUp-form .form-check-input,
#Customer-SignUp-form .form-check-label {
    cursor: pointer;
}

#Customer-SignUp-form .form-check-label a:hover {
    text-decoration: underline;
}

.select-role .form-check input[type="radio"]:checked~label p,
.select-role .form-check-label:hover p {
    color: #ffffff;
    transition: .5s all;
}

.select-role .form-check-label {
    cursor: pointer;
    padding: 13px 26px;
    text-align: center;
    border-radius: 30px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    min-width: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.select-role .form-check input[type="radio"] {
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
}

.select-role .form-check input[type="radio"]:checked~label .sgn-rdo-icn {
    line-height: 27px;
}

.radio-icon {
    width: 28px;
    height: 28px;
    background: #4D6F94;
    color: #fff;
    border-radius: 50%;
    font-size: 13px;
    line-height: 28px;
    display: inline-block;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.select-role .form-check input[type="radio"]:checked~label .radio-icon,
.select-role .form-check-label:hover .radio-icon {
    width: 28px;
    height: 28px;
    background: #fff;
    color: #4D6F94;
    border-radius: 50%;
    font-size: 13px;
    line-height: 28px;
    display: inline-block;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


/* Step Questions css start here */
.question-wrp {
    position: relative;
    z-index: 99;
    background: #fff;
    padding: 60px 40px 40px;
    border-radius: 15px;
}

.step-container {
    position: relative;
    text-align: center;
    transform: translateY(-43%);
}

.step-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #5e5eee;
    border: 2px solid #5e5eee;
    line-height: 30px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    cursor: pointer;
    color: #fff;
}

.step-line {
    position: absolute;
    top: 16px;
    left: 50px;
    width: calc(100% - 100px);
    height: 2px;
    background-color: #5e5eee;
    z-index: -1;
}

#multi-step-form {
    overflow-x: hidden;
}

.question-wrp .progress-bar {
    background-color: #5e5eee;
}

.step h4 {
    font-weight: 600;
}

.ques-inr h5 {
    font-size: 18px;
    font-weight: 600;
}

.ques-inr .form-check-label {
    cursor: pointer;
}