html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    margin:0;
}

a, .btn-link {
    color: #0366d6;
}

    a:hover {
        text-decoration: underline;
        cursor: pointer;
        color: #0366d6;
    }
button:hover {
    cursor: pointer;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }


.LoginPage {
    width: 100vw;
    height: 100vh;
}

    .LoginPage img {
        width: 100%;
        height: 100%;
				display:block;
    }

.Tablet img {
    position: fixed;
    filter: opacity(0.5);
}
.Mobile {
    width: 100vw;
    height: 100vh;
}

    .Mobile img {
        width: 100vw;
        height: 100vh;
        filter: opacity(0.5);
    }

.button {
    color: #ffffff;
    background-color: #002454;
    font-size: 12px;
    font-family: inherit;
    font-weight: bold;
    border-radius: 4px;
    height: 50px;
    width: 120px;
    border: none;
    margin-left:70%;
    margin-top: 1vh;
    margin-bottom: 1vh;
    border:0.3mm solid #002454;
}
.button2 {
    color: #ffffff;
    background-color: #002454;
    font-size: 12px;
    font-family: inherit;
    font-weight: bold;
    border-radius: 4px;
    height: 50px;
    width: 120px;
    border: none;
    float: right;
    margin-top: 1vh;
    margin-bottom: 1vh;
    border: 0.3mm solid #002454;
}

.button3 {
    color: #002454;
    background-color: #cacaca;
    font-size: 12px;
    font-family: inherit;
    font-weight: bold;
    border-radius: 4px;
    height: 50px;
    width: 120px;
    border: none;
    margin-left: 70%;
    margin-top: 1vh;
    margin-bottom: 1vh;
    border: 0.3mm solid #002454;
}

.UserInput {
	width: -webkit-fill-available;
	padding: 0.5em;
	border: 1px solid #cacaca;
	font-family: inherit;
	margin-bottom: 1em;
	border-radius: 5px;
	font-size: 16px !important;


}

.ShowPassword {
    height: 2vh;
    float: left;
    padding: 2px;
    padding-left: 5px;
}

.ShowPasswordCheck {
    height: 1em;
    float: left;
    width: 1em;
}
.MainBodyOverlay2 {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 1;
}

.WhiteText{
    color:white;
}
.WhiteText2 {
    color: white;
}

.grecaptcha-badge {
    z-index:400;
    display:none;
}


.loader {
    border: 2px solid #002454;
    border-top: 2px solid #cacaca;
    border-radius: 50%;
    width: 1em;
    height: 1em;
    animation: spin 2s linear infinite;
    margin-left: 3.5em;
    margin-top: 0.4em;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.NotifyOverlayOpen {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 800;
}
.NotifyOverlayClose{
    display:none;
}

.NotifyOpen {
    position: absolute;
    width: 27vw;
    border-radius: 2em;
    z-index: 990;
    background-color: inherit;
    text-align: center;
    color: antiquewhite;
    width: 50vw;
    right: 20vw;
    top: 25vh;
    padding: 1em;
    
}

    .NotifyOpen h3 {
        width: -webkit-fill-available
    }

.NotifyHeader {
    background-color: #002454;
    color: #fff;

}

.NotifyCloseBtn {
    width: 3em;
    height: 2em;
    margin-right: 1em;
}
.NotifyHeading {
    text-align: center;
    padding: 0.5em;
}
.NotifyText {
    padding: 1em;
    word-break: break-word;
}

.NotifyOkBtn {
    color: #ffffff;
    background-color: #002454;
    font-size: 12px;
    font-family: inherit;
    font-weight: bold;
    border-radius: 4px;
    height: 50px;
    width: 120px;
    border: none;
    margin-top: 1vh;
    margin-bottom: 1vh;
    border: 0.3mm solid #002454;
}

.DesktopLoginBtn {
    display: flex;
    flex-direction: column;
    float: right;
}

.DesktopLoginBtn > button{
    margin-left:0;
}

.MobileLoginBtn {
    display: none;
}

/*Close By Branch Image*/
.image-container {
	position: relative;
	display: inline-block; /* Ensures the container takes up only as much space as needed */
}



@media screen and (max-width:479.98px) {
    .BlackText {
        color: white;
    }
    .LoginPage {
        display: none;
    }
    .LoginPage img {
        width: fit-content;
        height: fit-content;
        position: fixed;
    }
    .Tablet{
        display:none;
    }
    .Tablet img {
        width: fit-content;
        height: fit-content;
        position: fixed;
    }

    .Mobile {
        position: absolute;
    }

        .Mobile img {
            position: fixed;
            width: auto;
            height: auto;
        }


    .mainLogin {
        width: -webkit-fill-available;
        float: right;
        margin: 2em;
        display: flex;
        flex-direction: column;
        text-align: right;
        z-index: 600;
        position: absolute;
    }
    .mainLogin3 {
        width: -webkit-fill-available;
        float: right;
        margin: 2em;
        display: flex;
        flex-direction: column;
        text-align: right;
        z-index: 600;
        position: absolute;
    }

    .UserInput {
        width: -webkit-fill-available;
        border: 1px solid #cacaca;
        font-family: inherit;
        margin-bottom: 1em;
        border-radius: 5px;
        font-size: 15px;
    }

    .ForgotPasswordLink {
        float: right;
        color: white;
        width: -webkit-fill-available;
        text-align: end;
        margin-top:0.5em;
    }

    .button {
        color: #ffffff;
        background-color: #002454;
        font-size: 12px;
        font-family: inherit;
        font-weight: bold;
        border-radius: 4px;
        height: 50px;
        width: 120px;
        border: none;
        float: right;
        border: 0.3mm solid #002454;
    }

    .button3 {
        color: #002454;
        background-color: #cacaca;
        font-size: 12px;
        font-family: inherit;
        font-weight: bold;
        border-radius: 4px;
        height: 50px;
        width: 120px;
        border: none;
        float: right;
        border: 0.3mm solid #002454;
    }
    .ShowPasswordCheck {
        height: 2vh;
        float: left;
        width: 3vw;
    }

    .MainBodyOverlay {
        position: fixed;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0,0,0,0.5);
        z-index: 300;
    }

    .ShowPasswordCheck {
        height: 1em;
        float: left;
        width: 1em;
    }

    .DesktopLoginBtn {
        display: none;
    }

    .MobileLoginBtn {
        display: flex;
    }

        .MobileLoginBtn > button {
            margin: 0;
            width: 170px;
        }

        .MobileLoginBtn > a {
            margin: 0;
        }

}

