body {
    font-family: 'Poppins', sans-serif;
}

a {
    text-decoration: none !important;
}
p{
    margin-bottom: 0 !important;
}
ul {
    padding: 0 !important;
    margin: 0;
}

ul li {
    list-style: none;
}

html {
    scroll-behavior: smooth;
}

.scrollbar {
    background-color: #fff;
    width: 16px;
    height: 10%;
}

.scrollbar-track {
    background-color: #fff
}

.scrollbar-thumb {
    background-color: #babac0;
    border-radius: 16px;
    border: 5px solid #fff;
}

::-webkit-scrollbar {
    background-color: #fff;
    width: 16px;
    height: 10%;
}

::-webkit-scrollbar-track {
    background-color: #fff
}

::-webkit-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 16px;
    border: 5px solid #fff;
}

::-webkit-scrollbar {
    background-color: #fff;
    width: 16px;
    height: 10%;
}

::-webkit-scrollbar-track {
    background-color: #fff
}

::-webkit-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 16px;
    border: 5px solid #fff;
}

::-moz-scrollbar {
    background-color: #fff;
    width: 16px;
    height: 10%;
}

::-moz-scrollbar-track {
    background-color: #fff
}

::-moz-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 16px;
    border: 5px solid #fff;
}

.submit_btn {
    background-color: #009696;
    color: #fff;
    padding: 10px 66px;
    border: 1px solid #009696;
    transition: all 0.3s !important;
    font-weight: bold;
    display: inline-block;
    font-size: 18px;
    box-shadow: 0px 10px 20px rgb(0 150 150 / 20%);
    border-radius: 7px;
    margin-top: 30px!important;
}

.form-check-input:checked {
    background-color: #1AA1A1 !important;
    border-color: #1AA1A1 !important;
}

.form-check-input:focus {
    outline: none !important;
    box-shadow: none !important;

}
.login-page {
    display: flex;
    align-items: center;
    height: 100vh;
    background: url(../img/login_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 70%;
    margin: 0 auto;
    height: 80vh;
    background: #FFFFFF;
    box-shadow: 0px 10px 65px rgba(0, 150, 150, 0.15);
    border-radius: 10px;
}

/* Start Left Area */
.logo_text h3 {
    font-size: 56px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 18px;
    font-family: "Futura Now Headline";
}
.logo_text h4 {
    font-size: 26px;
    font-weight: 400;
    color: #fff;
    margin: 22px 0 0;
    line-height: 36px;
}
#leftArea {
    background: url('../img/left_bg.png'), linear-gradient(288.66deg, #009696 2.1%, #2ADADA 98.28%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vh;
    position: relative;
    border-radius: 10px 0 0 10px;
}
.logo_img {
    position: relative;
    left: 32%;
    top: 13%;
    transform: translate(-50%, -50%);
    text-align: left;
    width: 50%;
}
.logo_text {
    position: relative;
    left: 32%;
    top: 27%;
    transform: translate(-50%, -50%);
    text-align: left;
    width: 50%;
}
.bottomContent {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: center;
    left: 0;
}
.bottomContent p {
    color: #fff;
    font-size: 18px;
}
/* End Left Area */
/* Start Right Area */
#rightArea {
    padding: 0 11%;
}
.loginForget {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* End Right Area */
.subtext_ {
    color: #748383;
    font-size: 16px;
}
.subheading_ {
    font-size: 40px;
    font-weight: bold;
    color: #173636;
}
.back_btn {
    font-size: 24px;
    color: #8D8D8D;
    position: relative;
    top: 30px;
}
.loginContainer {
    border: none !important;
    padding: 0px 50px 15px;
}
.heading-text {
    font-size: 50px;
    font-weight: bold;
    color: #fff;
}
.form-check label.form-check-label {
    color: #748383;
    font-size: 14px;
    cursor: pointer;
}
.brand_logo img {
    width: 100%;
    max-width: 200px;
}
.form_horizontal .form-group {
    /* margin: 30px 0; */
    position: relative;
}
.form-check .form-check-input {
    cursor: pointer;
}
.label_text {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 300;
    color: #7D7D7D;
    position: absolute;
    top: -35px;
    z-index: 1;
    left: 0;
    padding: 0 9px;
}
.required {
    color: #FF0000;
    margin-left: 3px;
}
.form_horizontal .form-control {
    padding: 15px 23px;
    color: #748383;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    background: #FFFFFF;
    border: 1px solid rgba(232, 232, 232, 0.8);
    border-radius: 7px;
   
}
.form_horizontal .form-control::placeholder {
    color: #173636;
    font-size: 14px;
}
.form-control:focus {
    outline: 0 !important;
    /* background: #ffffff !important; */
    border: 1px solid rgba(232, 232, 232, 0.8)!important;
    box-shadow: none!important;
    border-radius: 7px !important;
}

.input_icon {
    position: absolute;
    top: 12px;
    padding: 3px;
    display: block;
    bottom: auto;
    right: 32px;
    width: 27px;
    height: 27px !important;
}
.forgot_password_ a {
    color: #1AA1A1;
    font-size: 14px;
    font-weight: 400;
    transition: all 0.3s;
}
#or-separator {
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 4px;
    justify-content: center;
}
#or-separator:before {
    content: "";
    background: rgba(0, 0, 0, 0.15);
    height: 1px;
    width: 29%;
}
#or-separator:after {
    content: "";
    background: rgba(0, 0, 0, 0.15);
    height: 1px;
    width: 29%;
}
.or-text {
    font-size: 18px;
    line-height: 1.42857;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.6);
    margin: 0 12px;
    /* text-align: center; */
}
/* Start Social links Css */
.login-social {
    text-align: center;
    margin-top: 13px;
}
.login-social li {
    margin: 0 2px;
}
.login-social li:nth-child(1) a {
    background: #395693;
    border: 1px solid #395693;
}
.login-social li:nth-child(2) a {
    background: #DB4437;
    border: 1px solid #DB4437;
}
.login-social li:nth-child(3) a {
    background: #00A7E7;
    border: 1px solid #00A7E7;
}
.login-social li {
    display: inline;
}
.login-social_link {
    width: 35px;
    height: 35px;
    display: inline-block;
    font-size: 18px;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    color: #fff !important;
    transition: all 0.3s;
}
/* End Social links Css */
/* Start Create Account Css*/
.createAccount.text-center {
    margin: 10px;
}
.createLink {
    color: #FF6D18 !important;
    font-weight: 500;
}
.footer_bottom {
    display: inline-block;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -74px;
    left: 0;
}
.footer_bottom p {
    color: #8D8D8D;
    font-weight: 300;
}
/* End Create Account Css*/
/* Start Forget Page */
.logo_main{
    position: relative;
    left: 50%;
    top:50%;
    transform: translate(-50%, -50%);
    text-align: left;
    width: 50%;
}
.back_button {
    text-align: center;
    margin-top: 30px !important;
}
.back_button p {
    color: #748383;
    font-weight: 400;
    font-size: 14px;
}
.back_button a{
    color: #009696;
    font-size: 14px;
    font-weight: 400;
}
.back_button a:hover {
    color: #009696;
}
@media (min-width: 1200px) {
    .primary_btn_:hover {
        background: transparent;
        color: #006838;
    }

    .login-social_link:hover {
        background: transparent !important;
        color: #000 !important;
    }
}

@media (min-width: 992px) {
    .col-lg-5 {
        flex: 0 0 auto;
        width: 38.666667% !important;
    }
}