@charset "UTF-8";

.Module.LoginNavigator .header {
    text-align: center;
}

.Module.LoginNavigator .content {
}

.Module.LoginNavigator .login-box {
    min-width: 260px;
}

.Module.LoginNavigator .login-box img.logo {
    max-width: 260px;
    max-height: 180px;
    padding: 5px;
}

.Module.LoginNavigator .login-box .form-content .input-box {
    margin: 10px 0;
}

.Module.LoginNavigator .login-box .form-content input[type="text"],
.Module.LoginNavigator .login-box .form-content input[type="password"] {
    width: 95%;
}

.Module.LoginNavigator .footer {
    border: none;
}

/*region Place Holder */

.Module.LoginNavigator .float-ph {
    position: relative;
    display: inline-block;
    margin: 0;
}

.Module.LoginNavigator .float-ph.full-width {
    width: 100%;
}

.Module.LoginNavigator .float-ph.top-gap {
    margin-top: 5px;
}

.Module.LoginNavigator .float-ph.bottom-gap {
    margin-bottom: 5px;
}

.Module.LoginNavigator .float-ph.bottom-gap-10 {
    margin-bottom: 10px;
}

.Module.LoginNavigator .float-ph.bottom-gap-15 {
    margin-bottom: 15px;
}

.Module.LoginNavigator .float-ph input::placeholder,
.Module.LoginNavigator .float-ph textarea::placeholder{
    opacity: 0;
}

.Module.LoginNavigator .float-ph input ~ .floating-label,
.Module.LoginNavigator .float-ph textarea ~ .floating-label {
    position: absolute;
    pointer-events: none;
    display: block;
    margin: 0 10px;
    top: 5px;
    transition: 0.2s ease all;
    color: #999;
    white-space: nowrap;
    font-size: 12px;
}

.Module.LoginNavigator .float-ph input:not([type='hidden']):focus ~ .floating-label,
.Module.LoginNavigator .float-ph input:not([type='hidden']):not(:focus):not(:placeholder-shown) ~ .floating-label,
.Module.LoginNavigator .float-ph input:-webkit-autofill ~ .floating-label,
.Module.LoginNavigator .float-ph textarea:focus ~ .floating-label,
.Module.LoginNavigator .float-ph textarea:not(:focus):not(:placeholder-shown) ~ .floating-label,
.Module.LoginNavigator .float-ph textarea:-webkit-autofill ~ .floating-label {
    top: -4px;
    font-size: 10px;
    background: #fff;
    line-height: 7px;
    height: 6px;
    color: #333;
}

.Module.LoginNavigator .float-ph i {
    line-height: 5px;
}

@supports (-ms-ime-align:auto) {
    /* fix edge */
    .Module.LoginNavigator .float-ph span.floating-label {
        display: none;
    }
    .Module.LoginNavigator .float-ph input::placeholder,
    .Module.LoginNavigator .float-ph textarea::placeholder{
        opacity: 1;
    }

}

/*endregion*/

/*region footer-bar */

.Module.LoginNavigator .footer-bar .nowruz {
    position: relative;
    height: 50px;
}

.Module.LoginNavigator .footer-bar .nowruz img.item {
    position: absolute;
    width: 40px;
}

.Module.LoginNavigator .footer-bar .nowruz img.item:hover {
    filter: saturate(150%) contrast(150%) brightness(103%);
}

@keyframes nowruz_items_odd {
    0% { top: -20px }
    50% { top: 0 }
}

@keyframes nowruz_items_even {
    0% { top: -10px }
    50% { top: 10px }
}

.Module.LoginNavigator .footer-bar .nowruz img.item:nth-child(odd) {
    top: -20px;
    animation: nowruz_items_odd 4s linear infinite;
}

.Module.LoginNavigator .footer-bar .nowruz img.item:nth-child(even) {
    top: -10px;
    animation: nowruz_items_even 3.5s linear infinite;
}

.Module.LoginNavigator .footer-bar .nowruz img.item:hover {
    animation: none;
}

.Module.LoginNavigator .footer-bar .nowruz img.item:first-child {
    left: 0;
}

.Module.LoginNavigator .footer-bar .nowruz img.item:nth-child(2) {
    left: 12.5%;
}

.Module.LoginNavigator .footer-bar .nowruz img.item:nth-child(3) {
    left: 25%;
}

.Module.LoginNavigator .footer-bar .nowruz img.item:nth-child(4) {
    left: 37.5%;
}

.Module.LoginNavigator .footer-bar .nowruz img.item:nth-child(5) {
    left: 50%;
}

.Module.LoginNavigator .footer-bar .nowruz img.item:nth-child(6) {
    left: 62.5%;
}

.Module.LoginNavigator .footer-bar .nowruz img.item:nth-child(7) {
    left: 75%;
}

.Module.LoginNavigator .footer-bar .nowruz img.item:nth-child(8) {
    left: 87.5%;
}

/*endregion*/

