
html, body {
    height: 100% !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-animation: autofill 0s forwards;
    animation: autofill 0s forwards;
}

@keyframes autofill {
    100% {
        background: transparent;
        color: inherit;
    }
}

@-webkit-keyframes autofill {
    100% {
        background: transparent;
        color: inherit;
    }
}


.backImage {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-image: url(../../base/images/bg_login.jpg);
    height: 100%;
}

@-webkit-keyframes autofill {
    to {
        color: #fff;
        background: transparent;
    }

}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}

.titleOrg {
    font-size: 42px;
    color: #fff;
}

.caption {
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", 'Lato', Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.opacityDiv {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: inherit;
    background-color: rgba(0, 0, 0, 0.75);
    width: 100%;
}

.loginBox {
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", 'Lato', Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.roundBorderBtn {
    border: 1px solid white !important;
    background-color: rgba(107, 122, 125, 0) !important;
}

.roundBorderBtn:hover {
    background-color: #0E8AA6 !important;
}

.input-field label {
    color: #fff !important;
}

.input-field input:focus + label {
    color: #fff !important;
}

.input-field input:focus {
    border-bottom: 1px solid #0E8AA6 !important;
    box-shadow: 0 1px 0 0 #0E8AA6 !important;
}

.input-field .prefix.active {
    color: #0E8AA6 !important;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: rgba(107, 122, 125, 0) !important;
    background-image: none;
    color: #fff;
}

::-webkit-input-placeholder {
    font-size: 14px !important;
}

:-moz-placeholder {
    font-size: 14px !important;
}

::-moz-placeholder {
    font-size: 14px !important;
}

:-ms-input-placeholder {
    font-size: 14px !important;
}

.wlcmTitle {
    text-align: center;
}

body {
    margin: 0;
    line-height: 1.2;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", 'Lato', Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: 300;
}