﻿html {
    position: relative;
    min-height: 100%;
    font-size: 14px;
}

body {
    background-image: url("../Content/Images/dusk_shiftedwing-blue.jpg");
    background-position: top left;
    background-repeat: repeat;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px; /* Set the fixed height of the footer here */
    line-height: 60px; /* Vertically center the text there */
    /*border-top: 1px solid #bfbfc1;*/
    background-color: #fff;
}

.header-text {
    color: #0033a0;
}

.sub-header-text {
    color: #0c2340;
}

a {
    color: #2578FC;
}

/*Btn Styles*/
.btn {
    text-transform: none !important;
    color: #4757e8;
}

.btn-primary {
    color: white !important;
    background-color: #4757e8 !important;
}

    .btn-primary:hover {
        color: white !important;
        background-color: #2E3896 !important;
    }

.btn-secondary {
    color: #4757e8 !important;
    background-color: transparent !important;
    text-decoration: underline;
}
/*End Btn Styels*/

i.prefix {
    position: absolute;
    left: -2rem;
}

/* Select Styles*/
select.custom-select:hover {
    border-color: #6244BB !important;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.075),5px 5px 5px rgba(38,27,73,.5) !important;
}

select.custom-select:focus {
    border-color: #6244BB !important;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.075),5px 5px 5px rgba(38,27,73,.5) !important;
}
/*End Select Styles*/

/*Override Styles*/
.bmd-form-group .bmd-label-static,
.bmd-form-group.is-filled .bmd-label-floating,
.bmd-form-group .is-filled .bmd-label-floating,
.bmd-form-group.is-focused .bmd-label-floating,
.bmd-form-group .is-focused .bmd-label-floating {
    top: 0.4rem /*default of 0.75 makes the text get overlapped by box; !important is necessary for IE11*/
}
/*End Override Styles*/