/* ----------------------- Checkbox2 ----------------------- */

.c-checkbox2 input[type='checkbox']:checked~label:after, .c-checkbox2 input[type='checkbox']:checked~.label:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    opacity: 1;
    visibility: visible;
}
.c-checkbox2>.c-div>label:before, .c-checkbox2>.c-div>.label:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 10px;
    border: 1px solid var(--neutral-600, #9B9B9B);
    background: var(--neutral-white, #FFF);
    box-sizing: border-box;
    border-radius: 0px;
    top: 0px;
    left: 0px;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
.c-checkbox2 input[type='checkbox'] {
    display: none;
}
.c-checkbox2 input[type='checkbox']~label:after, .c-checkbox2 input[type='checkbox']~.label:after {
    content: url(../img/checkbox_tick.svg);
    display: block;
    position: absolute;
    color: #00173E !important;
    border-radius: 0;
    border: 0;
    font-family: 'Inter';
    font-size: 30px;
    text-align: center;
    line-height: 12px;
    height: 1px;
    width: 1px;
    left: 0px;
    top: 0px;
    transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform: scale(0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transition: all .15s ease;
    -ms-transition: all .15s ease;
    transition: all .15s ease;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.c-checkbox2 {
    position: relative;
    margin-bottom: 0px;
    display: inline-block;
    vertical-align: middle;
}
.login_strong {
    color: var(--neutral-near-black, #0E0E0E);
    font-family: 'Inter';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 157.5%; /* 23.625px */
    margin-bottom: 0px;
}
.login_strong span {
    color: var(--neutral-600, #9B9B9B);
    font-family: 'Inter';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 157.5%;
}

.c-text {
    margin-left: 35px;
}

.checkbox_main {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 0px;
    width: 100%;
}


.login_section {
    padding-top: 89px;
}

.top_section {
    /*height: 336px;*/
    opacity: 0.9;
    background-position: center top;
    background: url(../img/login_topbg.svg),  var(--BG, linear-gradient(90deg, #F8F8F8 0.69%, #FEFEFE 33.43%, #F5F5F5 78.63%, #F5F5F5 99.86%));
    background-size: contain;
    background-repeat: no-repeat;
}
.reg_top_section {
    /*height: 336px;*/
    opacity: 0.9;
    background-position: center top;
    background: url(../img/register_bg.svg),  var(--BG, linear-gradient(90deg, #F8F8F8 0.69%, #FEFEFE 33.43%, #F5F5F5 78.63%, #F5F5F5 99.86%));
    background-size: contain;
    background-repeat: no-repeat;
}

.bottom_section {
    height: 434px;
    background: var(--BG, linear-gradient(90deg, #F8F8F8 0.69%, #FEFEFE 33.43%, #F5F5F5 78.63%, #F5F5F5 99.86%));
}
.reg_bottom_section {
    height: 546px;
    background: var(--BG, linear-gradient(90deg, #F8F8F8 0.69%, #FEFEFE 33.43%, #F5F5F5 78.63%, #F5F5F5 99.86%));
}
.login_bar {
    /*position: absolute;*/
    justify-content: center;
    display: flex;
    top: 89px;
    margin: auto;
    padding: 120px 0px;
}

.login_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*flex-shrink: 0;*/
    /*padding: 80px;*/
    /*max-width: 475px;*/
}

.login_form {
    padding: 16px;
    border: 1px solid var(--neutral-500, #D0D0D0);
    background: var(--neutral-white, #FFF);
    box-shadow: 2px 4px 8px 0px rgba(0, 0, 0, 0.07);
    width: 475px;
    margin-left: auto;
    margin-right: auto;
}

.form_main {
    background: var(--neutral-200, #FBFBFB);
    display: flex;
    padding: 64px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex: 1 0 0;
    align-self: stretch;
}

.login_title {
    color: var(--neutral-near-black, #0E0E0E);
    font-family: Libre Bodoni;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 128%;
    text-transform: capitalize;
    margin-bottom: 0px;
}
.forgot_password_style {
    color: var(--Functional-Info-Blue, #005BB9);
    font-family: Raleway;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 157.5%;
    text-decoration: none;
}
.textbar {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 21px;
    align-self: stretch;
}

.login_textbox {
    border: 1px solid var(--neutral-500, #D0D0D0);
    background: var(--neutral-white, #FFF);
    display: flex;
    height: 40px;
    padding: 10px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 0px;
    color: var(--neutral-800, #3C3C3C);
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 157.5%;
}

.login_button {
    background: var(--Primary, #00A99D);
    display: flex;
    padding: 3px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 0px;
    height: 38px;
    gap: 8px;
    align-self: stretch;
    color: var(--neutral-400, #F4F4F4);
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.35px;
    text-transform: uppercase;
}

.login_button:hover {
    background: var(--Primary, #00A99D);
    display: flex;
    padding: 3px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 0px;
    height: 38px;
    gap: 8px;
    align-self: stretch;
    color: var(--neutral-400, #F4F4F4);
    font-family: Raleway;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.35px;
    text-transform: uppercase;
}

.no_account {
    color: var(--neutral-near-black, #0E0E0E);
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 157.5%;
}

.signup_here {
    color: #005BB9;
    text-decoration: none;
}

.reset_subtitle {
    color: var(--Secondary, #014944);
    text-align: center;
    font-family: Raleway;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 157.5%;
    margin: 0px;
}