body {
    font-family: "Poppins", sans-serif;
    color: #444444;
    height: 100%;
}
.auth-section{
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    background: url('../img/login-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.auth-form{
    width: 330px;
}
.all-alert {
    position: absolute;
    top: 12px;
    right: 12px;
}