.hidden{
    display: none;
}

.login-head{
    font-size: 1.7vw;
    text-align: center;
    font-weight: bold;
    padding: 20pt 0;
}
/* 
.login-box{
    background-color: #0f0f0f;
} */

html{
    background-color: rgba(255, 255, 255, 0) !important;
}