html, body {
    height: 100%;
    overflow: hidden;
}

.loader {
    width: 30px;
}
.loader {
    display: block;
    margin: 0 auto 15px auto;
}
.ajax-errors {
    text-align: center;
    margin-bottom: 10px;
}
.prep {
    display: none;
}
.error-message {
    display: none;
    padding: 3px 8px;
    color: #e20d0d;
    background-color: #fff;
    margin-top: 12px;
    font-size: 13px;
    border-radius: 3px;
    position: relative;
}
.help-block {
    padding: 3px 8px;
    color: #fff;
    background-color: #dd4b39;
    border-radius: 3px;
    position: relative;
    margin-top: 12px;
    font-size: 13px;
    display: inline-block;
}
.help-block strong {
    font-weight: normal;
}
.error-message:after,.help-block:after {
    content: "";
    border-left: 4px solid transparent;
    position: absolute;
    border-bottom: 4px solid #fff;
    border-right: 4px solid transparent;
    left: 12px;
    top: -4px;
}
.make-visible {
    display: inline-block;
}

.login-page{
    background: linear-gradient(to left, #3c8dbc, #00c0ef, #3c8dbc);
}


.register-form-model .modal-content {
    background: linear-gradient(to left, #3c8dbcfc, #00c0ef, #3c8dbc);
}


.register-form-model .modal-title{
    font-size: 35px;
    text-align: center;
    /*margin-bottom: 25px;*/
    font-weight: 300;
    color: #eee;
}

input.form-control {
    background: #eee!important;
    height: 36px;
}

.register-form-model .box-footer.clearfix {
    background: transparent;
    border-top: none;
}

.login-box-body, .register-box-body {
    background: transparent;
    padding: 0px;
}


a.text-center.register-modal {
    color: #eee;
}

.modal-header {
    padding: 15px;
    /*border-bottom: 1px solid #3c8dbc;*/
    border-bottom: none;
}

label.col-sm-4.control-label {
    color: #eee;
}

.login-logo, .register-logo {
    color: #eee;
}

.panel-body {
    padding: 0 0 25px 0;
}