﻿.logintop {
    background: #3beedd !important;
    display: block;
    height: 40px;
}

.loginwelcome {
    margin-bottom: 20px;
    margin-top: 30px;
}

.loginbg {
    background: rgba(0,0,0, .6);
    margin: 0px;
    height: 75vh;  
    padding: 0px;
}

.loginbgdev {
    background-image: url('../images/DevDbBackground.gif');  
    margin: 0px;
    height: 450px;  
    padding: 0px;
}


.loginbgtest {
    background-image: url('../images/TestDbBackground.gif'); 
    margin: 0px;
    height: 450px;  
    padding: 0px;
}

.logincontainer {
    color: #ffffff;
    margin: auto;
    width: 565px;
    /*left: 50%;
    margin-left: -250px;
    position: fixed;
    */
}


.logincontainer div.modal {
    left: 0px;
    margin: 30px auto;

    position: relative;
    top: 0px;
    width: 400px;
}


.marginright { margin-right: 15px; }

h2, h3, h4 {
    font-weight: 400;
    text-shadow: 1px 1px 2px black;
}

.logincontainer form {
    color: #000000;
    display: block;
    margin: auto;
    position: relative;
}

/*.logincontainer input{
    margin-bottom:20px;
    
width:100%;	
}*/

.logincontainer .radio input[type="radio"], .checkbox input[type="checkbox"] { width: auto; }


/*#login #footer {
    
    bottom: 0px;
    position: fixed;
}*/


.btn-green {
    background-color: #79a527;
    background-image: -moz-linear-gradient(center top, #9ebd61, #79a527);
    background-repeat: repeat-x;
    border-color: #9ebd61;
    color: #FFFFFF;
    display: block;
    margin: auto;
    margin-top: 20px;
    position: relative;
    width: 100px;
}

.btn-green:hover { background-color: #b2de5c; }


#login a {
    color: #d65843;
    font-size: 14px;
}

.loginForm {
    color: black;
    padding: 10px 15px;
}

.login-textbox { background-color: #ffffff; }

.login-textbox:focus { border-color: #d65843 !important; }

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill { background-color: white; }


.loginmenu {
    display: flex;
    justify-content: center;
    background-color: #ffffff;
    padding-bottom: 20px;
}

.login-welcome-logo {
    max-width: 400px;
    display: block;
    margin: auto;
    margin-bottom: 50px;
}

.loginmenu li a {
    font-size: 18px !important;
    height: 53px;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 12px;
    text-align: center;
    color: #06325f !important;
}

.logincontainer label { font-size: 14px; }

.loginbg > #footer {
    background: #00a3a3;
    text-align: center;
    position: fixed;
    bottom: 0;
    margin-bottom: 25px;
    width: 100%;
}

.fixed-bottom {
    position: fixed;
    bottom: 0px;
}

.modal > .blue {
    border-radius: 4px 4px 0px 0px;
}

.failureTextLogin {
    display: block;
    color: #d65843;
    padding-top: 12px
}

.error-template {
    margin: 4rem;
    padding: 1rem 1rem;
    text-align: center;
}

.sign-in {
    text-shadow: none;
}
