﻿/* JW 4/23/2020 Style sheet for the login page. */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(MaterialIcons-Regular.eot); /* For IE6-8 */
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(MaterialIcons-Regular.woff2) format('woff2'), url(MaterialIcons-Regular.woff) format('woff'), url(MaterialIcons-Regular.ttf) format('truetype');
}

* {
    box-sizing: inherit;
}

body {
    background: #fbfbfb;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: inherit;
}

div.adn-login-container {
    width: 302px;
    margin-top: 200px;
    margin-right: auto;
    margin-left: auto
}

#dvLoginForm {
    box-shadow: 0 1px 5px rgba(0,0,0,0.12), 0 1px 3px rgba(0,0,0,0.18);
    border-radius: 15px;
}

label {
    color: #666;
}

input {
    width: 94%;
    background: #fbfbfb;
    padding: 6px;
    border: 1px solid #e5e5e5;
    box-shadow: inset 1px 1px 2px rgba(200,200,200,0.2);
    -webkit-box-shadow: inset 1px 1px 2px rgba(200,200,200,0.2);
    font-size: 13px;
}

#btnLogin {
    border: none;
    border-radius: 3px;
    height: 30px;
    width: 85px;
    padding: 0px;
    color: #ffffff;
    background: #e51b31;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
    transition: background 0.7s;
    font-family: 'Roboto', sans-serif;
    cursor: pointer;
}

    #btnLogin:hover {
        background: #EC5969 radial-gradient(circle, transparent 1%, #EC5969 1%) center/15000%;
    }

    #btnLogin:active {
        background-color: #EC5969;
        background-size: 100%;
        transition: background 0s, box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    }

    #btnLogin .material-icons {
        font-size: 14px;
        vertical-align: top;
    }

a {
    color: #e62731;
    text-decoration: none;
}

    a:hover {
        color: #e62731;
        text-decoration: underline;
    }

.message {
    width: 265px;
    background-color: #FFEBE8;
    border-color: #e62731;
    border-width: 1px;
    border-style: solid;
    padding: 12px;
    margin-bottom: 16px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.message-info {
    width: 265px;
    background-color: #fdf3d5;
    border-color: #F3B300;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    padding: 12px 12px 25px;
    margin-bottom: 33px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.center {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.form-header {
    font-family: Roboto, sans-serif;
    font-size: 22px;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 100;
}

H1 {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    font-size: 36px;
    text-align: center;
    margin-bottom: 15px;
    font-weight: normal;
}

.logo {
    margin-left: auto;
    margin-right: auto;
}

.logo-right {
    float: right;
}

.validator {
    float: right;
    margin-right: 50px;
    color: #e62731;
}

.login-logo {
    text-align: center;
}

    .login-logo img {
        margin-bottom: 30px;
        width: 230px;
    }

#dvLoginForm {
    box-shadow: 0 1px 5px rgba(0,0,0,0.12), 0 1px 3px rgba(0,0,0,0.18);
    border-radius: 15px;
    margin: 0 5px 15px;
    background: #ffffff;
}

#dvLoginFormInner {
    padding: 25px;
}

label {
    color: #666;
}

input {
    width: 94%;
    background: #fbfbfb;
    padding: 6px;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: inset 1px 1px 2px rgba(200,200,200,0.2);
    font-size: 13px;
}

.formField {
    margin-bottom: 20px;
}

#browserSupport {
    color: #8a8a8a;
    font-style: italic;
}

#footer {
    padding: 10px 0 0 5px;
    position: relative;
    text-align: center;
}

    #footer p {
        margin-top: 0;
        margin-bottom: 8px;
    }

#browserSupport img {
    display: inline-block;
    max-width: 25px;
    padding: 0 5px;
}

input[type="radio"] {
    width: auto;
    height: auto;
    vertical-align: text-bottom;
    margin-right: 5px;
}

.recaptcha-container {
    padding-left: 1rem;
    padding-bottom: 1rem;
}

.mfaChoice {
    padding-bottom: 10px;
}

.modal-body span {
    font-weight: bold;
}

.user-phone-label {
    font-weight: normal !important;
}

.modal-dialog {
    padding-top: 3%;
}

.userMfaPhone::-ms-clear {
    display: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    input[type="radio"] {
        margin-bottom: 2px;
    }
}


/* CSP-compliant utility classes */
.hidden {
    display: none;
}

.field-validator {
    color: rgb(230, 39, 49);
    display: none;
}

.forgot-password-link {
    float: right;
    padding-top: 8px;
}

.mfa-phone-input {
    display: none;
    width: 100px;
    height: auto;
}

.verification-code-input {
    width: 100px;
    height: auto;
}

.mfa-error-text {
    color: red;
}

.redirect-message {
    text-align: center;
}