:root {
    --text-color:rgb(220, 11, 11);
    --body-color:whitesmoke;
}

.authPage{
    margin-top:50px;
    color:var(--text-color);
}
.brand{
    margin:auto;
    height:40px;
    width:40%;
}
@media screen and (max-width: 575px){
    .authPage{
        margin-top:20px;
    }
}