/*add JaVe*/

.input {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin: 1em;
    max-width: 350px;
    width: calc(100% - 2em);
    vertical-align: top;
}

.input__field {
    position: relative;
    display: block;
    float: right;
    padding: 0.8em;
    width: 60%;
    border: none;
    border-radius: 0;
    background: #f0f0f0;
    color: #aaa;
    font-weight: 400;
    -webkit-appearance: none; /* for box shadows to show on iOS */
}

.input__field:focus {
    outline: none;
}

.input__label {
    display: inline-block;
    float: right;
    padding: 0 1em;
    width: 40%;
    color: #696969;
    font-weight: bold;
    font-size: 70.25%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.input__label-content {
    position: relative;
    display: block;
    padding: 1.6em 0;
    width: 100%;
}

.graphic {
    position: absolute;
    top: 0;
    left: 0;
    fill: none;
}

.icon {
    color: #ddd;
    font-size: 150%;
}

/* Individual styles */

/* Manami */
.input--manami {
    overflow: hidden;
}

.input__field--manami {
    width: 100%;
    background: transparent;
    padding: 0.5em;
    margin-bottom: 2em;
    color: #f9f7f6;
    z-index: 100;
    opacity: 0;
}

.input__label--manami {
    width: 100%;
    position: absolute;
    text-align: left;
    padding: 0.5em 0;
    pointer-events: none;
    font-size: 1em;
}

.input__label--manami::before,
.input__label--manami::after {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
}

.input__label--manami::before {
    height: 100%;
    background: #A8A8A8;
    top: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
}

.input__label--manami::after {
    height: 2px;
    background: #A8A8A8;
    top: 100%;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.input__label-content--manami {
    padding: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: -webkit-transform 0.2s, color 0.2s;
    transition: transform 0.2s, color 0.2s;
}

.input__field--manami:focus,
.input--filled .input__field--manami {
    opacity: 1;
    -webkit-transition: opacity 0s 0.2s;
    transition: opacity 0s 0.2s;
}

.input__label--manami::before,
.input__label--manami::after,
.input__label-content--manami,
.input__field--manami:focus,
.input--filled .input__field--manami {
    -webkit-transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
    transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
}

.input__field--manami:focus + .input__label--manami::before,
.input--filled .input__label--manami::before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.input__field--manami:focus + .input__label--manami::after,
.input--filled .input__label--manami::after {
    opacity: 0;
}

.input__field--manami:focus + .input__label--manami .input__label-content--manami,
.input--filled .input__label--manami .input__label-content--manami {
    color: #cbc4c6;
    -webkit-transform: translate3d(0, 2.1em, 0) scale3d(0.65, 0.65, 1);
    transform: translate3d(0, 2.1em, 0) scale3d(0.65, 0.65, 1);
}

/* Nariko */
.input--nariko {
    overflow: hidden;
    padding-top: 2em;
}

.input__field--nariko {
    width: 100%;
    background: transparent;
    opacity: 0;
    padding: 0.35em;
    z-index: 100;
    color: #f18292;
}

.input__label--nariko {
    width: 100%;
    bottom: 0;
    position: absolute;
    pointer-events: none;
    text-align: left;
    color: #8E9191;
    padding: 0 0.5em;
}

.input__label--nariko::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 4em;
    top: 100%;
    left: 0;
    background: #fff;
    border-top: 4px solid #9B9F9F;
    -webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0);
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.input__label-content--nariko {
    padding: 0.5em 0;
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition: -webkit-transform 0.4s, color 0.4s;
    transition: transform 0.4s, color 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.input__field--nariko:focus,
.input--filled .input__field--nariko {
    cursor: text;
    opacity: 1;
    -webkit-transition: opacity 0s 0.4s;
    transition: opacity 0s 0.4s;
}

.input__field--nariko:focus + .input__label--nariko::before,
.input--filled .input__label--nariko::before {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
    -webkit-transform: translate3d(0, -3.3em, 0);
    transform: translate3d(0, -3.3em, 0);
}

.input__field--nariko:focus + .input__label--nariko .input__label-content--nariko,
.input--filled .input__label-content--nariko {
    color: #6B6E6E;
    -webkit-transform: translate3d(0, -3.3em, 0) scale3d(0.81, 0.81, 1);
    transform: translate3d(0, -3.3em, 0) scale3d(0.81, 0.81, 1);
}

/* Nao */
.input--nao {
    overflow: hidden;
    padding-top: 1em;
}

.input__field--nao {
    padding: 0.5em 0em 0.25em;
    width: 100%;
    background: transparent;
    color: #9da8b2;
    font-size: 1.25em;
}

.input__label--nao {
    position: absolute;
    top: 0.95em;
    font-size: 0.85em;
    left: 0;
    display: block;
    width: 100%;
    text-align: left;
    padding: 0em;
    pointer-events: none;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: -webkit-transform 0.2s 0.15s, color 1s;
    transition: transform 0.2s 0.15s, color 1s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.graphic--nao {
    stroke: #92989e;
    pointer-events: none;
    -webkit-transition: -webkit-transform 0.7s, stroke 0.7s;
    transition: transform 0.7s, stroke 0.7s;
    -webkit-transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
    transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
}

.input__field--nao:focus + .input__label--nao,
.input--filled .input__label--nao {
    color: #333;
    -webkit-transform: translate3d(0, -1.25em, 0) scale3d(0.75, 0.75, 1);
    transform: translate3d(0, -1.25em, 0) scale3d(0.75, 0.75, 1);
}

.input__field--nao:focus ~ .graphic--nao,
.input--filled .graphic--nao {
    stroke: #333;
    -webkit-transform: translate3d(-66.6%, 0, 0);
    transform: translate3d(-66.6%, 0, 0);
}

/* Shoko */
.input--shoko {
    overflow: hidden;
    padding-bottom: 2.5em;
}

.input__field--shoko {
    padding: 0;
    margin-top: 1.2em;
    width: 100%;
    background: transparent;
    color: #fff;
    font-size: 1.55em;
}

.input__label--shoko {
    position: absolute;
    top: 2em;
    left: 0;
    display: block;
    width: 100%;
    text-align: left;
    padding: 0em;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #A09C9C;
    pointer-events: none;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: -webkit-transform 0.2s 0.1s, color 0.3s;
    transition: transform 0.2s 0.1s, color 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.graphic--shoko {
    stroke: #A09C9C;
    pointer-events: none;
    stroke-width: 2px;
    top: 1.25em;
    bottom: 0px;
    height: 3.275em;
    -webkit-transition: -webkit-transform 0.7s, stroke 0.7s;
    transition: transform 0.7s, stroke 0.7s;
    -webkit-transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
    transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
}

.input__field--shoko:focus + .input__label--shoko,
.input--filled .input__label--shoko {
    color: #A58282;
    -webkit-transform: translate3d(0, 3.5em, 0) scale3d(0.85, 0.85, 1);
    transform: translate3d(0, 3.5em, 0) scale3d(0.85, 0.85, 1);
}

.input__field--shoko:focus ~ .graphic--shoko,
.input--filled .graphic--shoko {
    stroke: #A58282;
    -webkit-transform: translate3d(-66.6%, 0, 0);
    transform: translate3d(-66.6%, 0, 0);
}

/* Yoshiko */
.input__field--yoshiko {
    width: 100%;
    background-color: #d0d1d0;
    border: 2px solid transparent;
    -webkit-transition: background-color 0.25s, border-color 0.25s;
    transition: background-color 0.25s, border-color 0.25s;
}

.input__label--yoshiko {
    width: 100%;
    text-align: left;
    position: absolute;
    bottom: 100%;
    pointer-events: none;
    overflow: hidden;
    padding: 0 1.25em;
    -webkit-transform: translate3d(0, 3em, 0);
    transform: translate3d(0, 3em, 0);
    -webkit-transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.input__label-content--yoshiko {
    color: #8B8C8B;
    padding: 0.25em 0;
    -webkit-transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.input__label-content--yoshiko::after {
    content: attr(data-content);
    position: absolute;
    font-weight: 800;
    bottom: 100%;
    left: 0;
    height: 100%;
    width: 100%;
    color: #1C88CA;
    padding: 0.25em 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.85em;
}

.input__field--yoshiko:focus + .input__label--yoshiko,
.input--filled .input__label--yoshiko {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.input__field--yoshiko:focus + .input__label--yoshiko .input__label-content--yoshiko,
.input--filled .input__label-content--yoshiko {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.input__field--yoshiko:focus + .input__field--yoshiko,
.input--filled .input__field--yoshiko {
    background-color: transparent;
    border-color: #1C88CA;
}

/* Chisato */

.input--chisato {
    padding-top: 1em;
}

.input__field--chisato {
    width: 100%;
    padding: 0.8em 0.5em;
    background: transparent;
    border: 2px solid;
    color: #b5b5b5;
    -webkit-transition: border-color 0.25s;
    transition: border-color 0.25s;
}

.input__label--chisato {
    width: 100%;
    position: absolute;
    top: 0;
    text-align: left;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    -webkit-transform: translate3d(0, 3em, 0);
    transform: translate3d(0, 3em, 0);
}

.input__label-content--chisato {
    padding: 0 1em;
    font-weight: 400;
    color: #b5b5b5;
}

.input__label-content--chisato::after {
    content: attr(data-content);
    position: absolute;
    top: -200%;
    left: 0;
    color: #da6484;
    font-weight: 800;
}

.input__field--chisato:focus,
.input--filled .input__field--chisato {
    border-color: #da6484;
}

.input__field--chisato:focus + .input__label--chisato,
.input--filled .input__label--chisato {
    -webkit-animation: anim-chisato-1 0.25s forwards;
    animation: anim-chisato-1 0.25s forwards;
}

.input__field--chisato:focus + .input__label--chisato .input__label-content--chisato,
.input--filled .input__label-content--chisato {
    -webkit-animation: anim-chisato-2 0.25s forwards ease-in;
    animation: anim-chisato-2 0.25s forwards ease-in;
}

@-webkit-keyframes anim-chisato-1 {
    0%, 70% {
        -webkit-transform: translate3d(0, 3em, 0);
        transform: translate3d(0, 3em, 0);
    }
    71%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes anim-chisato-2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    70%, 71% {
        -webkit-transform: translate3d(0, 125%, 0);
        transform: translate3d(0, 125%, 0);
        opacity: 0;
        -webkit-animation-timing-function: ease-out;
    }
    100% {
        color: transparent;
        -webkit-transform: translate3d(0, 200%, 0);
        transform: translate3d(0, 200%, 0);
    }
}

@keyframes anim-chisato-1 {
    0%, 70% {
        -webkit-transform: translate3d(0, 3em, 0);
        transform: translate3d(0, 3em, 0);
    }
    71%, 100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes anim-chisato-2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    70%, 71% {
        -webkit-transform: translate3d(0, 125%, 0);
        transform: translate3d(0, 125%, 0);
        opacity: 0;
        -webkit-animation-timing-function: ease-out;
    }
    100% {
        color: transparent;
        -webkit-transform: translate3d(0, 200%, 0);
        transform: translate3d(0, 200%, 0);
    }
}

/* Kozakura */
.input--kozakura {
    overflow: hidden;
    padding-bottom: 1em;
}

.input__field--kozakura {
    padding: 0.25em 0.5em;
    margin-top: 1.25em;
    width: 100%;
    background: transparent;
    color: #2F3238;
    font-size: 1.55em;
    opacity: 0;
}

.input__label--kozakura {
    width: 100%;
    text-align: left;
    position: absolute;
    top: 1em;
    pointer-events: none;
    overflow: hidden;
    padding: 0 0.25em;
    -webkit-transform: translate3d(1em, 2.75em, 0);
    transform: translate3d(1em, 2.75em, 0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.input__label-content--kozakura {
    color: #A4A5A6;
    padding: 0.4em 0 0.25em;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.input__label-content--kozakura::after {
    content: attr(data-content);
    position: absolute;
    font-weight: 800;
    top: 100%;
    left: 0;
    height: 100%;
    width: 100%;
    color: #fff;
    padding: 0.25em 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 0.85em;
}

.graphic--kozakura {
    fill: #494E57;
    pointer-events: none;
    top: 1em;
    bottom: 0px;
    height: 4.5em;
    z-index: -1;
    -webkit-transition: -webkit-transform 0.7s, fill 0.7s;
    transition: transform 0.7s, fill 0.7s;
    -webkit-transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
    transition-timing-function: cubic-bezier(0, 0.25, 0.5, 1);
}

.input__field--kozakura:focus,
.input--filled .input__field--kozakura {
    -webkit-transition: opacity 0s 0.35s;
    transition: opacity 0s 0.35s;
    opacity: 1;
}

.input__field--kozakura:focus + .input__label--kozakura,
.input--filled .input__label--kozakura {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.input__field--kozakura:focus + .input__label--kozakura .input__label-content--kozakura,
.input--filled .input__label-content--kozakura {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}

.input__field--kozakura:focus ~ .graphic--kozakura,
.input--filled .graphic--kozakura {
    fill: #fff;
    -webkit-transform: translate3d(-66.6%, 0, 0);
    transform: translate3d(-66.6%, 0, 0);
}

/* Makiko */
.input--makiko {
    overflow: hidden;
    background: #CBCBCB;
}

.input__field--makiko {
    width: 100%;
    background: transparent;
    color: #797693;
    z-index: 10;
    font-weight: 500;
}

.input__label--makiko {
    position: absolute;
    width: 100%;
    text-align: left;
    pointer-events: none;
    color: #fff;
}

.input__label--makiko::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    top: 45%;
    left: 20px;
    background: url(../img/search.svg) no-repeat center center;
    background-size: 100%;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
    transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}

.input__label-content--makiko {
    display: block;
    padding: 1.5em 0 0 2.75em;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
    transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}

.input__field--makiko:focus + .input__label--makiko::before,
.input--filled .input__label--makiko::before {
    -webkit-transform: scale3d(38, 38, 1);
    transform: scale3d(38, 38, 1);
}

/* Sae */
.input--sae {
    overflow: hidden;
    width: 200px;
    margin: 0 2em 2em;
}

.input__field--sae {
    background: transparent;
    width: 100%;
    color: #fff;
    padding: 1em 0 0.5em;
    font-weight: 500;
}

.input__label--sae {
    position: absolute;
    width: 100%;
    text-align: left;
    color: #7771ab;
    padding: 0;
    height: 100%;
    pointer-events: none;
}

.input__label--sae::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    bottom: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.icon--sae {
    position: absolute;
    bottom: 0;
    font-size: 1em;
    opacity: 0.5;
    left: -30px;
    color: #fff;
    pointer-events: none;
    -webkit-transform: translate3d(205px, 0, 0);
    transform: translate3d(205px, 0, 0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.input__label-content--sae {
    padding: 0;
    font-size: 18px;
    display: inline-block;
    vertical-align: bottom;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.input__field--sae:focus + .input__label--sae .input__label-content--sae,
.input--filled .input__label-content--sae {
    -webkit-transform: translate3d(0, 0, 0) scale3d(0.7, 0.7, 1);
    transform: translate3d(0, 0, 0) scale3d(0.7, 0.7, 1);
}

.input__field--sae:focus + .input__label--sae::after,
.input--filled .input__label--sae::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.input__field--sae:focus + .input__label--sae .icon--sae,
.input--filled .icon--sae {
    -webkit-transition-delay: 0.01s;
    transition-delay: 0.01s;
    -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, -90deg);
    transform: translate3d(0, 0, 0) rotate3d(0, 0, 1, -90deg);
}

/* Fumi */
.input--fumi {
    background: #fff;
    overflow: hidden;
    padding: 0.25em 0;
}

.input--fumi::after {
    content: '';
    width: 1px;
    position: absolute;
    top: 0.5em;
    bottom: 0.5em;
    left: 2.5em;
    background: #f0f0f0;
    z-index: 100;
}

.input__field--fumi {
    background: transparent;
    padding: 1.5em 1em 0.25em 3.15em;
    width: 100%;
    color: #00aeef;
}

.input__label--fumi {
    position: absolute;
    width: 100%;
    text-align: left;
    padding-left: 4.5em;
    pointer-events: none;
}

.icon--fumi {
    width: 2em;
    position: absolute;
    top: 0;
    left: 0;
    padding: 1em 0 0 0.5em;
}

.input__label-content--fumi {
    padding: 1.7em 0;
    display: inline-block;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.input__label-content--fumi span {
    display: inline-block;
}

.input__field--fumi:focus + .input__label--fumi .input__label-content--fumi,
.input--filled .input__label-content--fumi {
    -webkit-animation: anim-fumi-1 0.3s forwards;
    animation: anim-fumi-1 0.3s forwards;
}

@-webkit-keyframes anim-fumi-1 {
    50% {
        -webkit-transform: translate3d(0, 3em, 0);
        transform: translate3d(0, 3em, 0);
    }
    51% {
        -webkit-transform: translate3d(0, -3em, 0) scale3d(0.85, 0.85, 1);
        transform: translate3d(0, -3em, 0) scale3d(0.85, 0.85, 1);
    }
    100% {
        color: #a3a3a3;
        -webkit-transform: translate3d(0, -1.1em, 0) scale3d(0.85, 0.85, 1);
        transform: translate3d(0, -1.1em, 0) scale3d(0.85, 0.85, 1);
    }
}

@keyframes anim-fumi-1 {
    50% {
        -webkit-transform: translate3d(0, 3em, 0);
        transform: translate3d(0, 3em, 0);
    }
    51% {
        -webkit-transform: translate3d(0, -3em, 0) scale3d(0.85, 0.85, 1);
        transform: translate3d(0, -3em, 0) scale3d(0.85, 0.85, 1);
    }
    100% {
        color: #a3a3a3;
        -webkit-transform: translate3d(0, -1.1em, 0) scale3d(0.85, 0.85, 1);
        transform: translate3d(0, -1.1em, 0) scale3d(0.85, 0.85, 1);
    }
}

.input__field--fumi:focus + .input__label--fumi .icon--fumi,
.input--filled .icon--fumi {
    -webkit-animation: anim-fumi-2 0.3s forwards;
    animation: anim-fumi-2 0.3s forwards;
}

@-webkit-keyframes anim-fumi-2 {
    50% {
        opacity: 1;
        -webkit-transform: translate3d(0, -3em, 0);
        transform: translate3d(0, -3em, 0);
    }
    50.25% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3em, 0);
        transform: translate3d(0, -3em, 0);
    }
    50.75% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3em, 0);
        transform: translate3d(0, 3em, 0);
    }
    51% {
        opacity: 1;
        -webkit-transform: translate3d(0, 3em, 0);
        transform: translate3d(0, 3em, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        color: #00aeef;
    }
}

@keyframes anim-fumi-2 {
    50% {
        opacity: 1;
        -webkit-transform: translate3d(0, -3em, 0);
        transform: translate3d(0, -3em, 0);
    }
    50.25% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3em, 0);
        transform: translate3d(0, -3em, 0);
    }
    50.75% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3em, 0);
        transform: translate3d(0, 3em, 0);
    }
    51% {
        opacity: 1;
        -webkit-transform: translate3d(0, 3em, 0);
        transform: translate3d(0, 3em, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        color: #00aeef;
    }
}

/* Ruri */
#walogin .input__field--ruri {
    width: 100%;
    background: transparent;
    padding: 0.5em 0;
    margin-bottom: 1.2em;
    color: #fff;
}

#walogin .input__label--ruri {
    width: 100%;
    position: absolute;
    text-align: left;
    font-size: 1em;
    padding: 10px 0 5px;
    pointer-events: none;
}

#walogin .input__label--ruri::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 7px;
    background: #B7C3AC;
    left: 0;
    top: 100%;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: -webkit-transform 0.3s, background-color 0.3s;
    transition: transform 0.3s, background-color 0.3s;
}

#walogin .input__label-content--ruri {
    padding: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: -webkit-transform 0.3s, color 0.3s;
    transition: transform 0.3s, color 0.3s;
}

#walogin .input__field--ruri:focus + .input__label--ruri .input__label-content--ruri,
#walogin .input--filled .input__label--ruri .input__label-content--ruri {
    color: #1C88CA;
    -webkit-transform: translate3d(0, 2em, 0) scale3d(0.655, 0.655, 1);
    transform: translate3d(0, 2em, 0) scale3d(0.655, 0.655, 1);
}

/* Kohana */
.input--kohana {
    overflow: hidden;
    background: #fff;
}

.input__field--kohana {
    width: 100%;
    background: transparent;
    padding-left: 2.75em;
    color: #6a7989;
}

.input__label--kohana {
    position: absolute;
    width: 100%;
    text-align: left;
    pointer-events: none;
    color: #D2D2D2;
}

.input__label-content--kohana {
    display: inline-block;
    width: auto;
    -webkit-transform: translate3d(-1.75em, 0, 0);
    transform: translate3d(-1.75em, 0, 0);
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}

.icon--kohana {
    display: inline-block;
    margin-top: 0.9em;
    -webkit-transform: translate3d(-2em, 0, 0);
    transform: translate3d(-2em, 0, 0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.input__field--kohana:focus + .input__label--kohana .input__label-content--kohana,
.input--filled .input__label-content--kohana {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
}

.input__label-content--kohana,
.icon--kohana,
.input__field--kohana:focus + .input__label--kohana .input__label-content--kohana,
.input--filled .input__label-content--kohana {
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.input__field--kohana:focus + .input__label--kohana .icon--kohana,
.input--filled .icon--kohana {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/*reset alladmin*/
#walogin .panel-body {
    background: transparent;
    border-radius: 0px;
    box-shadow: none;;
    padding: 0px;
}

#walogin .body-sign .panel-sign .panel-body {
    border-top: 0;
    box-shadow: 0;
}

#walogin .body-sign .center-sign {
    padding: 0px;

}

.logo img {
    max-width: inherit;
    width: auto;
}

/*end reset*/

#walogin header {

    height: 100vh !important;
}

#walogi h1 {
    text-align: left !important;
}

html body #walogin {
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
}

#walogin h1, #walogin h2, #walogin h3, #walogin h4, #walogin h5, #walogin h6 {
    color: #20292f;
    font-weight: normal;
    line-height: 1em;
    padding-bottom: 5px;
}

