.shadow-top {
    position: fixed;
    background-image: url("../imgs/shadow-top.png");
    background-repeat: no-repeat;
    background-position: center top;
    height: 42px;
    width: 100%;
    top: 75px;
    z-index: 101;
}
.wrapper > .menu > .item{
    padding: 2.22857143em 1.54285714em !important;;
}

.progress-box{
    position: absolute;
    top: 0!important;
    left: 0!important;
    bottom: 0 !important;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    background-color: rgba(0,0,0,.85);
    line-height: 1;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-transition: background-color .5s linear;
    transition: background-color .5s linear;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    will-change: opacity;
    z-index: 1000;
}
.progress-box > .progress{
    margin:250px 100px !important; 
}
.progress-box > .progress> .label{
    color:#fff !important;
}

@media (min-width: 450px) {
    .login-container{
        background-color: #fff;
        width:400px;
        height:auto;
        border: 1px solid #ddd;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px rgba(1, 1, 1, 0.6);
        margin-left:auto;
        margin-right:auto;
        margin-top: 150px;
    }

    .container-fluid {
        margin-left: auto;
        margin-right: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
}
.error{
    color:#AE0000 !important;
}
