﻿
.LoginOutherBox, .loginFooter {
    background-color: white !important;
}


.LoginOutherBox {
    width: 23%;
    height: auto;
    min-height: 50%;
    display: inline-block;
    margin: auto;  
    padding: 0 !important;
    z-index: 1;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}

.loginFooter {
}

.background-image {
    z-index: 0;
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;    
}

.LogoWide {
    height: 120px !important;
}

.copyright {
    color: #808080 !important;
}

.loginForm .forgetPasswordLink a {
    color: #808080 !important;
}

.se .loginForm .validation-summary-errors {
    color: #F80000;
}

.btn-primary {
    color: #fff !important;
    background-color: #0387c1;
    border-color: #0387c1;
}

.loginForm input[type="submit"] {
    color: #fff !important;
    background-color: #007cba !important;
    border-color: #0387c1;
}

    .loginForm input[type="submit"]:hover {
        color: #fff !important;
        background-color: #005BAE;
        border-color: #0387c1;
    }


.btn {
    font-size: 1rem !important;
}

.loginForm {
    border-radius: 5px;
    padding-top: 60px;
    padding-bottom: 20px;
}

.LogoWide {
    background-size: 55% !important;
}

.loginFooter {
    line-height: 0.5rem;
    font-size: 0.75rem;
    line-height: 0.5rem;
    border-top: 0px solid rgb(173, 173, 173);
    padding-bottom: 30px;
}

input[type=text], input[type=password] {
    color: black !important;
    background: transparent;
}

@keyframes autofill {
    to {
        color: black;
        background: transparent;
    }
}

@-moz-keyframes autofill {
    to {
        color: black;
        background: transparent;
    }
}


input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -moz-animation-name: autofill;
    -moz-animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    color: darkgray;
    background: transparent;
}

input:-moz-autofill {
    -moz-animation-name: autofill;
    -moz-animation-fill-mode: both;
    color: darkgray;
    background: transparent;
}


    input:-moz-autofill:focus {
        -moz-animation-name: autofill;
        -moz-animation-fill-mode: both;
        color: #fff;
        background: transparent;
    }

.se {
    height: 100vh;
    min-height: 600px;    
    position: relative;
    text-align: center;
}