#walogin h2 {
    color: #535966;
    font-size: 1.1em;
}

#walogin blockquote {
    font-family: Georgia, serif;
    font-size: 18px;
    font-style: italic;
    width: 450px;
    margin: 0.25em 0;
    padding: 0.25em 40px;
    line-height: 1.45;
    position: relative;
    color: #383838;
    background: #ececec;
}

#walogin blockquote:before {
    display: block;
    content: "\201C";
    font-size: 80px;
    position: absolute;
    left: -10px;
    top: -10px;
    color: #7a7a7a;
}

#walogin blockquote cite {
    color: #999999;
    font-size: 14px;
    display: block;
    margin-top: 5px;
}

#walogin blockquote cite:before {
    content: "\2014 \2009";
}

#walogin .logo.pull-left {
    display: inline-block;
    height: auto;
    padding: 30px;
    position: relative;
    width: 100%;
    z-index: 9;
}

#walogin p {
    line-height: 26px;
    padding-bottom: 10px;
}

#walogin #tech-support {
    margin-top: 40px;
}

#walogin .container-full {
    display: table;
    height: 100vh;
    width: 100vw;
}

#walogin .body-sign, #walogin #intro {
    display: table-cell;
    float: none;
    margin: auto;
    vertical-align: top;
}

#walogin #intro {
    width: 70%;
    padding-left: 5%;
}

