/*
body.login {
    background-color: #39c8e2;
    color: white;
}

.login .has-error {
    color: white;
}
*/
body {
    height: 100%;
    font-size: 17px !important;
}


form input, form button{
    /*height: 40px !important;*/
}

.site-footer{
    margin-top: 20px;
}

.form-group {

}

h3, .h3 {
    font-size: 23px !important;
}

.panel-default {
    border-color: #ecf0f1;

}


.button-bar{
    text-align: center;
    display: block !important;
    margin-top: 20px;
}


.btn-block {
    width: 100% !important;
}


.step2-form .btn-file{
   /* display:none;*/
}


.info-box{
    padding-bottom:10px;
}