﻿body {
    font-family: 'Barlow', sans-serif;
    overflow: hidden;
}

.page {
    background-color: transparent !important;
}

#header {
    background-color: transparent !important;
    margin: 0 !important;
    webkit-box-shadow: none !important;
    box-shadow: none !important;
}

footer {
    display: none !important;
}

.image {
    position: relative;
    z-index: -1;
}

.png-over-right {
    position: fixed;
    width: 80%;
    top: 0;
    right: -5%;
}

.png-over-left {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: -5%;
}

#logonPage {
    padding-bottom: 2.5em;
    max-width: 100%;
    min-width: 470px;
    min-height: 300px !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8em;
    width: 33%;
    z-index: 3;
}

@media screen and (min-width: 1824px) {
    #logonPage {
        margin-top: 10em;
    }
}

#logonPage input[type="text"] {
    width: 100%;
}

#logonPage label.dynLabel {
    color: #ECF0F1;
}

.logon-title h1 {
    color: #B4Be5A;
    padding-bottom: 1em;
}

#logonform, #forgotpwform {
    max-width: 100%;
}

    #logonform input[type="text"], #logonform input[type="password"], #forgotpwform input[type="text"] {
        background-color: #6D865E !important;
        border: none;
        color: #ECF0F1;
        
        /*caret-color: red;*/
        /*-webkit-text-fill-color: transparent;*/
    }


input::-webkit-input-placeholder {
    text-shadow: none;
    -webkit-text-fill-color: #c4d1d4;
}


/*input:-webkit-autofill {
    -webkit-text-fill-color: yellow !important;
        background-color: #6D865E !important;
}*/

/*input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}*/

    #logonform .butContainer, #forgotpwform .butContainer {
        text-align: right;
        margin-top: 1.4em;
    }

    #logonform .button, #forgotpwform .button {
        border: none;
        border-radius: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 2em;
        padding-right: 2em;
        background-color: #B4Be5A !important;
        color: #ECF0F1;
    }
    #logonform a, #forgotpwform a,
    #logonform p, #forgotpwform p {
        color: #ECF0F1;
        text-decoration: none;
    }

/*@-webkit-keyframes autofill {
    0%,100% {
        color: red;
        background: transparent;
    }
}*/