body {
    font-family: Verdana, Geneva, sans-serif !important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0;
    display: flex;
    justify-content: center;
    height: 100vh;
}

.form-center {
    display: flex;
    justify-content: center;
    vertical-align: center;
}

.loginPanel {
    height: 100%;
    width: 800px;
    margin: 0;
    padding: 0;
    display: flex;
}

.loginInside {
    margin: auto;
    padding: 0 100px;
	width: 600px;
}

.loginInternal {
    padding-top: 25px;
    padding-left: 50px;
    padding-right: 50px;
    overflow: hidden;
    min-width: 400px;
    margin-bottom: 10px;
    margin-left: 10px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 2px;
    box-shadow: 5px 5px 15px 0px #808080;
}

#footer{
    display: flex;
    align-items: center;
    padding-top: 10px;
}

.footerWithLogo{
    justify-content: space-between;
}

.footerWithoutLogo{
    justify-content: right;
}

#footerLogo{
    display: inline-block;
    width: 40%;
    margin-bottom: 5px;
}

.customImageContainer {
    display: flex;
    justify-content: center;
}
#imageContainer{
    min-height: 100px;
    align-items: center;
    display: grid;
}

#row_CustomImage > img {
    max-height: 275px;
    max-width: 75%;
}

.customMessage {
    font-weight: bold;
    font-size: 0.65em;
}

.resetPasswordText {
    font-weight: bold;
    font-size: 0.75em;
}

.loginButton {
    margin-bottom: 5px;
    border: 1px solid gray;
    border-radius: 2px;
    width: 100%;
    padding: 5px 10px;
    font-size: 1.25em;
    cursor: pointer;
}

.loginButton:hover {
    background: darkgrey;
}

.loginRow {
    margin-bottom: 10px !important;
}

.loginMessageRow {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

.loginMessage {
    font-size: 0.75em;
    color: red;
    font-weight: bold;
    text-align: center;
    width: 100%;
}

.resetPasswordTokenExpiredMessage {
    font-size: 0.75em;
    width: 100%;
    white-space: pre-line;
}

    .resetPasswordTokenExpiredMessage .loginMessage {
        font-size: 1em;
    }

.loginMessageBox {
    border: 1px solid;
    font-size: 0.75em;
    padding: 4px;
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: left;
    background-position-x: 8px;
}

.loginMessageBox.warning {
    border-color: #71711f;
    background-color: #FFFF88;
    background-image: url(../Images/Icons/24/Warning.png);
}

.loginMessageBox.information {
    border-color: #71711f;
    background-color: #E7F4F5;
    background-image: url(../Images/Icons/24/Info.png);
}

.titleText {
    font-weight: normal;
    font-size: 1.25em;
}

.textField {
    border: 1px solid grey;
    border-radius: 2px;
    font-size: 0.9em;
    width: calc(100% - 14px);
    height: 2em;
    padding-left: 10px;
    padding-top: 10px
}

.textField:focus {
    outline: none;
    box-shadow: 0px 0px 2px #000000;
}

.textField:read-only {
    color: #808080;
    background-color: #90ee90;
}

.formLabel {
    font-size: 0.9em;
    margin-top: 0.5em;
    margin-bottom: 0.25em;
}

#rememberMeForgottenPassword{
    display: flex;
    justify-content: space-between;
}

#rememberMe{
    display: flex;
    color: #4C4C4C;
}

#rememberMe > label{
    padding-left: 5px;
}

#lnk_ForgottenPassword{
    color: #001f5b;
    text-decoration: none;
}

.versionLabel {
    font-size: 0.75em;
    margin-top: 35px;
    margin-bottom: 5px;
    order: 2;
}

#specLogo{
    display: inline-block;
    width: 40%;
    margin-bottom: 5px;
}

.pushRight {
    justify-self: right;
}

#row_UserPass {
    display: grid;
}

.input-wrapper {
    position: relative;
}

#username, #newPassword {
    margin-bottom: 10px;
}

.input-label {
    position: absolute;
    top: 10px;
    left: 10px;
    pointer-events: none;
    transition: all 0.3s ease;
    color: #4C4C4C;
}

.textField:focus ~ .input-label,
.textField:not(:placeholder-shown) ~ .input-label{
    top: 3px;
    left: 10px;
    padding-bottom: 10px;
    font-size: 10px;
}


.banner {
    position: relative;
    top: 0;
    left: -105px;
    width: 210px;
    border: 0;
    border-bottom: 3px !important;
    border-color: rgba(0, 0, 0, 0.3) !important;
    border-style: solid !important;
    padding: 15px;
    margin-bottom: -50px;
    font-weight: bolder;
    text-align: center;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.banner.test {
    background-color: #FFFF3C !important;
}

.banner.implementation {
    background-color: #3CFFFF !important;
}

.banner.maintenance {
    background-color: #FF3C00 !important;
}

.banner.training {
    background-color: #32CD32 !important;
}

.columns {
    display: flex;
    justify-content: space-between;
    vertical-align: center;
    height: 100%;
}

.col_professor {
    width: 145px;
    margin-top: 8px;
}

.col_details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 65%;
}

.col_details_full {
    width: 100%;
}

.col_body {
    display: flex;
    align-items: center;
}

.w100 {
    width: 100%;
}

.m-b {
    margin-bottom: 15px;
}

.blockElement .overlay {
    background: #FFF;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.7;
    z-index: 1 !important;
}

.blockElement .message {
    background: #FFF;
    text-align: center;
    position: absolute;
    border: 1px solid #DDD;
    border-radius: 2px;
    width: 160px;
    padding: 15px;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -80px;
    opacity: 1;
    z-index: 1000;
}

.blockElement .message p {
    font-size: 10pt;
    padding: 0;
    margin: 0;
}