﻿* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    font-weight: 300;
    font-size: 14px;
}

html, body {
    height: 100%;
    /*overflow: hidden;*/
}

.logo {
    max-height: 80px;
}

.imageBackground {
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 576px) {
    .imageBackground {
        display: none;
    }
}

.backgroundImage {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 120px;
}

@media screen and (max-width: 576px) {
    .body-content {
        padding-top: 50px !important;
    }
}

.validation-summary-errors {
    color: #dc3545;
}

    .validation-summary-errors > ul {
        list-style-type: none;
        padding-left: 0;
    }

.mt-15 {
    margin-top: 15px;
}

h4 {
    margin: 16px 0 24px 0;
    color: #00A19C;
    font-weight: 300;
}

h5 {
    color: #A0A4AE;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 0px;
}

.inline {
    display: inline !important;
    margin-right: 10px !important;
}

a {
    color: #0a84ae;
}

    a:hover {
        color: #053b4e;
        text-decoration: none;
    }

.btn-primary {
    background: #A0A4AE;
    border: none;
}

    .btn-primary:hover {
        background: #54565B;
        opacity: 0.8;
    }

    .btn-primary:not(:disabled):not(.disabled).active, 
    .btn-primary:not(:disabled):not(.disabled):active, 
    .show > .btn-primary.dropdown-toggle {
        background: #54565B;
        opacity: 1;
    }

.form-control, select {
    background-color: #EFEFEF !important;
    border: none;
}

select {
    padding: .375rem .75rem;
    border-radius: .25rem;
    color: #495057;
}

.input-validation-error {
    border-left: 5px solid #D73333;
}

.field-validation-error {
    display: none;
}

.subtext {
    display: block;
    font-size: 12px;
}

.btn-link {
    color: #0a84ae !important;
}
