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

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

.login-logo {
    width: 250px;
    max-width: 100%;
    height: auto;
}