 html, body {
    background:#F5F7FA;
}

.login-box {
    width:300px;
    height:330px;
    position:absolute;
    left:50%;
    top:40%;
    margin-top:-165px;
    margin-left:-150px;
}

.input-icon {
    border-left: 2px solid #565090 !important;
}
.input-icon i {
    color: #ccc;
    display: block;
    position: absolute;
    margin: 11px 2px 4px 10px;
    width: 16px;
    height: 16px;
    font-size: 16px;
    text-align: center;
}

.input-icon .form-control {
    border-left: 0;
}
.input-icon input {
    padding-left: 33px !important;
}


.login-title {text-align:center; margin-bottom:30px;}
.login-title h3 {
    font-size:24px;
    color: #666666;
    font-family: 'Open Sans', sans-serif;
    font-weight: 200 !important;
    margin-top:0;
}

.box.blue {  
    -webkit-box-shadow: 0 8px 17px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
    box-shadow: 0 8px 17px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
    border-top: 0;
    background-color: white;
}
.box-header {
    background-color: white;
    padding:8px 10px 2px 10px;
    border-bottom: 1px solid #eee;
    color: #565090  !important;

}

.login-form-title {
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    margin-bottom: 8px; 
}

.login-form-body {
    padding:10px;
}

.visible-ie9 {
    display: none;
}

.btn {
    border-width: 0;
    padding: 7px 14px; 	
    font-size: 14px;  
    outline: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: .25rem !important;
    text-shadow: none;
}

/* fix jumping group buttons */
.btn-group.btn-group-solid .btn + .btn,
.btn-group.btn-group-solid .btn + .btn-group.btn-group-solid,
.btn-group.btn-group-solid .btn-group.btn-group-solid + .btn,
.btn-group.btn-group-solid .btn-group.btn-group-solid + .btn-group.btn-group-solid {
    margin-left: 0px;
}

.btn-group-vertical.btn-group-solid > .btn + .btn,
.btn-group-vertical.btn-group-solid > .btn + .btn-group,
.btn-group-vertical.btn-group-solid > .btn-group + .btn,
.btn-group-vertical.btn-group-solid > .btn-group + .btn-group {
    margin-top: 0px;
    margin-left: 0;
}

.btn-default {
    border-width: 1px;
    padding: 6px 13px;
} 

input.button,
input.button:focus {
    background-color: #565090;
    color: #FFFFFF;
    text-shadow: none;
    margin: 5px 0;
}
input.button:hover,
input.button:active,
input.button.active,
input.button[disabled],
input.button.disabled {
    background-color: #000000 !important;
    color: #fff !important;
    outline: none !important;
}

.login-footer {
    text-align: center;
    margin: 0 auto; 
    padding: 10px;
    color: #999;
    font-size: 11px;
    
    margin-top:30px;
}