﻿input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-text-fill-color: white !important;
    -webkit-box-shadow: 0 0 0 30px #08316d inset !important;
}

html, body {
    height: 100%;
    margin: 0;
}

.CardGroupContent {
    background: transparent;
}

.welcome {
    color: #ffffff !important;
    font-family: Quicksand;
    font-size: 30px;
    font-weight: 500;
    line-height: 38px;
}

.welcome-payoff {
    color: #ffffff;
    font-family: "Red Hat Display";
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.StaticText {
    color: #ffffff;
}

.Caption {
    color: #d5dce6;
    font-family: "Red Hat Display";
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.Logo {
    display: block;
    margin: auto;
    margin-top: 30%;
}

.GroupContent {
    width: 420px;
}


.dxeTextBoxSys {
    background: #08316d; /*#08316d;*/
    border: solid 1px rgba(213,220,224,0.3) !important;
    color: #ffffAA !important;
}

table.dxh0 {
    border: solid 1px rgba(213,220,224,1) !important;
}

.dxeEditAreaSys {
    background: transparent !important;
    color: #ffffff !important;
}

.menuButtons_XafTheme a.dx {
    width: 423px;
    height: 50px;
    border-radius: 25px;
    background: linear-gradient(180deg, #8DCFD3, #54A3B0);
    box-shadow: 0px 18px 24px #072c61;
}



.LogonTemplate .menuButtons .dxm-item {
    border: 0px;
    background: transparent !important;
}

.dxmLite_XafTheme .dxm-hovered, .dxmLite_XafTheme .dxm-hovered a.dx {
    background: linear-gradient(180deg, #54A3B0, #8DCFD3) !important;
}

@media only screen and (max-width: 432px) {
    .menuButtons_XafTheme a.dx {
        width: 100% !important;
        max-width: 432px;
    }

    ul[role=menubar] {
        width: 100%;
    }
    .LogonTemplate .LogonContentWidth {
        width: 100%;
    }
}

#Logon_ErrorInfo {
    margin-bottom: 20px;
}



.ErrorMessage {
    color: #ff6364;
    background: transparent !important;
    font-family: "Red Hat Display";
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0px;
}

.copyright {
    position: absolute;
    width: 95%;
    text-align: right;
    bottom: 20px;
    color: #54a3b0;
    font-family: "Red Hat Display";
    font-size: 10px;
    font-weight: 400;
    line-height: 13px;
    text-align: right;
    letter-spacing: 0.5px;
    padding: 0px;
}




.sso {
    font-family: "Red Hat Display";
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    padding: 0px;
    background: #08316d;
    opacity: 1 !important;
}




table.sso td{
    background: white;
    border: 0px;
}
.loader {
    position: absolute;
    width: 46px;
    height: 46px;
    border: 3px solid rgb(8, 49, 109);
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    b: rgb(8, 49, 109);
    left: 18px;
    top: 15px;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.notyf {
    z-index: 999999;
}