.login_info {
    color: #fff;
    position: relative;
}
.login_info .info_content {
    position: absolute;
    top: 0;
    max-width: 100%;
}
.logo_layout {
    display: flex;
}
.logo_layout img,
.logo_layout svg {
    border: 2px solid #888;
    color: #555;
    margin-right: 15px;
}
.logo_layout svg  {
    padding: 0 15px;
}
.login_form,
.grey_style {
    border: 1px solid #ededed;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.1);
    /*background-color: #f2f3f5;*/
    background-color: rgba(255, 255, 255, .8);
    padding: 0px 30px;
    border-radius: 2px;
}
.login_form .form-control {
    background-color: #fff;
    margin-bottom: 30px;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
    color: #000000;
    font-size: 16px;
    outline: 0 none;
    padding: 10px 25px;
    height: 55px;
    resize: none;
    box-shadow: none !important;
    width: 100%;
}
.login_form .btn,
.read_more.btn {
    background: #a8cf45;
    padding: 10px 30px;
    border: 0 !important;
    font-weight: bold;
    color: white;
}
.login_form .btn:hover,
.read_more.btn:hover {
    background: #076799;
}
a, a:hover, a:focus, a:active, a:visited {
    color: rgb(33, 37, 41);
}
.form-check a {
    font-size: 11px;
}
.login_form .form-control {
    margin-bottom: 0px;
    height: 40px;
}
.login_form .form-label {
    font-size: 12px;
}
.user_success .color_bg {
    background-color: #3f4f9a;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin: auto;
    text-align: center;
}
.user_success .success-img {
    margin-top: 20px;
}
.user_success .grey_style {
    margin: auto;
    padding: 2rem 3rem;
    color: #6c757d;
}
.user_success .grey_style.color_bg {
    color: #fff;
}
input::placeholder {
    font-size: 12px;
}
.login-wrap {
    width: 100%;
    height: 100%;
    /* background-image: url(avan_p.jpg);
    background-image: url(../../img/full_avan.jpg);
    background-color: #f6f5f7;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.login-html {
    /*background: rgba(40, 57, 101, .6);*/
    width: 100%;
    height: 100%;
}
.lotary_icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../../img/lotary_icon.png);
    background-color: #a8cf45;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60%;
    margin: -2px 7px -7px 0;
    border-radius: 3px;
}
.mail_icon:hover {
    background-color: #076799;
}
.single-feature {
    background: #f7f4f4;
    border-bottom: 10px solid transparent;
    text-align: center;
    padding: 30px 25px 45px 25px;
    border-bottom-color: #a8cf45;
}
.single-feature h4 {
    margin: 35px 0 25px 0;
    padding: 0px;
    font-size: 22px;
}
.single-feature:hover {
    border-bottom-color: #076799;
}
.text_in_frame p {

    margin-top: 30px;
    padding: 10px 0;
}
footer .footer_menu {
    background-color: #333333;
}
.copyright {
    background-color: #393939 !important;
}
hr.hr1 {
    position: relative;
    margin: 60px 0;
    border: 1px dashed #f2f3f5;
}

/*section with frame*/
.post-media {
    position: relative;
    border: 8px solid #a8cf45;
}
.post-media:hover {
    border-bottom-color: #076799;
}
.message-box h4 {
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 5px;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 15px;
    color: #999;
}
.message-box h2 {
    font-size: 38px;
    font-weight: 300;
    padding: 0 0 10px;
    margin: 0;
    line-height: 62px;
    margin-top: 0;
    text-transform: none;
}
.full-height-video {
    height: 100%;
    width: 100%;
    position: absolute;
    height: 900px;
    top: 72px;
    z-index: -1;
    overflow: hidden;
    max-width: 2220px;
    margin: auto;
    left: 0;
    right: 0;
}
.full-height-video video {
    height: auto;
    width: 100%;
}
.more_links a i {
    color: #a8cf45;
    font-size: 28px;
    position: relative;
    top: 3px;
    margin-right: 10px;
}
.steps-img {
    height: 100%;
    position: relative;
}
.steps-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 100%;
    margin: auto;
}



@media (max-width: 575.98px) {
    .login_info {
        height: 650px;
    }
}


@media (max-width: 767.98px) {

}


@media (max-width: 991.98px) {
    .header a {
        display: block;
    }
    .full-height-video {
        display: none;
    }
    .main-section {
        background-image: url(../../img/full_avan.jpg);
        background-color: #a8cf45;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}


@media (max-width: 1199.98px) {
    .login_info .info_content h2,
    .login_info .info_content p {
        padding-left: 15px;
        padding-right: 15px;
    }
}


@media (max-width: 1399.98px) {

}
