body, html {
    height: 100%;
}
body {
    background: #2f2f2f;
    color:#ffffff;
}
.container {
    height: 100%;
}
.imgLogin {
    margin: 10px 0 ;
}
.box-login {
    width: 350px;
    padding: 30px;
    position: absolute;
    top: calc(50% - 210px);
    right: calc(50% - 175px);
    background: #2d2d2d;
    color: #fff;
    box-shadow: 0 0 3px 2px #232323;
}

.box-login .form-control {
    background: #2d2d2d;
    border-bottom: 1px solid #ccc!important;
    color: #fff;
}

.input-login, .input-login:hover {
    outline: none!important;
    box-shadow: none!important;
    border-radius: 0!important;
    border: none!important;
}

.box-login label {
    color:#ffffff;
}

.box-login .btn-default {
    width: 100%;
    background: #1f1f1f;
    border: 1px solid #1f1f1f;
    color: #fff;
    border-radius: 0;
}

#warning-aviso-box {
    display: none;
}