﻿.loginBackground {
    background-image: url('/Images/LoginIcons/Kpacks_Background_dark.png');
    min-height: 100vh;
    min-width: 100vw;
    background-repeat: no-repeat;
    background-size: cover;
}

.loginBackgroundColor {
    min-height: 100vh;
    min-width: 100vw;
    background-size: cover;
}

.loginButton {
    background-color: #9F1C20;
    border-color: #9F1C20;
    border-radius:1.25rem;
}

.loginRight {
    background-color: lightgray;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.loginLeft {
}

.loginCenter {
    font-size: 48px;
    font-weight: bold;
    color: white;
    text-align: center;
}

.loginLeftBackground {
    margin-top: 40%;
    background-color: lightgray;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

/*resize logo when screen is smaller*/
.loginLogo {
    max-width: 70%;
}

@media (min-width: 1550px) {
    .loginLogo {
        max-width: 75%;
    }

}

.loginNote {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: white;
}

/*two factor authentication page*/
.tfaButton {
    border-color: #004A8F;
}

.tfaButtonTitle {
    color: #004A8F;
}

.tfaText {
    color:#696969 
}

