.welcome {
    text-align: center;
    font-size: 16px;
    color: white;
}

.loginbox {
    margin-top: 100px;
    text-align: center;
    background-color: #f8f9fa;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    min-height: 500px; /* Adjust this value to make the box taller */
}

.avatar {
    width: 80px;
    height: 80px;
    margin-bottom: 30px;
    margin-top: 50px;
}

.loginH {
    color: #552EED;
    font-size: 24px;
    /* margin-bottom: 5px; */
    margin-top: 10px;
}

.btn-primary {
    background-color: #552EED;
    border-color: #552EED;
}

.btn-primary:hover {
    background-color: #FFA601;
    border-color: #FFA601;
}

form {
    text-align: left;
}

form input[type="password"],
form input[type="email"] {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    color: #000; /* Set text color to black */
}

form input[type="submit"] {
    margin-top: 0px;
}
.btn-blocked{
    margin-top: -20px;
    font-size: 60px;
}
/* virgin colors #0099DD, #FFA601  */