.signup-banner {
    background-image: url('../images/register_banner.png');
    /* background-attachment: fixed; */
    min-height: 100%;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 100vh;
    background-size: cover;
    background-position: top center;
    border-radius: 50px 0px 0px 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sign_in-title {
    color: #000;
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
}

.form-label {
    color: #191717;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    /* line-height: 37.405px; */
}

.form-control {
    border-radius: 9.351px;
    border: 1.169px solid rgba(0, 0, 0, 0.12);
    padding-top: 16px;
    padding-bottom: 16px;
}

.login_area {
    height: 100%;
    /* overflow-y: auto; */
    padding: 5% 15%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.login_area::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.login_area {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.sign_in {
    margin-bottom: 32px;
}

.p-relative {
    position: relative;
}

.pwd_hide_show {
    position: absolute;
    right: 11px;
    top: 42px;
    color: #6c757d;
    font-size: 19px;
    cursor: pointer;
}

.pwd_hide_show:hover {

    cursor: pointer;
}

.btn-primary {
    background: #3C6BE5;
    border-color: #3C6BE5;

}

.on-time-otp-modal-body {
    padding: 36px 18px;
}

.small-text {
    color: #6B8097;
    text-align: center;
    font-family: Source Sans Pro;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.029px;/
}

.otp-modal-title {
    color: #6B8097;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

.otp-modal-inputs input {
    margin: 4px;
    width: 40px;
    border: unset;
    border-bottom: 1px solid #6B8097;
}

.otp-modal-inputs input {
    margin: 4px;
    width: 90px;
    border: unset;
    border-bottom: 1px solid #6B8097;
    text-align: center;
    font-size: 32px;
}

.otp-modal-inputs input:active,
.otp-modal-inputs input:focus {
    outline: unset;
    /* width: 40px; */
}

.wf-600 {

    font-weight: 600;
}

.resend-one-time-opt {
    color: #6B8097;
}

.modal-content {
    border-radius: 21.806px;
    box-shadow: 2.7874px 2.7874px 7.24725px 0px rgba(95, 110, 121, 0.13);
    border: unset;
}

.form-check-input {
    margin-top: 7px;
}

.form-check-label {
    font-size: 14px;
    color: #000C14;
    font-weight: 600;
}

.forgot-password {
    color: #E86969;

    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.register-form {
    margin-bottom: 32px;
}

.dont-have-account {
    color: #0D0E0E;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.dont-have-account a{
    color: #3C6BE5;
}


/* registration process style  */
.steps-side-bar{
    max-width: 300px;
    width: 100%;
    background-color: grey;
    height: 100vh;
    background-color: #f5f5f5;
}


/* Add your CSS styles for the form here */

.row {
    display: flex;
    justify-content: space-between;
}

.col {
    flex: 1;
    padding: 20px;
    border: 1px solid #ccc;
}

.steps-side-bar {
    text-align: center;
}

.step-indicators {
    margin-top: 20px;
}

.step-indicator {
    display: inline-block;
    padding: 5px 10px;
    margin: 5px;
    cursor: pointer;
    background-color: #ccc;
    border: 1px solid #999;
}

.step-indicator.active {
    background-color: #007bff;
    color: #fff;
}

.buttons {
    margin-top: 20px;
}

.steps-content {
    position: relative;
}

.step {
    display: none;
}

.step.active {
    display: block;
}
@media only screen and (max-width: 766.5px) {
    .text-white-cs{
        color: #a6d3ee;
/*        font-weight: 700;*/
/*        font-size: 22px;*/
        text-decoration: underline;
    
    }
    .terms_and_conditions{
        color: #fff;
    }
  }
