.login-page {
    background: linear-gradient(to right, #00ea00, #ffff, #b984ff);
    background: -webkit-linear-gradient(left, #00ea00, #ffff, #b984ff);
}

.login-box {
    background: #fff;
    color: #000;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    border-radius: 50px 10px;
}

.login-logo h3 {
    color: #000;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.login-box-msg {
    color: #000;
    text-align: center;
}