

#totpInput {
    display: none;
}

#UAAlertViewMain {
    display: block;
    background-color: #223377;
}

#learnMore {
    background: rgb(33, 74, 128);
    border-radius: 25px;
    border: none;
    text-decoration: none;
    padding: 17px 24px 14px;
    display: inline-block;
    /*margin:10px 0 30px;*/
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 20px;
    color: rgb(255, 255, 255);
    max-width: 20%;
    margin: 25px;
}

#learnMore:hover {
    background: rgb(63, 104, 158);
    box-shadow: 0px 0px 10px 10px #426397;
    color: rgb(0, 0, 0);
    transform: translateY(5px);
}

#learnMore:focus {
    background: rgb(43, 84, 138);
}

.line {
    width: 33%;
    float: left;
    margin: 20px;
}

#UAAlertView {
    margin: 25px;
}

.swal-button--confirm {
    background-color: #223377;
    border-color: #223377;
}

.swal-button--confirm:hover {
    background-color: #223377 !important;
    border-color: #223377 !important;
}

#mainNav {
    background-color: #223377 !important;
}

.standardButton {
    background: rgb(33, 74, 128);
    border-radius: 25px;
    border: none;
    text-decoration: none;
    padding: 17px 24px 14px;
    display: inline-block;
    margin: 10px 0 30px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 20px;
    color: rgb(255, 255, 255);
}

.standardButton:hover {
    background: rgb(63, 104, 158);
    box-shadow: 0px 0px 10px 10px #426397;
    color: rgb(0, 0, 0);
    transform: translateY(5px);
}

.standardButton:focus {
    background: rgb(43, 84, 138);
}

.smallLogo {
    width: 50px;
    height: 50px;
    margin-right: 20px;
}

#loggedOn {
    display: none;
}

#loggedOff {
    display: flex;
}

.link {
    text-decoration: underline !important;
    color: #007dfa !important;
}

.link:hover {
    text-decoration: underline !important;
    color: #007dfa !important;
}

footer {
    background: rgb(11, 17, 40);
}

.no-text-transform {
    text-transform: none !important;
}

.clientLogo {
    max-height: 100px;
    /* Limits height */
    max-width: 100%;
    /* Limits width to container size */
    height: auto;
    /* Maintains aspect ratio */
    object-fit: contain;
    /* Ensures content fits within bounds without distortion */
}