.login_content_main {
    min-height: 100vh;
    background: #3f3e43;
}

.login_content_left {
    color: #ffffff;
    background: url('../images/login-bg.jpg') no-repeat 100%;
    background-size: cover;
    padding-left: 3%;
}

.login_content_left .swiper-slide,
.login_content_left swiper-slide {
    margin-right: 1px;
}

.login_content_left .card {
    background-color: Unset;
    border: none;
    max-width: 530px;
    width: 100%;
    margin-bottom: 50px;
}

.login_content_left .card img {
    border-radius: 50%;
    width: 75px;
    height: 75px;
}

.login_content_left h5,
.login_content_left h6 {
    font-family: 'Montserrat';
}

.login_content_left h5 {
    color: #000000;
    font-size: 23px;
    line-height: 27px;
}

.login_content_left p,
.login_content_left h6 {
    font-size: 19px;
    line-height: 24px;
}

.login_content_left p {
    font-style: italic;
    font-weight: 200;
}

.copy_right p {
    font-family: 'Montserrat';
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
    font-style: normal;
}

.copy_right {
    position: absolute;
    bottom: 0;
    left: 3%;
}

.login_content_right {
    max-width: 400px;
    width: 100%;
    margin: auto;
    font-family: 'Montserrat' !important;
    color: #ffffff;
}

.login_content_right h5 {
    font-family: 'Montserrat';
    font-size: 23px;
    line-height: 31px;
    font-weight: 600;
}

.login_content_right p,
.form_area label,
.login_content_right a {
    font-family: 'Montserrat';
    font-size: 15px;
    line-height: 20px;
    color: #ffffff;
    /* font-weight: 300; */
}

.login_content_right .form_area {
    box-shadow: none;
}

.login_content_right .form-control,
.login_content_right .form-control::placeholder,
.login_content_right .form_area input[type='email'],
.login_content_right .form_area input[type='email']::placeholder {
    background: transparent;
    font-size: 16px;
    line-height: 21px;
    color: #ffffff;
    /* font-weight: 300; */
}

.login_content_right .form-control {
    border: 1px solid #ffffff;
}

.login_content_right .form_area input[type='submit'] {
    font-size: 15px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 500;
    background: #009cbf;
}

.form_area a,
p.new_ac_txt a {
    color: #009cbf;
    text-decoration: none;
}

.form_area a:hover,
p.new_ac_txt a:hover {
    color: #ffffff;
}

.form_area input[type='submit']:hover,
.form_area button:hover {
    background-color: #ffb900;
}

input[type=checkbox] {
    position: relative;
    cursor: pointer;
    margin-right: 3px;
}

input[type=checkbox]:before {
    content: "";
    display: block;
    position: absolute;
    width: 17px;
    height: 18px;
    top: -1px;
    left: -2px;
    border: 2px solid #3f3e43;
    border-radius: 5px;
    background-color: #009cbf;
}

input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 5px;
    height: 9px;
    border: solid #3f3e43;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 3px;
    left: 4px;
}

@media (max-width: 767.98px) {
    .login_content_left {
        background: url('../images/login-mobile2.png') no-repeat top center;
        background-size: 100% 100%;
    }
    .login_content_left .row {
        align-items: center;
    }
    .login_content_left .card,
    .login_content_left .copy_right {
        display: none;
    }
    .login_content_left a img {
        margin: 25px auto;
        max-width: 300px;
    }
}