#walogin .body-sign {
    position: relative;
    width: 30%;
    min-width: 350px;

    background-color: white;
}

.silver_grad {

    border-style: solid;
    background-image: -moz-radial-gradient(50% 50%, circle closest-side, rgb(255, 255, 255) 0%, rgb(246, 246, 248) 76%, rgb(236, 237, 240) 100%);
    background-image: -webkit-radial-gradient(50% 50%, circle closest-side, rgb(255, 255, 255) 0%, rgb(246, 246, 248) 76%, rgb(236, 237, 240) 100%);
    background-image: -ms-radial-gradient(50% 50%, circle closest-side, rgb(255, 255, 255) 0%, rgb(246, 246, 248) 76%, rgb(236, 237, 240) 100%);

}

#walogin .center-sign {
    display: table;
    height: 77vh;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

#walogin .center-sign {
    display: table;
    height: calc(100% - 280px - 5%);
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

#walogin .panel.panel-sign {
    display: table-cell;
    vertical-align: middle;
}

#walogin .panel.panel-sign.align-top {
    vertical-align: top;
}

#walogin .input__field--ruri:focus + .input__label--ruri::after, #walogin .input--filled #walogin .input__label--ruri::after {
    background: #1AA7E0 none repeat scroll 0 0;
    transform: scale3d(1, 0.25, 1);
}

