﻿h1 {
    font-weight: 700;
   
    font-size: 36px;
    /*color: #16455a;*/
    color: #fff;
}

.labeltext {
    font-weight: 700;
    font-size: 25px;
    color: #16455a;
}

.form-control {
    height: 55px;
    font-size: 20px;
}

.form-control-feedback {
    top: 8px;
}

.btn {
    font-size: 20px;
}

.termsLink {
    font-size: 18px;
}
.terms {
    text-align: center;
}
.labelterms {
  
    font-weight: 700;
    font-size: 18px;
    color: #16455a;
}


.login-container {
    background-image: url('/assets/images/backgrounds/bg-login.jpg');
    background-size: cover;
}

.signupmessage {
    margin-top: 200px;
}

@media only screen and (max-width: 1200px) {
    .signupmessage {
        margin-top: 20px;
    }

}

#IsTermsAccepted {
    -ms-opacity: 0;
    opacity: 0;
}

input[type=checkbox]:checked ~ div label {
    background: url('/assets/images/ui/tick.png');
    background-size: 100%;
}

.checkdiv {
    border: 1px solid #888;
    float: left;
    padding: 1px;
    margin: 5px;
}

.checklabel {
   
    height: 20px;
    width: 20px;
    margin-bottom: 0px;
    display: block;
    /* Note: This gradient may render differently in browsers that don't support the unprefixed gradient syntax */
    /* IE10 Consumer Preview */
 
}
    .checklabel:hover { /* Note: This gradient may render differently in browsers that don't support the unprefixed gradient syntax */
        /* IE10 Consumer Preview */
        background-image: -ms-linear-gradient(bottom right, #FFFFFF 0%, #03a9f4 100%);
        /* Mozilla Firefox */
        background-image: -moz-linear-gradient(bottom right, #FFFFFF 0%, #03a9f4 100%);
        /* Opera */
        background-image: -o-linear-gradient(bottom right, #FFFFFF 0%, #03a9f4 100%);
        /* Webkit (Safari/Chrome 10) */
        background-image: -webkit-gradient(linear, right bottom, left top, color-stop(0, #FFFFFF), color-stop(1, #03a9f4));
        /* Webkit (Chrome 11+) */
        background-image: -webkit-linear-gradient(bottom right, #FFFFFF 0%, #03a9f4 100%);
        /* W3C Markup, IE10 Release Preview */
        background-image: linear-gradient(to top left, #FFFFFF 0%, #03a9f4 100%);
    }
    
