.mr-eaves{
    font-family: "mr-eaves-modern", Tahoma, Geneva, sans-serif;
}
.well.chess-sign-up{
    max-width:450px;
    position:relative;
    height:auto;
    overflow:hidden;
}
.not-visible{
    visibility: hidden;
}
.well.chess-sign-up .thx{
    position:absolute;
    top:50px;
    left:0;
    width:100%;
    text-align: center;
    font-size:80px;
    font-weight:700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "mr-eaves-modern", Tahoma, Geneva, sans-serif;
    color:#fff;
}
.well.chess-sign-up .manchet{
    position:absolute;
    top:110px;
    left:0;
    width:100%;
    text-align: center;
    font-size:16px;
    color:#fff;
}
.well.chess-sign-up .manchet a {
    color:#f8f8f8;
    text-decoration: underline;
}
.well-success{
    background-color:#006186;
}
.checkbox label ,
.radio label  {
    padding:0;
}
.checkbox label a,
.radio label  a{
    text-decoration: underline;
}
.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 2px solid #ddd;
    background:#fff;
    border-radius: 2px;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}
.has-error .checkbox .cr,
.has-error .radio .cr {
    border: 2px solid #a94442;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}
.well h2{
    margin:0 0 15px 0;
    font-size:30px;
}