body{
    position: relative;
    background-size: cover;
    background: url(/img/bg/cover-img-b54796ea60464dffad8bc4200b862d2b.png) no-repeat center, linear-gradient(343deg, #f98131 0%, #130e44 83%);
    min-height: 100vh;
}
#auth{
    padding-top: 3rem;
    padding-bottom: 7rem;
}

#auth #auth-right {
    height: 100%;
    /*background: url(/img/bg/cover-img-b54796ea60464dffad8bc4200b862d2b.png), linear-gradient(343deg,#f98131 0%,#130e44 83%);*/
}

#auth .auth-title {
    font-size: 3rem;
    margin-bottom: 1rem
}

#auth .auth-title {
    font-size: 2.2rem;
    text-align: center;
}

#auth .auth-subtitle {
    font-size: 1.2rem;
    text-align: center;
}

#auth .auth-logo {
    margin-bottom: 2rem
}

#auth .auth-logo img {
    height: 7rem
}

footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}