#message {
    display: none;
}

#messageEmail, #messagePassword, #messageRepassword {
    margin: 0;
    margin-top: 5px;
    padding: 0;
    font-size: 0.8em;
    color: #f70a0a;
    display: none;
}

.sign-area {
    font-family: Segoe-UI, Arial, sans-serif;
    padding: 120px 0;
    color: #333333;
    width: 100%;
}

.sign-title {
    margin-bottom: 40px;
    width: 100%;
}

.sign-title h2 {
    font-family: ProximaNovaT-Thin, Museo Sans, sans-serif;
    font-size: 3em;
    font-weight: normal;  
}

.sign-area a{
    color: #029ee4;
}

.sign-area a:hover {
    color: #0286c2;
    text-decoration: underline;
}

.form-group {
    padding: 0 80px;
}

.clearfix {
    padding: 0 95px;
    font-size: 1em;
}

.sign-bottom {
    padding: 20px 0;
}

.sign-bottom-ca {
    padding: 6px 0;
}

.sign-terms {
    padding-top: 10px;
    font-size: 0.95em;
    color: #737373;
}

.control-label {
    font-family: Arial, sans-serif;
    font-weight: 600;
    font-size: 0.85em;
}

.input-lg {
    box-shadow: none;
    font-size: 1em;
}

.input-lg:focus {
    box-shadow: none;
    border: 1px solid #029ee4;
}

.lg-error {
    border: 1px solid #f70a0a;
    background-color: rgba(247, 10, 10, 0.1);
    color: #f70a0a;
}

.button-signin {
    width: 70%;
    margin: 10px 0;
    display: inline-block;
    padding: 14px 30px;
    border-radius: 50px;
    color: #ffffff;
    font-family: Museo Sans, sans-serif;
    font-size: 1.2em;
    background-color: #1a5ef3;
    text-align: center;
    border: none;
    outline: none;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    cursor: pointer;
}

.button-signin-pending {
    width: 70%;
    margin: 10px 0;
    display: inline-block;
    padding: 14px 30px;
    border-radius: 50px;
    color: #ffffff;
    font-family: Museo Sans, sans-serif;
    font-size: 1.2em;
    background: url('../images/sign-loader.gif') no-repeat scroll center center;
    background-color: #1a5ef3;
    text-align: center;
    border: none;
    outline: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.button-signin-pending:hover {
    cursor: progress;
}

.button-signin:hover {
    background-color: #004aeb;
    color: #ffffff;
}

.reset{
    font-size: 0.95em;
    text-align: center;
    color: #737373;
    margin-bottom: 20px;
}

.cntr {
    margin-bottom: 0;
}

.cntr .invisible {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    opacity: 0;
    padding: 0;
}

.cntr .label-cbx {
    user-select: none;
    cursor: pointer;
    margin-bottom: 0;
}

.cntr .label-cbx input:checked + .checkbox {
    border-color: #2a90ff;
}

.cntr .label-cbx input:checked + .checkbox svg path {
    fill: #2a90ff;
}

.cntr .label-cbx input:checked + .checkbox svg polyline {
    stroke-dashoffset: 0;
}

.cntr .label-cbx:hover .checkbox svg path {
    stroke-dashoffset: 0;
}

.cntr .label-cbx .checkbox {
    position: relative;
    top: -5px;
    float: left;
    margin-right: 6px;
    width: 18px;
    height: 18px;
    border: 2px solid #C8CCD4;
    border-radius: 3px;
}

.cntr .label-cbx .checkbox svg {
    position: absolute;
    top: -2px;
    left: -2px;
}

.cntr .label-cbx .checkbox svg path {
    fill: none;
    stroke: #2a90ff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 71px;
    stroke-dashoffset: 71px;
    transition: all 0.6s ease;
}

.cntr .label-cbx .checkbox svg polyline {
    fill: none;
    stroke: #FFF;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 18px;
    stroke-dashoffset: 18px;
    transition: all 0.3s ease;
}

.cntr .keep-me {
    font-weight: normal;
    font-size: 15px;
}

.footer-area {
    background-color: #ffffff;
    color: #9198a1;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 90px;
    
}

.footer-area .icon-logo {
    width: 155px;
    height: 20px;
    background: url('../images/icon-blue.png');    
    background-size: cover;
    margin-bottom: 13px;
}

.footer-area .copy {
    font-size: 0.85em;
}

.footer-area .accepted {
    margin-bottom: 20px;
}

.footer-area h5 {
    font-family: Museo Sans-300, sans-serif;
    color: #3f3f3f;
}

.footer-menu li a, .contact a {
    color: #54585c;
}

.footer-menu li a:hover {
    color: #54585c;
    text-decoration: underline;
}