html {
    height: 100%;
}
body {
    min-height: 100%;
}

div.login-box {
    /*background: #9bc33a;*/
    background: #505050;
    /*padding: 25px;*/
}

.auth-header-footer-bar {
    height: 2em;
    background-color: #333333;
}

.dark-text-color {
    color: #909090;
}

.link-color {
    color: #a5bd2c;
}

.title-message {
    padding: 15px 10px;
}

.btn-taxico {
    background-color: #a0c02b;
    color: white;
    font-weight: bold;
    text-shadow: 3px 2px #54601d;
    padding: 10px;
}

.btn-taxico-outline {
    border-color: #a0c02b;
    color: #a0c02b;
    font-weight: bold;
    text-shadow: 3px 2px #3f3e3c;
    padding: 10px;
}


.taxico-separator {
    border-top: 2px solid white;
}

.taxico-text {
    color: white;
    text-align: center;
    font-weight: 100;
}

.form-group {
    margin-bottom: 5px !important;
}