p{
    margin-bottom: 0;
}
.wrapper{
    background: url("/frontend/images/auth/bg.jpg") center top;
}
.main{
    padding-top: 100px;
    min-height: 80vh;
}
.ft-info{
    display: none;
}
.login-container{
    position: relative;
    margin: 0 auto;
    width: 600px;
    max-width: 100%;
    background: #163b9d;
    border: 5px solid #fac423;
    border-radius: 20px;
    padding: 70px 5% 15px;
}
.login-title{
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 56%;
}
.form-group p, .desc-auth{
    color: white;
    font-size: 20px;
    font-weight: bold;
}
.desc-auth a{
    color: #fa9122;
}
.form-group input{
    background: #001a48;
    color: white;
    border: 2px solid #ffc600;
    border-radius: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.form-group input:focus{
    background: #001a48;
    color: white;
}
.btn-support{
    display: none;
}
/*desktop*/
@media only screen and (max-width: 1200px) {
}
/*Ipad pro*/
@media only screen and (max-width: 1024px) {
}
/*Ipad*/
@media only screen and (max-width: 768px) {

}
/*Mobile*/
@media only screen and (max-width: 500px) {

}