#overlay {
    z-index: 999;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #f4f4f4;
    opacity: 0.8;
    filter: alpha(opacity=80);
}
#loading {
    width: 50px;
    height: 57px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -28px 0 0 -25px;
}

.js-loader{
    display: none;
    /*position: absolute;*/
    /*right: 20px;*/
    top: 25px;
}

.validate{
    display: none;
}

.content h3 {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 200;
}

.content * {
    box-sizing: border-box;
}

.form-group .mylabel {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    color: #6a6c6f;
}

.form-group .radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
    line-height:18.5714px;
}

label.error{
    margin-top: 15px;
    width: 40%;
}
