@font-face {
    font-family: 'Lato';
    src: url('/VDP/fonts/Lato-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato-Bold';
    src: url('/VDP/fonts/Lato-Bold.ttf') format('truetype');
}

body {
    font-family: Lato, Helvetica, sans-serif;
}

.display-none, .hidden {
    display: none;
}

.display-block {
    display: block;
}


.policy-notes-div {
}

.policy-notes-div .loading-container {
    margin-left: 2em;
    margin-bottom: 1em;
    display: none;
}

.loading-container {
    position: relative;
    width: 24px;
    height: 24px;
    vertical-align: middle;
}

.loading-container.hidden {
    visibility: hidden;
    opacity: 0;
}

.loading-container.in-progress {
    visibility: visible;
    opacity: 1;
}

div.note {
    border: 1px solid black;
    padding: 0.2em;
    background-color: #fff6ae;
    font-size: small;
    font-weight: normal;
    color: black;
}

div.status-note {
    border: 1px solid black;
    padding: 0.5em;
    border-radius: 0.2em;
    background-color: #fff6ae;
    font-size: small;
    font-weight: normal;
    color: black;
    margin: 1em;
    width: fit-content;
}

div.note #title {
    font-weight: bold;
    color: #c16800;
}

div.note .note-title, div.status-note .note-title {
    font-weight: bold;
    color: #c16800;
}

.meets-requirement {
    color: #008b8b;
}

.does-not-meet-requirement {
    color: #535353;
}

.errorText {
    font-weight: bold;
    color: red;
    margin: 0 auto;
    padding: 8px 8px;
}

.password-eye {
    width: 1em;
    height: 1em;
    border: solid 1px #000;
    border-radius:  75% 15%;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    margin-top: auto;
    margin-bottom: auto;
    margin-left: -2em;
    cursor: pointer;
}

.password-eye:before {
    content: '';
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    border: solid 1px #000;
    border-radius: 50%;
    left: 3px;
    top: 3px;
}

.password-eye.slash div:after {
    width: 0.1em;
    height: 1.5em;
    background-color: gray;
    content: '';
    display: inline;
    position: absolute;
    left: 1px;
    transform: rotate(80deg) translate(-200%,-30%);
    -webkit-transform: rotate(80deg) translate(-200%,-30%);
    -moz-transform: rotate(80deg) translate(-200%,-30%);
    -o-transform: rotate(80deg) translate(-200%,-30%);
}

.password-eye.input-has-error {
    bottom: 1.75em;
}

.password-eye ~ .ef-password-field {
    width: 92% !important;
}

.password-input-container {
    display: flex;
}

.signin-btn {
    margin-bottom: 1em;
}

.link-container {
    display: flex;
    flex-direction: column;
}

.link-container > a {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.required-asterik {
    color: red;
}

.required-label {
    font-size: 0.8em;
    color: gray;
    font-style: italic;
}