﻿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(0deg, #C78336 0%, #E9B069 100%);
    box-shadow: 0px 18px 24px rgba(7, 45, 99, 0.9);

}



.LogonTemplate .menuButtons .dxm-item {
    border: 0px;
    background: transparent !important;
}

.dxmLite_XafTheme .dxm-hovered, .dxmLite_XafTheme .dxm-hovered a.dx {
    
    background: linear-gradient(180deg, #C78336 0%, #F5BF7B 100%);
}

@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: #FF804A;
    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;
}
