@CHARSET "UTF-8";

body {
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    overflow-y: auto;
}

.alert {
    padding: 10px;
}

.login-logo img {
    display: inline;
    max-height: 100%;
    max-width: 100%;
    padding-bottom: 4px;
}

.login-box-body, .register-box-body {
    background: #fff none repeat scroll 0 0;
    border-top: 0 none;
    color: #666;
    padding: 20px;
}
.login-box-body .form-control-feedback, .register-box-body .form-control-feedback {
    color: #777;
}
.login-box-msg, .register-box-msg {
    margin: 0;
    padding: 0 20px 20px;
    text-align: center;
}

.login-logo, .register-logo {
    font-size: 35px;
    font-weight: 300;
    margin-bottom: 25px;
    text-align: center;
}

.login-logo a, .register-logo a {
    color: #444;
}

.login-page, .register-page {
    background: #d2d6de none repeat scroll 0 0;
}

.login-box, .register-box {
    margin: 7% auto;
    width: 360px;
}