
body{
    background: #fff;   
    font-family:Verdana, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    margin:0;
    padding:0;
    color: #4D4D4D;
}

#main_container{
    width: 1000px;
    position:relative;
    margin:0 auto;
}
#login_window{
    background: #e9e9e9;
    border: 0px solid #000;
    padding: 20px 20px 20px 20px;
    width: 240px;
    text-align: center;
    position: absolute;
    top:280px;
    left: 380px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    box-shadow: 3px 3px 5px #d3d3d3;
    -moz-box-shadow: 3px 3px 5px #d3d3d3;
    -webkit-box-shadow: 3px 3px 5px #d3d3d3;
}
#logo{
    display: inline;
}
.logo-container{
    text-align: center;    
    font-weight: bold;
    font-size: 6.0em;
}
.error{
    color:#FC0300 !important;       
}
.password_error{
    color:#FC0300 !important;    
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
}
a{
color:#FC0300;
}
a:hover{
   color:#FC0300; 
}

label{
    display: none;
}

/*forms*/

.form-control:focus{
    border-color: #FC0300;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(223, 32, 83, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(223, 32, 83, .6);
          
}


