.wrapper {
    min-height: 95vh;
}
.bg-color--gradient-red {
    background: linear-gradient(45deg, #FF8068 0%, #FD395C 80%);
    background: -moz-linear-gradient(45deg, #FF8068 0%, #FD395C 80%);
    background: -webkit-linear-gradient(45deg, #FF8068 0%, #FD395C 80%);
    background: -o-linear-gradient(45deg, #FF8068 0%, #FD395C 80%);
}
.toptipic{
    font-weight: 500;
    position: relative;
    color: #fff;
    top: 0;
    left: 0;
    width: 100%;
    padding: 5px 0 7px 0;
    z-index: 99;
}

@media (min-width: 768px){

    .login-container {
        margin-top: 26px;
    }
}

.form-block {
    min-height: 548px;
    padding-right:23px;
}
.logo-block {
    min-height: 548px;
    display: flex;
    align-items: center;
}
.recaptcha-box {
    margin-bottom: 18px;
}
.back {
    width: auto;
    padding: 15px 3px 0 3px;
}
.login-input, .login-input,.input-container, .login-btn{
    width: 330px;
}
.toptipic {
    text-align: center;
}
.error {
    border: none;
    border-bottom: 2px #EF5568 solid!important;
    /*background: #fff4b9!important;*/
}



