﻿html {
    min-height: 500px;
    min-width: 1000px;
    height: 100vh;
    overflow-x: hidden;
}

body {
    color: #333;
    background-size: cover;
    background-repeat: no-repeat;
}

#MII_Logo {
    background-image: url(../../Images/Start/Login/MII_Logo.png);
    height: 15vw;
    width: 15vw;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 10vw;
    top: 10vh;
}

#footer{
    background-color:white;
    height:50px;
    position:absolute;
    bottom:0;
    width:100%;
    font-size:0;
}

#timconsultImg {
    height: 50px;
    width: 225px;
    background-repeat: no-repeat;
    background-image: url("../../Images/Start/logo_tc.svg");
    float: right;
}

#loginWrapper {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -220px;
    margin-left: -260px;
    width: 540px;
    height: auto;
    background-color: white;

}

.login-input-field {
    font-size: 14px;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-color: #004b85 !important;
    border-width: 2px !important;
    text-align: center;
    outline: none;
    box-shadow: none !important;
}

.login-input-field:hover {
    font-size: 14px;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    text-align: center;
  
}

.login-input-field:focus {
    font-size: 14px;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    text-align: center;
    border-color: #004b85 !important;
}


#loginButton {
    height:30px !important;
    width: 200px !important;
    margin: 10px 10px 15px 10px;
    background-color: #004b85 !important;
    color: white !important;
    border-color: #004b85 !important;
}

#loginButton:hover:not([disabled]),
#loginButton:enabled:hover,
#loginButton:focus:hover {
    box-shadow: inset 0 -1px 1.5px #c5c9cf, 0 0 2px rgba(0,0,0,.45) !important;
    background-color: #004b85 !important;
    color: white !important;
    border:none;
}

#loginHeader {
    height: 15px;
}

#recImg {
    max-height: 65px;
    background-repeat: no-repeat;
}

#loginBody {
    max-height: 350px;
    padding: 10px;
}

#loginFormTable{
    margin:auto;
    width: 90%;
    text-align: left;
    font-size: 20px;
    color:grey;
}

#loginFormTable td {
    text-align: center;
    padding: 5px;
}

    #loginFormTable h5 {
        font-weight: bold;
    }

 #loginBody input {
    height: 18px;
    border: solid 1px #d0d0d0;
    padding: 6px 12px;
}

#loginBody input:focus {
    border: solid 1px rgb(85,162,255);
    -webkit-box-shadow: 0px 0px 3px 0px rgb(85,162,255);
    -moz-box-shadow: 0px 0px 3px 0px rgb(85,162,255);
    box-shadow: 0px 0px 3px 0px rgb(85,162,255);
}

.captcha-input {
    display: block;
    margin-top: 10px;
    width: 175px;
}

.reset-password-input{
    width: 240px;
}

.reset-password-button {
    width:110px; 
    font-weight:bold; 
    margin:10px;
}

.align-right {
    margin: 10px 10px 15px 10px;
    float: right;
}

#RefreshCaptcha{
    font-size: 14px;
}

.captcha-text {
    display: block;
    margin-top: 10px;
}

.captcha-validation-text {
    font-size: 12px;
}

.only-capital-letters {
    color: rgb(128, 128, 128);
    margin-top: 5px;
    font-weight: normal;
    font-size: 12px;
}

.build-version {
    color: grey;
}



