#depreload {
    background-size: cover;
    background-color: #f4f4f4;
    position: fixed;
    text-align: center;
    z-index: 99;
    height: 100%
}
#depreload div{
    margin-top: 15%;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.error{
    color: #f50;
    padding: 2px;
}

.input-error{
    border:1px solid #F50;
    color: #F50;
}