#walogin .input__field--ruri {
    color: #363636;
    padding-right: 27px;
}

#walogin .input__label--ruri {
    width: 100%;
    position: absolute;
    text-align: left;
    font-size: 1em;
    padding: 10px 0 5px;
    pointer-events: none;
}

#walogin .input__label--ruri::after {
    background: #eff1f3;
}

#walogin .login-form .error .input__label--ruri::after, #walogin .login-form .error .input--filled .input__label--ruri::after {

    background: #B4465A;

}

#walogin .login-form .error .input__label-content {

    color: #B4465A;
}

.input__label-content.input__label-content--ruri {
    font-weight: normal;
}

#login .checkbox {
    display: inline-block;
}

/*validace icons*/
#walogin .login-form i.fa {
    position: absolute;
    right: 0;
    top: 15px;
    opacity: 0;
    transition: opacity 300ms ease;

}

#walogin .login-form .valid .fa-check::after {
    animation: 0.3s ease 0s normal forwards 1 running anim-moema-2;
    content: "";
    font-size: 2em;
    left: -8px;
    position: absolute;
    top: -12px;
    transform: scale3d(0, 0.5, 1);
    z-index: 5;
}

#walogin .login-form .error .fa-times::after {
    animation: 0.3s ease 0s normal forwards 1 running anim-moema-2;
    content: "";
    font-size: 2em;
    left: -8px;
    position: absolute;
    top: -12px;
    transform: scale3d(0, 0.5, 1);
    z-index: 5;
}

