.message-box-login {
    font-size: 12px;
    width: 70%;
    padding: 5px;
    text-align: right; 
}

.login-box {
    display: none; flex-direction: column; align-items: center; justify-content: center; background-color: #1c1717cf; width: 350px; height: 400px; border-radius: 10px;
}

.login-box > a {
    color: #fff;
    text-decoration: none;
}


.signup-box {
    color: #fff; display: none; flex-direction: column; align-items: center; justify-content: center; background-color: #1c1717cf; width: 350px; height: 85px; border-radius: 10px; margin-top: 10px;
}
.signup-box > a {
    color: #4768e1;
    text-decoration: none;
}