﻿h1.log-in-header {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    margin: 0;
    margin-bottom: 3px;
}

.log-in-subheader {
    font-weight: 500;
    height: 29px;
    font-size: 14px;
}

.authentication-username {
    position: absolute;
    text-align: left;
    width: 100%;
    padding-right: 10px;
    color: rgba(0,0,0,.87);
    height: 200px;
}

    .authentication-username .username {
        margin-top: 50px;
    }

        .authentication-username .username > input.field {
            width: 100%;
            font-size: 14px;
            padding-left: 0px;
            padding-bottom: 4px;
            border: none;
            border-bottom: 0px solid rgba(0,0,0,.87);
            outline: none;
            background-color: rgba(0,0,0,0);
        }

        .authentication-username .username > input:-webkit-autofill,
        .authentication-username .username > input:-webkit-autofill:hover,
        .authentication-username .username > input:-webkit-autofill:focus,
        .authentication-username .username > input:-webkit-autofill:active {
            -webkit-box-shadow: 0 0 0 30px rgba(0,0,0,0) inset !important;
            transition: background-color 5000s ease-in-out 0s;
        }

        /*.authentication-username .username > input:-webkit-autofill,
        .authentication-username .username > input:-webkit-autofill:hover,
        .authentication-username .username > input:-webkit-autofill:focus,
        .authentication-username .username > input:-webkit-autofill:active {
            transition: background-color 5000s ease-in-out 0s;
            -webkit-text-fill-color: #101010 !important;
        }*/

        .authentication-username .username .field-border-noani {
            background: #737373;
            height: 1.5px;
            margin-top: 1.5px;
        }

        .authentication-username .username .field-border-ani {
            height: 3px;
            background: #3498db;
            width: 0%;
            margin-top: -1.5px;
            margin-left: 50%;
        }

        .authentication-username .username.error .field-border-noani,
        .authentication-username .username.error .field-border-ani {
            background: #e4022d;
        }

        .authentication-username .username > label {
            position: absolute;
            cursor: text;
            font-size: 14px;
            color: #8d8f92;
            font-weight: 500;
        }

        .authentication-username .username.error > label {
            color: #e74c3c !important;
        }

    .authentication-username .control {
        margin-top: 20px;
        text-align: right;
        margin-bottom: 10px;
    }

    .authentication-username .btn {
        width: 90px;
    }

.la-ball-fall {
    display: none !important;
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
    position: absolute;
    top: 7px;
    right: 33px;
}

    .la-ball-fall > div:nth-child(1) {
        -webkit-animation-delay: -200ms;
        -moz-animation-delay: -200ms;
        -o-animation-delay: -200ms;
        animation-delay: -200ms;
    }

    .la-ball-fall > div:nth-child(2) {
        -webkit-animation-delay: -100ms;
        -moz-animation-delay: -100ms;
        -o-animation-delay: -100ms;
        animation-delay: -100ms;
    }

    .la-ball-fall > div:nth-child(3) {
        -webkit-animation-delay: 0ms;
        -moz-animation-delay: 0ms;
        -o-animation-delay: 0ms;
        animation-delay: 0ms;
    }

    .la-ball-fall > div {
        width: 10px;
        height: 10px;
        margin: 4px;
        border-radius: 100%;
        opacity: 0;
        -webkit-animation: ball-fall 1s ease-in-out infinite;
        -moz-animation: ball-fall 1s ease-in-out infinite;
        -o-animation: ball-fall 1s ease-in-out infinite;
        animation: ball-fall 1s ease-in-out infinite;
    }

    .la-ball-fall > div {
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #8d8f92;
    }

.authentication-username .control.checking > .la-ball-fall {
    display: block !important;
}

.authentication-password {
    text-align: left;
    margin-top: 20px;
    color: rgba(0,0,0,.87);
    height: 200px;
    display: none;
}

    .authentication-password .password {
        margin-top: 52px;
    }

        .authentication-password .password > input.field {
            width: 100%;
            padding-left: 0px;
            padding-bottom: 4px;
            border: none;
            border-bottom: 0px solid rgba(0,0,0,.87);
            outline: none;
            background-color: rgba(0,0,0,0);
        }

        .authentication-password .password > input:-webkit-autofill,
        .authentication-password .password > input:-webkit-autofill:hover,
        .authentication-password .password > input:-webkit-autofill:focus,
        .authentication-password .password > input:-webkit-autofill:active {
            -webkit-box-shadow: 0 0 0 30px rgba(0,0,0,0) inset !important;
            transition: background-color 5000s ease-in-out 0s;
        }

        /*.authentication-password .password > input:-webkit-autofill,
        .authentication-password .password > input:-webkit-autofill:hover,
        .authentication-password .password > input:-webkit-autofill:focus,
        .authentication-password .password > input:-webkit-autofill:active {
            transition: background-color 0s ease-in-out 0s !important;
            -webkit-text-fill-color: #101010 !important;
        }*/

        .authentication-password .password .field-border-noani {
            background: #737373;
            height: 1px;
            margin-top: 1.5px;
        }

        .authentication-password .password .field-border-ani {
            height: 3px;
            background: #3498db;
            width: 0%;
            margin-top: -1.5px;
            margin-left: 50%;
        }

        .authentication-password .password.error .field-border-noani,
        .authentication-password .password.error .field-border-ani {
            background: #e4022d;
        }

        .authentication-password .password > label {
            cursor: text;
            position: absolute;
            font-size: 14px;
            color: #8d8f92;
            font-weight: 500;
        }

        .authentication-password .password.error > label {
            color: #e74c3c !important;
        }

    .authentication-password .control {
        margin-top: 20px;
        text-align: right;
        margin-bottom: 10px;
    }

    .authentication-password .btn {
        width: 90px;
    }

    .authentication-password .control.checking > .la-ball-fall {
        display: block !important;
    }

    .authentication-password img {
        margin-top: -1px;
        height: 39px;
        width: 39px;
        float: left;
    }

#user-name {
    font-weight: 600;
    font-size: 15px;
    line-height: 17px;
    word-break: break-all;
}

#user-email {
    font-size: 13px;
    word-break: break-all;
}

.user-close {
    cursor: pointer;
    font-size: 20px;
    line-height: 20px;
}

.auth-password-error, .auth-user-error {
    margin-bottom: 0px;
    margin-top: 6px;
    font-size: 11px;
}

.authentication-password a, authentication-username a {
    outline: none;
}

    .authentication-password a:hover, authentication-username a:hover {
        color: #3498db;
    }

.authentication-password .control a {
    margin-top: 10px;
}

.authentication-password .warning {
    font-size: 11px;
    margin-top: 20px;
}
