﻿@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;700;800;900&display=swap');
/* HTML Tags ----------------------------------- */


/* Colour Styling on Elements ----------------------------------- */

body * {
    font-family: 'Nunito Sans', sans-serif!important;
}
a,
a.expandingblockwidetemplate, 
a.registerbutton, 
a#linkForgotPassword {
    color: #8BBEE8;
}

h1 {
    color: #00205B;
}

#lblWebsiteName {
    color: #FFF;
}

h2
{
    color:#424242;
}

h4, h5 {
    color: #787474;
}

h3, h5 {
    color: #95989a;
}

hr {
    margin: 80px 0px 50px 0px;
}


/* Messages ----------------------------------- */
.successtxt {
    color: #8BBEE8;
}
.errortxt,
.errorsummary,
.errorfield,
.required {
    color: #eb1515;
}

/* Check box styling --------------------------------------------------- */
.checkbox label:after {
    border: 3px solid #8BBEE8;
    border-top: none;
    border-right: none;
}


/* Form ---------------------------------------------------------------- */
.checkboxlabel, label {
    color: #808080;
}


/* Form fields ---------------------------------------------------------------- */
.buttons {
    background: linear-gradient(to right, #00205B 50%, #324C7B);
}

.buttons:active, .buttons:hover {
    background: linear-gradient(to right, #324C7B 50%, #00205B) !important;
}

.rogerwide {
    background-color: #e4f0f6;
    border: 1px solid #8BBEE8;
}
 /* Banner  ----------------------------------- */
 #banner {
    background-image: url(../Custom/Images/banner.svg);
}

#bannerbackground {
    background: linear-gradient(to right, #00205B 50%, #324C7B);
}

/* Partner logos -------------------------------*/
.PartnerLogos{
    /*display: none;*/
}

.col-sm-4 {
    min-height: 350px;
}


