html,
body {
    background: #23B7A5 !important;
    min-height: 100vh;
}

.login-container {
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0,0,0,.15);
}