#walogin .login-form .valid i.ivalid {
    display: inline-block;
    opacity: 1;
    transition: opacity 300ms ease;
    color: #4682B4;

}

#walogin .login-form .error i.iunvalid {
    display: inline-block;
    opacity: 1;
    transition: opacity 300ms ease;
    color: #b4465a;
}

/*check box*/

#inlogin {
    margin: auto;
    width: 60%;
    min-width: 280px;
}

#walogin .logo.pull-left {
    display: inline-block;
    height: auto;
    left: 0;
    padding: 30px;
    width: 100%;
    z-index: 9;
    max-height: 140px;
}

#walogin hgroup h2 {
    color: #171717;
    font-size: 1.3em;
    font-weight: bold;
    margin: 0;
    padding: 5%;
    text-align: center;
    vertical-align: middle;
}

#walogin header::before {
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

#walogin h2 span {
    font-weight: normal;
}

#walogin .rememberme {
    color: #71818c;
    font-size: 0.8em;
    margin: 10px;
    display: inline-block;
}

#walogin hgroup {
    display: inline-block;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

#walogin #intro h1 {
    opacity: 0.45;
}

#walogin .checkbox label, #walogin .radio label {
    cursor: pointer;
    font-weight: 400;
    margin-bottom: 0;
    min-height: 20px;
    padding-left: 20px;
}

