.input-errors{
    color: #e5603b!important;
    font-size: 11px!important;
}

/***************************Loading de carregamente da página**********/

.jquery-loading-base-container {
    position: fixed;
    left: 0px;
    top:0px;
    margin:0px;
    width: 100%;
    height: 100%;
    display:block;
    z-index: 1000;
    opacity: 0.8;
    -moz-opacity: 0.65;
    filter: alpha(opacity = 65);
    background: #747474;
    background-repeat: no-repeat;
    background-position:50% 50%;
    text-align: center;
    overflow: hidden;
    font-weight: bold;
    color: white;
    padding-top: 25%;
}

.error2{
    text-align: center;
}
.error-code {
    bottom: 60%;
    color: #2d353c;
    font-size: 145px;
    line-height: 100px;
}

.error-content {
    top: 40%;
    bottom: 0;
    padding-top: 15px;
}

.error-message {
    font-size: 24px;
}

.error-desc {
    font-size: 12px;
    color: #647788;
}

