﻿p {
    color: white;
}

#login-page {
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: #0f0f59;
    opacity: 0;
}

    #login-page * {
        vertical-align: middle;
    }

.form-login {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    text-align: center;
}

.logo-or-text {
    color: white;
    text-align: center;
}

.logo-and-text {
    color: white;
    margin-bottom: 20px;
    white-space: nowrap;
    display: inline-block;
    min-width: 370px;
    text-align: left;
}

    .logo-and-text .logo {
        border-right: 3px solid white;
        display: inline-block;
        text-align: left;
        padding-right: 20px;
    }

    .logo-and-text .text {
        display: inline-block;
        font-size: 28px;
        margin-left: 20px;
    }

    .logo-and-text img {
        height: 54px;
    }

#login-error-msg {
    margin-top: 10px;
    min-height: 50px;
}

#copyright-text {
    position: absolute;
    bottom: 10px;
    color: white;
    text-align: center;
    width: 100%;
}

#login-error-msg p {
    color: white;
    font-size: 13px;
    background-color: #d84040;
    padding: 10px 20px 10px 20px;
    text-align: center;
}

.login-input-controls {
    position: relative;
    width: 360px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}


#unsupported-browser-msg {
    color: white;
    background-color: #d84040;
    text-align: center;
    width: 600px;
    margin: 0 auto;
    padding-bottom: 10px;
    padding-top: 1px;
    display: none;
}

    #unsupported-browser-msg p {
        font-size: 13px;
    }

    #unsupported-browser-msg h2 {
        font-size: 14px;
        font-weight: bolder;
        margin-bottom: 5px;
        line-height: 10px;
    }

.login-title {
    color: white;
    display: block;
    line-height: 40px;
}

.submit-button-container {
    position: relative;
}

.submit-button {
    border: none;
    color: #0f0f59;
    background-color: #82d8ff;
    border-radius: 3px;
    position: absolute;
    right: 0px;
    top: 20px;
    height: 35px;
    width: 140px;
    font-size: 14px;
    font-weight: bold;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.facility-field {
    overflow: hidden;
    left: 3px !important;
    right: 0px !important;
}

.field-container {
    background-color: white;
    border-radius: 3px;
    height: 35px;
    position: relative;
    line-height: 35px;
    padding-left: 15px;
}

.place-holder {
    position:absolute;
    z-index: 2;
    color: gray;
    background-color: white;
    width: 317px;
    pointer-events:none;
    left: 0px;
    top: 0px;
    padding-left: 20px;
}


.input-field {
    position: absolute;
    right: 3px;
    top: 0px;
    bottom: 0px;
    left: 50px;
}

    .input-field input,select {
        height: 30px;
        line-height: 30px;
        border: none;
        width: 99%;
        z-index:1;
    }

    .input-field select {
        position: absolute;
        left: 0px;
        top: 0px;
        background-color: transparent;
        height: 100% !important;
        width: 100% !important;
        padding-left: 20px;
    
    }
        .input-field select::selection {
            background-color: white;
        }
    #gov-sw-label p {
    padding: 20px;
    line-height: 24px;
}
