body{
    background: linear-gradient( rgba(0, 98, 204, 0.5), rgba(255, 255, 255, 0.45) ), url("/images/cheering.jpg");
    background-repeat: no-repeat;
    max-height: 100vh;
}
.login{
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 0;
}
.error-message {
    background-color: #f8d7da; /* Light red background */
    color: black;
    border-radius: 0 !important;
    position: relative;
    display: inline-block !important;
    box-shadow: 1px 1px 1px #aaaaaa;
    margin-top: 15px;
    padding: 10px;
}

.error-message-2fa{
    background-color: #f8d7da; /* Light red background */
    color: black;
    border-radius: 0 !important;
    position: relative;
    display: inline-block !important;
    box-shadow: 1px 1px 1px #aaaaaa;
    margin-top: 10px;
}


img {
    width: 12vmin;
    height: 12vmin;
    margin-bottom: -6vmin;
    z-index: 1;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
h2{
    font-size: 5vmin;
    color: #ffffffb8;;
    margin-bottom: 5px;
}

.login-form{
    background: #1f1e2159;
    width: 70vmin;
    box-shadow: 0 0 23px #2F2F2F;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 9vmin 15vmin;
}

.h3{
    color: beige;
    font-size: 49px;
}
p{
    color: beige;
    font-size: 23px;
}

label{
    align-self: baseline;
    margin-top: 15px;
    color: beige;
    font-size: 19px;
}
.userid{
    align-self: baseline;
    margin-top: 15px;

}

.btn-pos-login {
    margin: 40px 4vmin 4vmin 4vmin;
    width: 170px;

}
.btn-pos-tfa {
    margin: 4vh 0 0 0;
    width: 150px;
}
.btn{
    min-height: 55px;
    font-size: 22px;
    background-color: #468cd9;
    border-color: #468cd9;
}
.btn-danger{
    background-color: #d94646;
    border-color: #d94646;
}
.form-fields{

}
.form-control{
    background: #dbd9dd;
}

.mybtn-container{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;

}

@media screen and (min-width: 1px) and (max-width: 800px) {
    .login-form {
        width: 70vw;
        padding: 9vw 15vw;
    }
    img{
        width: 12vw;
        height: 12vw;
        margin-bottom: -6vw;
    }

    h2{
        font-size: 4.5vmin;
    }
    .login {
        height: 100vh;
        justify-content: flex-start;
    }
    .mybtn-container{
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-direction: column-reverse;



    }
}


@media screen and (min-width: 1px) and (max-width: 664px) {


    .login-form {
        width: 90vw;
        padding: 9vw 7vw;
    }

    p {
        font-size: 4.65vw;
    }

    .h3 {
        font-size: 8vmin;
    }

    h2 {
        margin-top: 20px;
        font-size: 33px;
        text-align: center;
    }

    .login {
        height: 100vh;
        justify-content: flex-start;
    }
}

@media screen and (min-width: 1px) and (max-width: 436px) {
    .h3 {
        font-size: 36px;
    }
    p {
        font-size: 21px;
    }
}
