html,
body{
    background:red !important;
}

.page{
    min-height:100vh;
    background:#1f2937 !important;
}

.card{
    border-radius:16px;
    border:none;
    box-shadow:0 20px 45px rgba(0,0,0,.35);
}

.text-logo{
    color:#ffffff;
    font-size:38px;
    font-weight:700;
}

.text-subtitle{
    color:#cbd5e1;
    font-size:16px;
}