
html,
body {
    background: #F3F4F6 no-repeat;
}
.login-form img,
.wrap img {
    max-width: 100%;
}

.login-form {
    background: #fff;
    width: 100%;
    margin: 0 auto;
    padding: 5px 20px 25px;
}
.login-form img{
    max-width: 100%;
}


.login-form .form-group {
    margin: 0px auto 35px;
    position: relative;
}

.login-form .form-group > .btn-group {
    margin: 0px auto 25px;
}
.login-form .help-block{
    position: absolute;
    top: 66px;
    width: 100%;
}

.login-form .form-control::placeholder {

    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #D0D5DD;
}
.login-form .form-control{
    height: 44px;
    background: #FFFFFF;
    border: 1px solid #D0D5DD;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #585B5D;
}
.login-form .control-label{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #585B5D;
}
.login-form  .has-success .form-control {
    border: 1px solid #D0D5DD !important;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05) !important;
}
.has-error .form-control {
    border-color: #CC0000;
}

.has-error .control-label{
    color: #585B5D !important;
}
.has-error .help-block, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #D92D20;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 35px;
    text-align: center;
    margin: 6px 0 0;
}
.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}
.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}


.btn-primary{
    background: #D92D20 !important;
    border: 1px solid #D92D20 !important;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05) !important;
    border-radius: 8px !important;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 34px !important;
    height: 44px !important;
    color: #FFFFFF;
    /*padding: 0 !important;*/
}

.btn-primary:focus{
    outline: none!important;
}
.btn-primary:hover{
    background-color: #B42318 !important;
}
.btn-primary:active{
    background: #D92D20 !important;
    border: 1px solid #D92D20  !important;
    box-shadow: 0px 0px 0px 3px #FEE4E2  !important;
}

.text-1{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #101828;
}

.text-2{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #101828;

}

.text-3{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #101828;
}

.text-4{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #101828;
}
.image-1 {
    width: 80%;
}