﻿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%);
    }

.signup-choice { text-align: left; }
.signup-choice__title {
    font-size: 26px;
    font-weight: 700;
    color: #16455a;
    text-align: center;
    margin: 0 0 6px;
}
.signup-choice__subtitle {
    font-size: 15px;
    color: #6c757d;
    text-align: center;
    margin: 0 0 24px;
}
.account-type-card {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 20px;
    margin-bottom: 14px;
    background: #fff;
    border: 1px solid #d6dde2;
    border-radius: 8px;
    color: #16455a;
    text-decoration: none;
    transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}
.account-type-card:hover,
.account-type-card:focus {
    border-color: #2196F3;
    box-shadow: 0 6px 18px rgba(22, 69, 90, .12);
    transform: translateY(-1px);
    color: #16455a;
    text-decoration: none;
}
.account-type-card__icon {
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #eaf4fb;
    border-radius: 50%;
    color: #2196F3;
    font-size: 20px;
}
.account-type-card__body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.account-type-card__label { font-size: 18px; font-weight: 600; }
.account-type-card__support { font-size: 14px; color: #6c757d; line-height: 1.35; }
.account-type-card__chevron {
    flex: 0 0 auto;
    color: #9aa8b2;
    font-size: 18px;
}
.signup-choice__trial {
    margin: 16px 0 0;
    text-align: center;
    font-size: 13px;
    color: #8a96a0;
}

