.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.login-page .wrap {
    width: 100%;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
/* padding: 20px; */}
.login-page .img,
.login-page .login-wrap {
    width: 50%;
    background-size: contain;
    background-position: center;
padding: 20px;background-repeat: no-repeat;}
@media (max-width: 991.98px) {
    .login-page .img,
    .login-page .login-wrap {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .login-page .wrap .img {
        height: 250px;
    }
}
.login-page .login-wrap {
    position: relative;
    background: #fff;
    font-weight: 300;
}
.login-page .form-group {
    position: relative;
margin-bottom: 30px;}
.login-page .form-group .label {
    font-size: 14px;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    color: #000;
    font-weight: 400;
margin-bottom: 6px;display: block;text-align: left;padding-left: 0;}
.login-page .form-group a {
    font-size: 14px;
    color: #a3cf5e;
    text-decoration: revert;
}
.login-page .form-control {
    background: #fff;
    color: #000;
    font-size: 16px;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 14px;
    color: #5d5c5c;
height: 40px;} height: 45px;.login-page input.form-control{height: 45px;}
.login-page .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #4e4e4e !important;
}
.login-page .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #4e4e4e !important;
}
.login-page .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #4e4e4e !important;
}
.login-page .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #4e4e4e !important;
}
.login-page .form-control:focus,
.login-page .form-control:active {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #000000;
}
.login-page .social-media {
    position: relative;
    width: 100%;
}
.login-page .social-media .social-icon {
    display: block;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 16px;
    margin-right: 5px;
    border-radius: 50%;
}
.login-page .social-media .social-icon span {
    color: #999999;
}
.login-page .social-media .social-icon:hover,
.login-page .social-media .social-icon:focus {
    background: #e3b04b;
}
.login-page .social-media .social-icon:hover span,
.login-page .social-media .social-icon:focus span {
    color: #fff;
}
.login-page .checkbox-wrap {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* Hide the browser's default checkbox */
.login-page .checkbox-wrap input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
/* Create a custom checkbox */
.login-page .checkmark {
    position: absolute;
    top: 0;
    left: 0;
}
/* Create the checkmark/indicator (hidden when not checked) */
.login-page .checkmark:after {
    content: "\f0c8";
    font-family: "FontAwesome";
    position: absolute;
    color: rgba(0, 0, 0, 0.1);
    font-size: 20px;
    margin-top: -4px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
@media (prefers-reduced-motion: reduce) {
    .login-page .checkmark:after {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
}
/* Show the checkmark when checked */
.login-page .checkbox-wrap input:checked~.checkmark:after {
    display: block;
    content: "\f14a";
    font-family: "FontAwesome";
    color: rgba(0, 0, 0, 0.2);
}


/* Style the checkmark/indicator */

.login-page .checkbox-primary {
    color: #000000;
}

.login-page .checkbox-primary input:checked~.checkmark:after {
    color: #000000;
}

.login-page .btn {
    cursor: pointer;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 15px;
    padding: 12px 20px;
    
    background-color: #2988f3;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.2s linear;
    font-weight: 600;
height: auto;}
.title-login{text-transform: uppercase;font-size: 30px;font-weight: 500;margin-bottom: 10px;}
.text-login{font-weight: 400;margin-bottom: 50px;text-align:left}
.text-login a{color: #0201fc;text-decoration: revert;margin-left: 10px;}
.or-login{text-align: center;font-family: 'Roboto';font-weight: 500;font-size: 14px;position: relative;}
.or-login:before{content:"";width: 100%;position: absolute;top: 50%;transform: translateY(-50%);border-top: 1px  solid #d5926e;left: 0;}
.or-login span{content:"";display: inline-block;background-color: #fff;position: relative;padding-left: 15px;padding-right: 15px;color: #313131;}
.login-page .btn.submit:focus, .login-page .btn.submit:active, .login-page .btn.submit:hover{background-color: #f8f4f3;border: 1px solid #000000;color: #000000;}
.social-login{display: block;color: #fff;padding: 10px;border-radius: 5px;margin-left: 5px;margin-right: 5px;}
.social-login.facebook{background: #3b5998;}
.social-login.google{background: #ea4335;}
.social-login i{display: inline-block;padding-left: 10px;padding-right: 10px;}
.social-login span{display: inline-block;position: relative;padding-left: 10px;font-weight: 500;font-size: 15px;}
.social-login span:before{content:"";position: absolute;height: 100%;border-left: 1px solid #577ecf;left: 0;}
.social-login:hover, .social-login:focus{color: #fff;}
.text-login strong{color: #d5926e;}
.ghichu_form{font-weight: 500;font-style: italic;color: #686868;}
.radio_type{
}
.radio_type input{position: absolute;opacity: 0;}
.radio_type img{height: 50px;}
.radio_type span{display: block;margin-top: 10px;font-size: 14px;}
.radio_type input[type="radio"]:checked+label span{color: #e1a06e;font-size: 14px;font-weight: 500;}
.login-page .form-group label.error{color: red;font-size: 13px;display: block;margin-top: 5px;font-style: italic;}

.body-project{width: 50%;}
.title-form-dk{font-weight: 400;text-transform: uppercase;font-size: 30px;margin-bottom: 30px;}
.lable-form-dk{font-size: 16px;margin-bottom: 10px;margin-top: 20px;font-weight: 500;}
.radio_time{padding-left: 10px;padding-right: 10px;}
.radio_time input{display: none;}
.radio_time label{display: block;text-align: center;border: 1px solid #d5926e;color: #111110;padding: 8px;font-weight: 400;border-radius: 5px;}
.radio_time input[type="radio"]:checked+label{color: #ffffff;font-size: 14px;background-color: #d5926e;}
.login-page{margin-top: 30px;}
.section-padding{padding: 15px;}
