body {
    background-color: #f5f5f5;
}

.form-control:focus, .btn:focus, .btn:active:focus, .btn.active:focus {
    outline: none;
    box-shadow: none;
}

.tab-content {
    max-width: 330px;
    padding: 15px 25px;
    margin: 0 auto;
}

.tab-content .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tab-content .form-control:focus {
    z-index: 2;
}

.form-signin {
    margin-bottom: 20px;
}

.form-signin input[type="text"] {
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.form-forgot {
    margin-bottom: 20px;
}

.form-forgot input[type="text"] {
    margin-bottom: 10px;
}

.account-wall {
    margin-top: 110px;
    padding: 30px 0px 20px 0px;
    background-color: #ffffff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16);
}

.btn {
    border: 0;
    background-color: #A63735;
    color: #FFF;
    font-weight: bold;
}

.btn:hover {
    background-color: #8b3433;
}

a, a:visited, a:hover, a:focus {
    color: #666;
}

.logo-img {
    margin: 0 auto 30px;
    display: block;
}

.alert {
    padding: 0;
    background: none;
    border: 0;
    text-align: center;
}
.alert-danger {
    color: #c40003;
}