@media screen and (min-width: 480px) and (max-width:1199.98px) {
    .BlackText{
        color:white;
    }
    .LoginPage{
        display:none;
    }
    .Mobile {
        display: none;
    }

        .Mobile img {
            width: fit-content;
            height: fit-content;
            position: fixed;
        }

    .MainBodyOverlay {
        position: fixed;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0,0,0,0.5);
        z-index: 300;
    }

    .UserInput {
        width: -webkit-fill-available;
        border: 1px solid #cacaca;
        font-family: inherit;
        margin-bottom: 1em;
        border-radius: 5px;
        font-size: 15px;
    }

    .mainLogin {
        width: 50%;
        float: right;
        margin: 2em;
        display: flex;
        flex-direction: column;
        text-align: right;
        position: absolute;
        top: 25vh;
        right: 18vw;
        z-index:600
    }
    .mainLogin3 {
        width: 50%;
        float: right;
        margin: 2em;
        display: flex;
        flex-direction: column;
        text-align: right;
        position: absolute;
        top: 25vh;
        right: 19vw;
        z-index: 600
    }

    .AddPassword{
        right:17vw;
    }

    .ForgotPasswordLink {
        float: right;
        color: white;
        width: -webkit-fill-available;
        text-align: end;
        margin-top: 0.5em;
    }

    .button {
        color: #ffffff;
        background-color: #002454;
        font-size: 12px;
        font-family: inherit;
        font-weight: bold;
        border-radius: 4px;
        height: 50px;
        width: 120px;
        border: none;
        float: right;
        margin-top: 1vh;
        margin-bottom: 1vh;
        border: 0.3mm solid #002454;
    }

    .button3 {
        color: #002454;
        background-color: #cacaca;
        font-size: 12px;
        font-family: inherit;
        font-weight: bold;
        border-radius: 4px;
        height: 50px;
        width: 120px;
        border: none;
        float: right;
        margin-top: 1vh;
        margin-bottom: 1vh;
        border: 0.3mm solid #002454;
    }

    .ShowPasswordCheck {
        height: 1em;
        float: left;
        width: 1em;
    }

    .DesktopLoginBtn {
        display: none;
    }

    .MobileLoginBtn {
        display: flex;
    }

        .MobileLoginBtn > button {
            margin: 0;
            width: 170px;
        }

        .MobileLoginBtn > a {
            margin: 0;
        }
}

@media screen and (min-width:1200px){
    /*Login*/
    .mainLogin {
        width: 23%;
        float: right;
        margin: 4em;
        display: flex;
        flex-direction: column;
        text-align: right;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
    }
        .mainLogin3 {
        width: 23%;
        float: right;
        margin-top:1em;
        margin-right:1em;
        display: flex;
        flex-direction: column;
        text-align: right;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
    }
    .WhiteText{
        color:black;
    }
    .BlackText{
        color:#002454;
    }

    .WhiteText2 {
        color: black;
    }
    .ForgotPasswordLink {
        float: right;
        color: #002454;
    }

    .Mobile {
        display: none;
    }

        .Mobile img {
            width: fit-content;
            height: fit-content;
            position: fixed;
            filter: opacity(0.5);
        }
    .Tablet {
        display: none;
    }

        .Tablet img {
            width: fit-content;
            height: fit-content;
            position: fixed;
            filter: opacity(0.5);
        }

}

/*Maintenance Mode*/
.Mainten {
    font-size: 23px;
}

@media screen and (max-width:420px) {
    .Mainten {
        font-size: 17px;
        margin-bottom: 1em;
    }
}

@media screen and (min-width:480px) and (max-height:480px){
    .mainLogin {

        top: 7vh;
      
    }
    .mainLogin3 {
        top: 7vh;
    }
}

