﻿
@font-face {
    font-family: "GoogleRoboto";
    src: url("/font/Roboto/Roboto-Regular.ttf") format("truetype");
}

body {
    font-family: 'GoogleRoboto';
    text-align: center;
    color: #2c3e50;
}

.logo-text {
    font-size: 16px;
    font-weight: bold;
}

.login-wrapper {
    width: 350px;
    position: absolute;
    left: 50%;
    top: 48%;
    transform: translate(-50%, -50%);
    padding: 30px;
    padding-top: 20px;
    border: 1px solid rgb(212, 211, 211);
    border-radius: 8px;
    background-color: white;
}

.el-button--primary {
    color: #FFF;
    background-color: #003469;
    border-color: #003469;
}


.login-btn {
    color: #FFF;
    background-color: #006948;
    border-color: #006948;
}

    .login-btn:hover {
        color: #FFF;
        background-color: #448e75;
        border-color: #448e75;
    }

    .login-btn:active {
        color: #FFF;
        background-color: #448e75;
        border-color: #448e75;
    }

.usf-login {
    color: white !important;
    background: #0a7756;
    border-color: #0a7756;
}

    .usf-login:focus {
        color: white !important;
        background: #288e6f;
        border-color: #288e6f;
    }

    .usf-login:hover {
        color: white !important;
        background: #288e6f;
        border-color: #0a7756;
    }

.fau-login {
    color: white !important;
    background: #0065d3;
    border-color: #0065d3;
}

    .fau-login:focus {
        color: white !important;
        background: #0056a7;
        border-color: #0056a7;
    }

    .fau-login:hover {
        color: white !important;
        background: #0056a7;
        border-color: #0056a7;
    }

.ncat-login {
    color: white !important;
    background: #004684;
    border-color: #004684;
}

    .ncat-login:focus {
        color: white !important;
        background: #1e629e;
        border-color: #1e629e;
    }

    .ncat-login:hover {
        color: white !important;
        background: #1e629e;
        border-color: #1e629e;
    }


.ncstate-login {
    color: white !important;
    background: #c00;
    border-color: #c00;
}

    .ncstate-login:focus {
        color: white !important;
        background: #990000;
        border-color: #990000;
    }

    .ncstate-login:hover {
        color: white !important;
        background: #990000;
        border-color: #990000;
    }

.el-form-item {
    text-align: left;
}

.el-form-item__content {
    line-height: 25px !important;
}

    .el-form-item__content .login-credentials {
        font-size: 15px;
        font-weight: bold;
        color: #006948;
    }

.remember-me {
    float:left;
}

.forgot-password {
    float: right;
}

.login-wrapper a {
    color: #006948;
    text-decoration: underline;
}


.logo {
    width: 70%;
    margin-bottom: 20px;
    cursor: pointer;
}

.login-wrapper .el-button {
    width: 100%;
    color: #fff;
}


.consent-text {
    font-size: 14px;
    text-align: center;
    padding-bottom: 5px;
}

.contact-support {
    margin-bottom: 10px;
}

hr {
    margin-bottom: 20px;
    border-bottom: 1px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.danger ul {
    background-color: #fef0f0;
    color: #f56c6c;
    padding: 10px;
    border-left: #e06868 solid 3px;
    font-size: 14px;
}

.danger li {
    list-style: none;
}
/*
#username-password-login {
    display: none;
}*/
