﻿body {
    height: auto;
    background-color: #e8e8e8;
}

.auth-form {
    background-color: white;
    margin-top: 5%;
    border: 1px solid #f9f8f1;
    border-radius: 15px;
    padding: 40px 20px;
    box-shadow: 0 0 10px #f9f8f1;
}

    .auth-form h3 {
        text-align: center;
        padding-bottom: 20px;
    }

.text-center h4 {
    text-align: center;
}

.auth-form .rounded-button {
    color: white;
    outline: none;
    border: none;
    background-color: #337ab7;
    padding: 10px 45px;
    border-radius: 20px;
}

.auth-form .forgot-password {
    padding-top: 10px;
    font-weight: bold;
    text-decoration: underline;
}

.rounded-button:disabled,
.rounded-button[disabled] {
    background-color: grey;
}

.auth-form .float-right {
    float: right;
}

.auth-form .control-label {
    padding-bottom: 10px;
}

.auth-form .form-control {
    background-color: #F9F8F1;
    height: 45px;
}
.not-authorized-navbar {
    position: absolute;
    top: 7px;
}