﻿.security-section {
    min-height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    padding-top: 2rem;
}

button.is-static {
    background-color: #f5f5f5;
    border-color: #dbdbdb;
    color: #7a7a7a;
    box-shadow: none;
    pointer-events: none;
}

.darken-warning {
    color: #d6ab00;
}

.content h5, .content h6 {
    margin-bottom: 0.5rem;
}

.is-divider.has-small-top-spacing {
    margin-top: 1rem;
}

.is-divider.has-small-bottom-spacing {
    margin-bottom: 1rem;
}

.auth-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    flex-grow: 1;
    padding: 0;
    padding-top: 1rem;
}

.content-box {
    margin-top: 1rem;
    width: 100%;
    max-width: 400px;
    background-color: white;
    display: flex;
    flex-direction: column;
    padding: 2rem;
    border-radius: 0.5rem;
    width: 100%;
}

    .content-box.is-large {
        max-width: unset;
    }

.auth-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 0;
}

    .auth-header figure {
        margin-bottom: 0.5rem;
    }

    .auth-header h4 {
        margin-top: 1rem;
        margin-bottom: 0.5rem;
    }

@media only screen and (max-width: 600px) {
    .content-box {
        width: 340px
    }
}

@media (min-width: 601px) {
    .content-box {
        width: 340px;
        border: 1px solid #dadce0;
        padding: 1.5rem;
        max-width: unset;
    }

        .content-box.is-medium {
            width: 420px;
        }

        .content-box.is-large {
            width: 660px;
        }

    .auth-content {
        margin: 0 auto;
    }

    .security-section {
        background-color: #f9f9f9;
    }
}

.flex-help {
    display: inline-flex;
    align-items: center
}

.login-form .level {
    padding: 1rem 0;
}

.forgot-password-link {
    float: right;
}

.validation-summary-valid {
    display: none;
}

.validation-summary-errors ul {
    border-radius: 4px;
    border: 1px solid #f56262;
    color: #a91515;
    padding: 1rem;
}

.login-global-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    flex-grow: 1;
    padding: 0;
    padding-top: 1rem;
}

.logo-blue {
    width: 250px;
    margin-bottom: 1rem;
}

.login-global-title, .login-global-description {
    padding-top: 0.5rem;
}

.login-role-select {
    padding-top: 2rem;
}

    .login-role-select .level-left, .login-role-select .level-right {
        padding: 0.5rem 2rem;
    }

    .login-role-select .button .role-label {
        text-align: left;
        padding-left: 0.25rem;
        width: 6rem;
    }

.login-global-footer {
    width: 100%;
    padding: 1rem 1.5rem;
}

    .login-global-footer span svg {
        color: #f23232;
    }

    .login-global-footer a {
        color: #363636;
    }

        .login-global-footer a:hover {
            color: #478ffc;
        }

.brand-logo {
    display: inline-flex;
    border-radius: 50%;
    border: 1px solid #dadce0;
    width: 2.5rem;
    height: 2.5rem;
    align-items: center;
    justify-content: center;
    margin: 0 0.25rem;
    cursor: pointer;
    user-select: none;
    outline: none;
    margin-bottom: 1rem;
}

.brand-field {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.external-logins {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .external-logins button small {
        margin-bottom: 0.1rem;
    }

    .external-logins button.facebook-link {
        background-color: #4267b2;
        color: #ffffff;
    }

    .external-logins buttongoogle-link {
        background-color: #DB4437;
        color: #ffffff;
    }

    .external-logins button.azuread-link {
        background-color: #0078d4;
        color: #ffffff;
    }

.security-tips {
    padding-left: 0.5rem;
    width: 100%;
    margin-top: 3rem;
}

    .security-tips h6 {
        margin-bottom: 1rem;
    }

    .security-tips ul {
        margin-left: 1rem;
        list-style: disc;
    }

.two-factor-help {
    padding: 0.25rem;
    padding-top: 2rem;
    display: flex;
    max-width: 340px;
}

    .two-factor-help svg {
        margin-right: 1rem;
    }

.phone-field .is-divider-inline {
    margin-right: 0.6rem;
}

.phone-field-verified {
    display: flex;
    align-items: center;
}

.phone-number-input {
    max-width: 10rem;
}

.notification.is-success {
    background-color: #effaf3;
    color: #257942;
}

.notification.is-danger {
    background-color: #feecf0;
    color: #cc0f35;
}

.notification.is-warning {
    background-color: #fffbeb;
    color: #947600;
}

.notification.is-small {
    max-width: 660px;
}

.buttons {
    padding-top: 1rem;
}

.remove-account-form .field {
    max-width: 300px;
}

.two-factor-qr-code-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 0;
}

.two-factor-qr-code {
    border-radius: 6px;
    padding: 1.5rem;
    border: 1px solid #eaecef;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.04);
}

.two-factor-code-form .control {
    padding-top: 1rem;
    max-width: 440px;
}

.two-factor-method-box {
    padding: 1rem;
    border-bottom: 1px solid #dadce0;
}

    .two-factor-method-box .icon {
        margin: 0 2rem 0 1rem;
    }

    .two-factor-method-box h6 {
        margin-bottom: 0.5rem;
    }

    .two-factor-method-box .is-link {
        margin-right: 0.75rem;
        letter-spacing: .01428571em;
    }

.footer-help :first-child {
    color: black;
}