body{
    background-color: lightgrey;
}
.header {
    background-color: white;
    width: auto;
    height: 100px;
}
.container {
    text-align: center;
}
.logo {
    padding-top: 1%;
}
.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin {
    max-width: 500px;
    padding: 15px;
    margin: 0 auto;
    background-color: white;
    max-height: 450px;
    margin-top: 3%;
}
label {
    font-weight: bold;
    font-size: 16px;
}
.form-signin input[type="text"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.form-signin .checkbox {
    font-weight: normal;
}
a {
    color: #aa0000;
}
.row {
    height: 50px;
}
.forgot-pw {
    position:relative;
    top: 15px;
    text-align: left;
    font-size: 15px;
    margin-left: auto;
    padding-bottom: 5%;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}
.title {
    font-weight: bold;
    font-size: 18px;
}
.form-control {
    position: relative;
    top: 20px;
}
.btn-login {
    width: 150px;
    text-align: center;
    margin-top: 1%;
    background-color: #aa0000;
    border: none;
    font-size: 18px;
    color: white;
}
.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 15px 0;
    background-color: rgba(8, 8, 8, 0.92);
}
.modal-footer {
    border-top: 0;
}
.footer-container p {
    margin: 0;
}
.footer .container.footer-container {
    position: static !important;
}
