﻿
._login_container {
    position: fixed;
    max-width: 1200px;
    width: 100%;
    z-index: 100;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 90%;
}

.login_flex {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}

.login_templatebox_holder {
    text-align: center;
    border: 1px solid lightgrey;
    background-color: rgba(225, 225, 225, 0.95);
}

.login_templatebox {
    display: inline-block;
    text-align: left;
    border-radius: 0.25rem;
    margin-bottom: 0.50rem;
}

.login_greybox {
    position: relative;
    width: 100%;
    padding: 0rem 0.5rem 0rem 0.5rem;
    display: inline-block;
    min-width: 150px;
    font-size: 0.8rem;
    margin: 0.25rem;
}

.login_innerbox {
    position: relative;
    padding: 0px 25px 25px 25px;
}

.login_loggedinbox_green {
    text-align: left;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    background-color: #88ff88;
}

.login_loggedinbox {
    text-align: left;
    padding: 10px;
}

.Text_Box_Left {
    background-color: lightgrey;
    border-color: lightgrey;
    height: 18px;
    width: 96%;
    margin-top: 3px;
    text-indent: 3px;
    text-align: left;
}

.Text_Box_LoggedIn {
    width: 300px;
    height: 16px;
    margin-top: 3px;
    margin-left: 3px;
    text-indent: 0px;
    text-align: left;
    z-index: 50;
}

.Text_Forgotten {
    position: relative;
    margin-top: 6px;
    margin-bottom: 6px;
    text-indent: 10px;
    margin-right: 12px;
    text-align: left;
    cursor: pointer;
    z-index: 50;
}

    .Text_Forgotten:hover {
        color: #777777;
    }

.Text_Error {
    position: relative;
    margin: 3px;
    text-align: left;
    color: red;
    cursor: default;
}

.Text_RememberMe {
    float: left;
    margin-top: 3px;
    z-index: 50;
}

.Text_RememberMeBox {
    float: right;
    cursor: pointer;
    z-index: 50;
}

.login_button {
    position: relative;
    float: right;
    width: 75%;
    max-width: 75%;
    margin-top: 0.1rem;
    margin-bottom: 0.5rem;
    width: 100%;
    color: black;
    cursor: pointer;
}

.login_buttonbox
{
    position: relative;
    width: 100%;
}

.logout_button {
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    max-width: 100px;
    width: 5rem;
    font-size: 0.8rem;
    z-index: 100;
    cursor: pointer;
}

.logout_close {
    position: absolute;
    right: 0.5rem;
    top: 2.5rem;
    max-width: 100px;
    width: 5rem;
    font-size: 0.8rem;
    z-index: 100;
    cursor: pointer;
}

.login_checkbox_container {
    position: relative;
    width: 100%;
    height: 2rem;
}

.login_profiletext {
    position: relative;
    width: 100%;
    display: inline-block;
    text-align: left;
    font-size: 0.8rem;
}

.pro_bar_active {
    text-indent: 5px;
    background-color: #ccffcc;
    color: #000000;
    width: 125px;
    display: inline-block;
    border: 2px solid white;
}

.pro_bar_next {
    text-indent: 5px;
    background-color: #cccccc;
    color: #aaaaaa;
    width: 125px;
    display: inline-block;
    border: 2px solid white;
}

.pro_bar_finished {
    text-indent: 5px;
    background-color: #00ff00;
    color: #000000;
    width: 125px;
    display: inline-block;
    border: 2px solid white;
}

.pro_bar_holder {
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
}

.email_input {
    position: relative;
    width: 75%;
    min-width: 75%;
}

.login_tableheader{
    background-color: black;
    color: white;
    font-weight: bold;
    padding: 3px;
}
