body {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #eee;
}
.loadingForm{
    position: absolute;
    margin: -15px;
    height: 100%;
    width: 100%;
    opacity: 0.91;
    z-index: 10;
    background-color: white;
    padding: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.form-signin {
    position: relative;
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;    
    background: #fff;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    /* box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2); */
    display: block;    
    min-height: 0;
    width: 450px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {

}
.form-signin .checkbox {
    font-weight: normal;
}
.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    /*border-top-left-radius: 0;
    border-top-right-radius: 0;*/
}
h2{
    font-size: 22px;
}
#recoveryButton{
    cursor: pointer; 
    color: #007bff;
}
#recoveryButton:hover{
    font-weight: bold;
}
a.nounderline:link 
{ 
text-decoration:none; 
} 
