.fixedtop {
  margin-top: 80px!important;
}
.login-header {
  height: 130px;
  line-height: 129px;
}
.login-box{
    float: right;
    width: 345px;
    margin-top: 37px;
    background-color: rgba(208, 214, 223, 0.9);
    padding: 20px;
    border: 2px solid rgba(230, 228, 225, 0.5);
}
.tab-pane {
    margin-top: 20px;
}
.iti{
    width:100%;    
}
.login-info {
    float: right;
    width: 345px;
    margin-top: 0px;
    margin-left: 30%;
    padding: 20px;
    height: 100px;
    color: #97B3E2;
    text-align: center;
    font-size: 15px;
}
.form-control-feedback {
    width: 100px!important;
    line-height: 277px!important;
}
.has-success{
    color: #3c763d!important;
}
.has-error{
    color: #a94442!important;
}
.fc-code img{
    background-color: #fff;
    height: 32px;
}
.nav-tabs{
    border-bottom: 1px solid #fff!important;
}
.btn {
    color: #fff;
    background-color: #BE0129;
    border-color: #BE0129;
}
.input-group-btn button {
  color: #fff;
  background-color: #BE0129;
  border-color: #BE0129;
}
.thumbnail{
    margin-top: 30px;
    margin-bottom: 30px;
}