html {
    height: 100%;
}

.login-container {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-top: 16.5vh;
}

.login-card {
    width: 30% !important;
    border-radius: 20px !important;
}

.blue {
    background-color: #20a8d8 !important;
    color: #ffff;
}

.black {
    background-color: #383838 !important;
    color: #ffff;
}

.login-button {
    margin-top: 2vh;
    margin-bottom: 1.5vh;
    width: 100%;
    background-color: #20a8d8 !important;
    border-radius: 5px;
    border: unset;
    color: #ffff;
    font-size: 1.1em;
    height: 37px;
}

    .login-button:hover {
        margin-top: 2vh;
        margin-bottom: 1.5vh;
        width: 100%;
        background-color: #2091ba !important;
        border-radius: 5px;
        border: unset;
        color: #ffff;
        font-size: 1.1em;
        height: 37px;
    }

.forgot-password-button {
    float: right;
    padding-top: 5px;
    font-weight: 500;
    color: #20a8d8 !important;
}

    .forgot-password-button:hover {
        float: right;
        padding-top: 5px;
        font-weight: 500;
        color: #20a8d8 !important;
    }

#login-form {
    margin-left: 6.7%;
    margin-right: 6.7%;
}

@media only screen and (max-width: 1250px) {
    .login-card {
        width: 45% !important;
        border-radius: 20px !important;
    }
}

@media only screen and (max-width: 600px) {
    .login-card {
        width: 80% !important;
        border-radius: 20px !important;
    }
}
