﻿body {
    background: url("/img/splash4.jpg");
    background-color: #3C5164 !important;
    background-repeat: repeat;
    font-size: 15px;
    background-size: 32px;
}

#container {
    height: 265px;
}

/* The Modal (background) */
.modal {
    display: none;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
}

/*We need to account for shorter screens where our dialog slips down too far*/
@@media (max-height: 800px) {
    .modal-content {
        margin-top: 3%;
    }
}

@@media (max-width: 1200px) {

    .bg {
        padding: 0px 20px !important;
    }

    .sign-in-container {
        padding-left: 13px !important;
    }
}

/* Modal Content */
.modal-content {
    top: 19%;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 60%;
    max-width: 500px;
    border-radius: 0;
}

.customer-logo {
    max-width: 15.25rem;
    max-height: 10.25rem;
}

.sso-divider-line {
    border-top: 1px solid #a5b0c0
}

.sso-button-wrapper {
    margin-bottom: 24px;
    padding-top: 24px;
    display: flex;
    justify-content: center;
    word-wrap: anywhere;
}

.side-margins-15 {
    margin-left: 15px;
    margin-right: 15px
}

input[type=email], input[type=text] {
    border: 0;
    border-bottom: solid #000000 1px;
    padding-bottom: 5px;
    color: black;
}

.login-button-vea {
    height: 36px;
    background-color: rgb(0, 119, 187);
    border: 1px solid rgb(7, 86, 140);
    padding-left: 40px !important;
    padding-right: 40px !important;
    color: white;
    font-size: 15px;
}

    .login-button-vea:hover {
        background-color: #005da6;
    }

.login-button-sso {
    height: 36px;
    background-color: #efefef;
    border: 1px solid rgb(7, 86, 140);
    padding-left: 40px !important;
    padding-right: 40px !important;
    color: rgb(0, 119, 187);
    font-size: 15px;
}

    .login-button-sso:hover {
        background-color: #dddddd;
    }

.error-login {
    color: #a9006c;
}

.field-validation-error {
    padding-left: 1px;
    position: absolute;
}

.ve-error-class {
    font-weight: 600 !important;
    font-style: unset !important;
    line-height: 1.1;
    padding-left: 1px;
    padding-top: 9px;
}

.form-control:focus {
    box-shadow: none;
    border-color: rgba(0, 103, 184, 1);
    font-weight: 400 !important;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 0px;
}

.form-control {
    padding-left: 1px;
    padding-top: 15px;
    background-color: rgba(255, 255, 255, 0);
    height: 40px;
    font-weight: 400 !important;
}

.bg {
    padding: 15px 0px;
    margin: 0 -15px 0 -11px;
    background-color: white;
}

h4 {
    color: #404040;
    font-size: 2rem;
    font-weight: 600;
}

.sign-in-container {
    margin-bottom: 10px !important;
    margin-top: 54px;
}

.sign-in-container-image {
    max-width: 100%;
    max-height: 100%;
    display: inline;
    margin-left: -13px;
}

a:link {
    color: #057cbf !important;
}

a {
    font-size: 15px;
    color: #057cbf !important;
}

    a:hover {
        color: #057cbf !important;
        text-decoration: underline !important;
    }

    a, a:focus {
        text-decoration: none;
    }

#dvEmail {
    border: rgba(255, 255, 255, 0) 1px solid;
}

#dvFirstLastNames {
    border: rgba(255, 255, 255, 0) 1px solid;
}

#hdrName {
    padding-top: 24px;
    padding-bottom: 10px
}

#hdrEmail {
    padding-top: 25px;
    padding-bottom: 30px;
    word-wrap: anywhere;
}

.form-group {
    margin-bottom: 5px;
}
