﻿/*
*:focus {
    outline: none;
}

textarea:focus, input:focus {
    outline: none;
}
*/
/*
#login-box { 
    padding: 30px;
    width: 300px;
}*/

/*html {
    height: 60%;
}*/
body {
    min-height: 0%;
    position: relative;
   padding-bottom: 100px;

}

#login-form { 
     background-color: White; 
    padding: 20px 20px;
    border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);    
    width: 350px; 
    margin: 70px auto 20px auto;      
    
}

.login-logo {
    text-align: center;
    display: block;
    margin: 10px auto 20px auto;
}

.login-field  {
    clear: both;
    text-align: center;
}

.login-field input {
    vertical-align: middle;
}
       
.login-label  {
    clear: both;
    color: #545454;
    float: left;
    font-size: 17px;
    padding: 6px 0;
    text-align: center;
    width: 100%;
}

.submitButton {
    margin-bottom: 15px;
 }

/*
.login-header { 
    position: relative; text-align: center; 
    background-image: url('../Images/header_login.png');
    background: #eac745;
    border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0;
    width: 300px;
    height: 10px;
    behavior: url(/Styles/PIE.htc);
}*/

/*
.login-input {
    clear: both;
    float: left;
    height: 32px;
    width: 100%;
    margin-right: 5px;
    padding: 0;
    background-color: White; 
    border: 1px solid #aaa;
    border-radius: 5px;-webkit-border-radius: 5px; -moz-border-radius: 5px;    
    behavior: url(/Styles/PIE.htc);
}*/

/*
.login-input input {
    height: 20px;
    margin-left: 3px;
    margin-top: 3px;
    width: 228px;
}
*/

input.login {
    width: 80%;
    height: 21px;
}

.login-legend {
    color: #919191;
    display: block;
    font-size: 13px;
    font-style: italic;
    margin: 6px auto 20px auto;
    text-align: center;
    width: 100%;
}

.submitButton {
    padding-top: -17px\9;
    text-align: center;
    width: 100%;

}

.failure {
    padding: 10px;
    text-align: center;
}

.failureNotification {
    color: #a62523;
    font-size: 13px;
    font-style: italic;
    font-weight: normal;
    text-shadow: 1px 1px 2px #fff;
 }

.failureNotification.login {
    background: none repeat scroll 0 0 #F2DEDE;
    border: 1px solid #db6f6d;
    border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;
    display: inline-block;
    padding: 10px 15px;
    behavior: url(/Styles/PIE.htc);
}

.info-message  {
    margin-bottom: 16px;
    margin-left: 3%;
    margin-top: -5px;
    width: 94%;
}
.input-group-addon
{
    background-color: rgb(50, 118, 177);
    border-color: rgb(40, 94, 142);
    color: rgb(255, 255, 255);
}
/*
.login-title {   
    color: #FFFFFF; 
    padding: 10px 5px;
    position: relative; 
    text-align: center;   
    text-transform: uppercase; 
}
*/

.version {
    color: #fff;
    display: block;
    font-weight:600;
    font-style: italic;
    font-size: 13px;
    text-align: center;
    margin: 0 auto;
    opacity: 0.8;
    width: 300px; 
}
 
 



