﻿body {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #eee;
    font-family: Tahoma;
    font-size: 12pt;
    color: black;
}

.display-none {
    display: none;
}

.form-signin {
    max-width: 450px;
    padding: 2em;
    margin: 3em auto;
}

.form-signin #PasswordRecoveryDiv {
    margin-top: 20px;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}
.form-signin .checkbox {
    font-weight: normal;
}
.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}




/* Style all input fields */
input {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
}

/* The message box is shown when the user clicks on the password field */
#PasswordValidationMessage {
    display: none;
    width: 100%;
    background: #f1f1f1;
    color: #000;
    position: relative;
    padding: 2px;
    margin-top: 2px;
    text-align: left;
}

/* Add a green text color and a checkmark when the requirements are right */
.valid {
    color: green;
}

.valid:before {
    position: relative;
    left: -10px;
    content: "\2714";
}

.text-size {
    color: green;
}

/* Add a red text color and an "x" icon when the requirements are wrong */
.invalid {
    color: red;
}

.invalid:before {
    position: relative;
    left: -10px;
    content: "\2716";
}

.padding-left-10px {
    padding-left: 10px;
}

.padding-left-20pc {
    padding-left: 20%;
}

.bolder {
    font-weight: bold !important;
}

.alert {
    padding: 10px !important;
}

.text-align-left {
    text-align: left !important;
}

.font-size-12px {
    font-size: 12px !important;
}

.checkboxRememberMe {
    font-size: 12px !important;
    margin-bottom: 10px;
}

.font-size-16px {
    font-size: 16px !important;
}

.font-size-18px-bold {
    font-size: 18px !important;
    font-weight: bold !important;
}

.witdh100pc {
    Width: 100%;
}

.logoWidthHeight {
    max-width: 436px;
    width: 100%;
    height: auto;
}

.padding-top-1em {
    padding-top: 1em; 
}

a {
    color: #346DAD !important;
}

a {
    color: #337ab7 !important;
    text-decoration: underline !important;
}

a {
    background-color: transparent !important;
}

.dxeHyperlink_PlasticBlue {
    font: 12pt Tahoma !important;
}

.logout-container {
    max-width: 350px;
    padding: 2em;
    margin: 3em auto;
}

.buttonToLink {
    background: none;
    border: none;
    color: blue;
    font-size: 12px;
    padding: 0;
}

.buttonToLink:hover {
    background: none;
    text-decoration: underline;
}

.centered {
    margin: 0 auto;
    float: none !important;
    display: table;
}

.width100pc {
    width: 100%;
}
