﻿.auth_box {
    position: absolute;
    padding-top: 20px;
    width: 100%;
    height: 80%;
    min-height: 500px;
    min-width: 450px;
}
.login-top {
    max-height: 100px;
    margin: 10px auto 10px !important;
    margin-top: 10px;
}
.login-box {
    max-height: 100px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}
.login-image-invisible-container {
    visibility: hidden;
}
.login-middle {
    
    background-size: contain;
}
/*.login-middle.col-sm-10, .login-middle.col-md-8 {
        height: 100%;
        margin-left: 10%;
        width: 80%;
}*/
.box-login {
    height: 100%;
}
.auth_login {
    height: 100%;
}
.box-text {
    height: 100%;
}
.login-text-container {
    overflow-y: auto;
    max-height: 640px;
}
.footer {
    padding-top: 10px;
}
body {
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}
.errortext *, .warning {
    color: red;
    font-weight: bolder;
    text-shadow: 2px 2px #ffffdd;
    animation: blinker 2s ease-in infinite;
}
@keyframes blinker {
    90% {
        color: orange;
        text-shadow: 1px 1px #ffdddd;
    }
    80% {
        color: red;
        text-shadow: 2px 2px #ffffdd;
    }
}