#walogin .checkbox input[type="checkbox"], #walogin .checkbox-inline input[type="checkbox"], #walogin .radio input[type="radio"], #walogin .radio-inline input[type="radio"] {
    margin-left: -20px;
    position: absolute;
}

#walogin .input__field--ruri:focus + #walogin .input__label--ruri::after,
#walogin .input--filled .input__label--ruri::after {
    background: #1C88CA;
    -webkit-transform: scale3d(1, 0.25, 1);
    transform: scale3d(1, 0.25, 1);
}

#walogin .et_manage_submit {
    border: medium none;
    box-shadow: 0 5px 20px #d6dee4;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    font-size: 1.8rem;
    font-weight: 500;
    padding: 20px;
    text-align: center;
    transition: all 0.5s ease 0s;
    background-color: steelblue;
    min-width: 250px;
    border-radius: 0px;
}

#walogin #dex-sign {
    filter: invert(100%);
}

#walogin #dex-sign.play {
    animation: 3.5s steps(85) 5s normal forwards 1 running sign-anim;
    background-size: cover;
    border: 1px solid;
}

#walogin .text-right {
    text-align: right;

}

#walogin .line-thru {
    display: block;
    font-size: 1.2rem;
    position: relative;
}

#walogin .line-thru::after {
    border-bottom: 1px solid #dadada;
    content: "";
    display: block;
    left: 10%;
    position: absolute;
    top: 47%;
    width: 81%;
    z-index: 1;
}

