body {
   
    background-color:#fff;
    background-image: none;
    color:#666666;
    font-family: 'CalibriLight';
    font-size:15px;
}
div.container{
    max-width: 460px
}
div.logo{
    background:url('/images/design/landing/logo_main.png') no-repeat;
    width:293px;
    height:90px;
    margin:0 auto;
    margin-top:60px;
}
.login_text{
    margin:0px auto;
    text-align: center;
    max-width: 600px;
    font-size:24px;
    margin-bottom: 35px;
    margin-top:30px;
    color:#121212;
    
}
#login_btn,#forgotten_password_btn {
    border:0;
    cursor: pointer;
    background-color: #66c5fb;
    color:#fff;
    padding:14px 35px;
    font-size:17px;
    border-radius: 0px;
}
#login_btn:hover,#forgotten_password_btn:hover{
    background-color: #57A8D6;/*#6bc6f6;*/
    /*opacity:0.9;*/
}

#login_btn.loading {
    background-color: #CCCCCC;
}
.form_left{
    float:left;
    line-height: 17px;
}
.form_right{
    float:right;
    line-height: 17px;
}
.form_container{
    margin-bottom: 10px;
}
.form-control{
    margin-bottom: 20px;
    height:48px;
    border-radius:0px;
    border:1px solid #cccccc;
    box-shadow: none;
    
}
.form-control:focus{
    border-color:#66c5fb;
    box-shadow: none;
}

.form-control:hover {
    box-shadow: none;
}

a{
    color:#666666;

}
a:hover{
    color:#444;
}
/*
#login_btn:hover {
    background:url('/images/design/login_btn_hover.png') no-repeat;
}
#forgotten_password_btn {
    width:230px;
    height:56px;
    background:url('/images/design/forgotten_password_btn.png') no-repeat;
    margin:0;
    padding:0;
    border:0;
    cursor: pointer;
}
#forgotten_password_btn {
    background:url('/images/design/forgotten_password_btn_hover.png') no-repeat;
}
*/
.error {
    width:100%;
    font-size:16px;
    color: #e74c3c;
}

input.error {
    border: 1px solid #e74c3c;
    color: #555555
}

/*
input[type="checkbox"] {
    -webkit-appearance: none; 
    -moz-appearance: none; 
    -o-appearance: none;
    width: 18px;
    height: 18px;
    background-color: #fff; 
    border-style: solid;
    outline:  1px #ccc solid;
}*/

input[type=checkbox].css-checkbox {
    position: absolute; 
    overflow: hidden; 
    clip: rect(0 0 0 0); 
    height:1px; 
    width:1px; 
    margin:-1px; 
    padding:0;
    border:0;
}

input[type=checkbox].css-checkbox + label.css-label {
    padding-left:29px;
    padding-top: 2px;
    height:20px; 
    display:inline-block;
    line-height:15px;
    background-repeat:no-repeat;
    background-position: 0 0;
    font-size:15px;
    vertical-align:middle;
    cursor:pointer;
    font-weight: normal;
}

input[type=checkbox].css-checkbox:checked + label.css-label {
    background-position: 0 -20px;
}

.css-label{
    background-image:url('/images/design/checkbox_sprite.png');
}

.success{
    padding:4px 0 4px 7px;
    width:100%;
    background-color:#1bb74e;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
   font-size:13px;
}
