﻿.input-validation-error {
    border-color: #cd2026;
}

.invalid-feedback {
    display: block;
}

.validation-summary-errors ul {
    list-style: none;
    color: #cd2026;
    margin-left: -40px
}

.bg-crb-blue {
    background-color: #001a71;
}

.bg-crb-grey {
    background-color: #ecedf3;
}

.bg-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

html {
    position: relative;
    min-height: 100%;
}

.btn-primary {
    /* Fusion blue buttons*/
    /* color: #fff;
    background-color: #232F60;
    border-color: #232F60; */
}

body {
    /* margin-bottom: 120px;  Margin bottom by footer height */
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 120px; /* Set the fixed height of the footer here */
    line-height: 60px; /* Vertically center the text there */
    background-color: #f5f5f5;
}

.login-left {
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    display: grid;
    place-items: center;
}

.login-right {
    height: 100vh;
    overflow: hidden;
}

.apple-icon {
    margin-top: 10px;
}

.google-icon {
    width:155px;
}

hr {
    border-top: 1px solid #c6d6ec;
}

.info-content{
    margin-left:0.2em!important;
}