#walogin .line-thru span {
    color: #cccccc;
    position: relative;
    z-index: 3;
}

.line-thru::before {
    background-color: #ffffff;
    content: "";
    height: 10px;
    left: 50%;
    margin: -5px 0 0 -20px;
    position: absolute;
    top: 50%;
    width: 40px;
    z-index: 2;
}

#walogin .helplogin {

    font-size: 0.75em;
    text-align: center;
}

#walogin .helplogin a {

    color: #4682B4;
}

.body-sign {
    padding-bottom: 55px;
}

footer {
    bottom: 20px;
    display: inline-block;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    font-size: 0.7em;
}

@import url(https://fonts.googleapis.com/css?family=Hind:700);

#walogin .blured span {
    color: transparent;
    animation: blur 10s ease-out infinite;
    -webkit-animation: blur 10s ease-out infinite;
    -webkit-animation-iteration-count: 1; /* Safari 4.0 - 8.0 */
    animation-iteration-count: 1;
}

#walogin .checkbox-custom input[type="checkbox"] {
    cursor: pointer;
    left: 3px;
    margin: -6px 0 0;
    opacity: 0;
    position: absolute;
    top: 50%;
    z-index: 2;
}

#walogin .text-center.helplogin {
    margin: 1em;
}

#walogin .blured span:nth-child(1) {
    animation-delay: 3.1s;
    -webkit-animation-delay: 3.1s;
}

#walogin .blured span:nth-child(2) {
    animation-delay: 3.2s;
    -webkit-animation-delay: 3.2s;
}

#walogin .blured span:nth-child(3) {
    animation-delay: 3.3s;
    -webkit-animation-delay: 3.3s;
}

#walogin .blured span:nth-child(4) {
    animation-delay: 3.4s;
    -webkit-animation-delay: 3.4s;
}

#walogin .blured span:nth-child(5) {
    animation-delay: 3.5s;
    -webkit-animation-delay: 3.5s;
}

#walogin .blured span:nth-child(6) {
    animation-delay: 3.6s;
    -webkit-animation-delay: 3.6s;
}

#walogin span:nth-child(7) {
    animation-delay: 3.7s;
    -webkit-animation-delay: 3.7s;
}

@keyframes blur {
    0% {
        text-shadow: 0 0 100px #fff;
        opacity: 0;
    }
    5% {
        text-shadow: 0 0 90px #fff;
    }
    15% {
        opacity: 1;
    }
    20% {
        text-shadow: 0 0 0px #fff;
    }
    80% {
        text-shadow: 0 0 0px #fff;
    }
    85% {
        opacity: 1;
    }
    95% {
        text-shadow: 0 0 90px #fff;
    }
    100% {
        text-shadow: 0 0 100px #fff;
        opacity: 0;
    }
}

