html{

background-color: #CFCFCF;

}

#loading {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: #fff;
    z-index: 10000;
}

#loading img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -23px 0 0 -23px;
}

#text-muted {
    color: black;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 12px 15px 0px 15px;
    height: 100%;
}

.modal-content {
    position: relative;
    padding: 10px 50px 50px 50px;
    max-width: 550px;
    margin: 10px;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    background-color: #fff;
    background-clip: padding-box;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 30px rgba(0,0,0,.5);
}

.login-form {
    max-width: 550px;
    /*border: .13em solid #fff;*/
    margin: 60px auto 0;
    /*background: #fff;*/
    /*border-radius: 10px;*/
}


ul.alert-error{
    background: #fcf8e3;
    border: 1px solid #FDF1B2;
    color: #b8823b;
    text-align: left;
    padding: 5px;
    border-radius: px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;

}

ul.alert-error li{
    margin-left: 20px;
    padding: 2px;
}
.title-log{
    text-align: center;
    font-size: 2.6rem;
    display: block;
    color: #959595;
    margin-top: 5px;
    margin-bottom: 5px;
}

.input-field label.active:not(.label-icon) {
    font-size: 1.2rem;
}

[type="checkbox"] + label {

    font-size: 1.2rem;

}