@-webkit-keyframes blur {
    0% {
        text-shadow: 0 0 100px #fff;
        opacity: 0;
    }
    5% {
        text-shadow: 0 0 90px #fff;
    }
    15% {
        opacity: 1;
    }
    20% {
        text-shadow: 0 0 0px #fff;
    }
    80% {
        text-shadow: 0 0 0px #fff;
    }
    85% {
        opacity: 1;
    }
    95% {
        text-shadow: 0 0 90px #fff;
    }
    100% {
        text-shadow: 0 0 100px #fff;
        opacity: 0;
    }
}

/* code for animated blinking cursor */
#walogin .typed-cursor {
    opacity: 1;
    font-weight: 100;
    -webkit-animation: blinkcur 0.7s infinite;
    -moz-animation: blinkcur 0.7s infinite;
    -ms-animation: blinkcur 0.7s infinite;
    -o-animation: blinkcur 0.7s infinite;
    animation: blinkcur 0.7s infinite;
}

@-keyframes blinkcur {
0% {
    opacity: 1;
}
50% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@-webkit-keyframes blinkcur {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes blinkcur {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-ms-keyframes blinkcur {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes blinkcur {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.typed-fade-out {
    opacity: 0;
    animation: 0;
    transition: opacity .25s;
}

#walogin header .typed-cursor {
    font-size: 30px;

}

#walogin .type-wrap p {
    line-height: 2em;
    margin: 0 0 20px;
    text-align: center;
}

#walogin .type-wrap .wrap {
    max-width: 600px;
    margin: 150px auto;
}

#walogin .type-wrap {
    font-size: 1.3em;
    font-weight: 100;
    margin: 10px auto;
    padding: 20px;
    text-shadow: 0 6px 9px #000000;
}

#walogin .type-wrap .links {
    margin: 20px 0;
    font-size: 0.75em;
    text-align: center;
}

.button {
    backface-visibility: hidden;
    display: block;
    float: left;
    margin: 1em;
    max-width: 250px;
    min-width: 150px;
    position: relative;
    vertical-align: middle;
    z-index: 1;
}

.button--moema {
    background: #7986cb none repeat scroll 0 0;
    border-radius: 0px;
    color: #ffffff;
    padding: 1.5em 3em;
    transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}

.button--moema.button--inverted {
    background: #eceff1 none repeat scroll 0 0;
    color: #37474f;
}

.button--moema::before {
    background: inherit;
    border-radius: 00px;
    bottom: -20px;
    content: "";
    left: -20px;
    opacity: 0.4;
    position: absolute;
    right: -20px;
    top: -20px;
    transform: scale3d(0.8, 0.5, 1);
    z-index: -1;
}

#walogin .button--moema:hover {
    animation: 0.3s ease 0s normal forwards 1 running anim-moema-1;
    background-color: #1C88CA;
    color: white;
    transition: background-color 0.1s ease 0.3s, color 0.1s ease 0.3s;
}

.button--moema.button--inverted:hover {
    background-color: #7986cb;
    color: white;
}

.button--moema:hover::before {
    animation: 0.3s ease 0.3s normal forwards 1 running anim-moema-2;
}

@keyframes anim-moema-1 {
    60% {
        transform: scale3d(0.8, 0.8, 1);
    }
    85% {
        transform: scale3d(1.1, 1.1, 1);
    }
    100% {
        transform: scale3d(1, 1, 1);
    }
}

@keyframes anim-moema-1 {
    60% {
        transform: scale3d(0.8, 0.8, 1);
    }
    85% {
        transform: scale3d(1.1, 1.1, 1);
    }
    100% {
        transform: scale3d(1, 1, 1);
    }
}

@keyframes anim-moema-2 {
    100% {
        opacity: 0;
        transform: scale3d(1, 1, 1);
    }
}

@keyframes anim-moema-2 {
    100% {
        opacity: 0;
        transform: scale3d(1, 1, 1);
    }
}

input:-webkit-autofill {
    border: 0px solid transparent;
    -webkit-box-shadow: inset 0 0 0px 9999px white;
}

input:focus,
input:-webkit-autofill:focus {
    border-color: transparent;
    -webkit-box-shadow: inset 0 0 0px 9999px white,
    0 0 0px rgba(102, 175, 233, 0);
}

@media (max-width: 1246px) {
    html body #walogin {
        font-size: 17px;
    }
}

.to-uppercase {
    text-transform: uppercase;
}

#walogin .messages .alert:last-child {
    margin-bottom: 20px;
}

.alert {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 8px;
    font-size: 13px;
    text-align: left;
}

.alert.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

div.lang-links {
    font-size: 13px;
}

div.lang-links a {
    margin: 0 4px;
}

