.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:640px) {

    .container,
    .sm\:container {
        max-width: 640px
    }

    .sm\:container {
        width: 100%;
        margin-right: auto;
        margin-left: auto
    }
}

@media (min-width:768px) {

    .container,
    .sm\:container {
        max-width: 768px
    }
}

@media (min-width:1024px) {

    .container,
    .sm\:container {
        max-width: 1024px
    }
}

@media (min-width:1280px) {

    .container,
    .sm\:container {
        max-width: 1280px
    }
}

@media (min-width:1600px) {

    .container,
    .sm\:container {
        max-width: 1600px
    }
}

.login {
    position: relative;
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity))
}

.login:before {
    content: "";
    margin-left: -48%;
    z-index: -1;
    background-image: url(../images/login_bg_black.svg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

*>.-intro-x:first-child,
*>.-intro-x:nth-child(10),
*>.-intro-x:nth-child(11),
*>.-intro-x:nth-child(12),
*>.-intro-x:nth-child(13),
*>.-intro-x:nth-child(14),
*>.-intro-x:nth-child(15),
*>.-intro-x:nth-child(16),
*>.-intro-x:nth-child(17),
*>.-intro-x:nth-child(18),
*>.-intro-x:nth-child(19),
*>.-intro-x:nth-child(2),
*>.-intro-x:nth-child(20),
*>.-intro-x:nth-child(21),
*>.-intro-x:nth-child(22),
*>.-intro-x:nth-child(23),
*>.-intro-x:nth-child(24),
*>.-intro-x:nth-child(25),
*>.-intro-x:nth-child(26),
*>.-intro-x:nth-child(27),
*>.-intro-x:nth-child(28),
*>.-intro-x:nth-child(29),
*>.-intro-x:nth-child(3),
*>.-intro-x:nth-child(30),
*>.-intro-x:nth-child(31),
*>.-intro-x:nth-child(32),
*>.-intro-x:nth-child(33),
*>.-intro-x:nth-child(34),
*>.-intro-x:nth-child(35),
*>.-intro-x:nth-child(36),
*>.-intro-x:nth-child(37),
*>.-intro-x:nth-child(38),
*>.-intro-x:nth-child(39),
*>.-intro-x:nth-child(4),
*>.-intro-x:nth-child(40),
*>.-intro-x:nth-child(41),
*>.-intro-x:nth-child(42),
*>.-intro-x:nth-child(43),
*>.-intro-x:nth-child(44),
*>.-intro-x:nth-child(45),
*>.-intro-x:nth-child(46),
*>.-intro-x:nth-child(47),
*>.-intro-x:nth-child(48),
*>.-intro-x:nth-child(49),
*>.-intro-x:nth-child(5),
*>.-intro-x:nth-child(50),
*>.-intro-x:nth-child(6),
*>.-intro-x:nth-child(7),
*>.-intro-x:nth-child(8),
*>.-intro-x:nth-child(9),
*>.intro-x:first-child,
*>.intro-x:nth-child(10),
*>.intro-x:nth-child(11),
*>.intro-x:nth-child(12),
*>.intro-x:nth-child(13),
*>.intro-x:nth-child(14),
*>.intro-x:nth-child(15),
*>.intro-x:nth-child(16),
*>.intro-x:nth-child(17),
*>.intro-x:nth-child(18),
*>.intro-x:nth-child(19),
*>.intro-x:nth-child(2),
*>.intro-x:nth-child(20),
*>.intro-x:nth-child(21),
*>.intro-x:nth-child(22),
*>.intro-x:nth-child(23),
*>.intro-x:nth-child(24),
*>.intro-x:nth-child(25),
*>.intro-x:nth-child(26),
*>.intro-x:nth-child(27),
*>.intro-x:nth-child(28),
*>.intro-x:nth-child(29),
*>.intro-x:nth-child(3),
*>.intro-x:nth-child(30),
*>.intro-x:nth-child(31),
*>.intro-x:nth-child(32),
*>.intro-x:nth-child(33),
*>.intro-x:nth-child(34),
*>.intro-x:nth-child(35),
*>.intro-x:nth-child(36),
*>.intro-x:nth-child(37),
*>.intro-x:nth-child(38),
*>.intro-x:nth-child(39),
*>.intro-x:nth-child(4),
*>.intro-x:nth-child(40),
*>.intro-x:nth-child(41),
*>.intro-x:nth-child(42),
*>.intro-x:nth-child(43),
*>.intro-x:nth-child(44),
*>.intro-x:nth-child(45),
*>.intro-x:nth-child(46),
*>.intro-x:nth-child(47),
*>.intro-x:nth-child(48),
*>.intro-x:nth-child(49),
*>.intro-x:nth-child(5),
*>.intro-x:nth-child(50),
*>.intro-x:nth-child(6),
*>.intro-x:nth-child(7),
*>.intro-x:nth-child(8),
*>.intro-x:nth-child(9) {
    opacity: 0;
    position: relative
}

@media (max-width:1279px) {
    .login {
        background: linear-gradient(to bottom, #0c0c0e, #28292e);
        background-repeat: no-repeat;
        background-attachment: fixed
    }

    .login:before {
        display: none
    }

    .login .login__input {
        min-width: 100%
    }
}

.dark .login {
    --bg-opacity: 1;
    background-color: #293145;
    background-color: rgba(41, 49, 69, var(--bg-opacity))
}

.dark .login:before {
    background-image: url(../images/bg-login-page-dark.svg)
}

*>.intro-x:first-child {
    z-index: 49;
    transform: translateX(50px);
    -webkit-animation: .4s ease-in-out .1s forwards intro-x-animation;
    animation: .4s ease-in-out .1s forwards intro-x-animation
}

*>.-intro-x:first-child {
    z-index: 49;
    transform: translateX(-50px);
    -webkit-animation: .4s ease-in-out .1s forwards intro-x-animation;
    animation: .4s ease-in-out .1s forwards intro-x-animation
}

*>.intro-x:nth-child(2) {
    z-index: 48;
    transform: translateX(50px);
    -webkit-animation: .4s ease-in-out .2s forwards intro-x-animation;
    animation: .4s ease-in-out .2s forwards intro-x-animation
}

*>.-intro-x:nth-child(2) {
    z-index: 48;
    transform: translateX(-50px);
    -webkit-animation: .4s ease-in-out .2s forwards intro-x-animation;
    animation: .4s ease-in-out .2s forwards intro-x-animation
}

*>.intro-x:nth-child(3) {
    z-index: 47;
    transform: translateX(50px);
    -webkit-animation: .4s ease-in-out .3s forwards intro-x-animation;
    animation: .4s ease-in-out .3s forwards intro-x-animation
}

*>.-intro-x:nth-child(3) {
    z-index: 47;
    transform: translateX(-50px);
    -webkit-animation: .4s ease-in-out .3s forwards intro-x-animation;
    animation: .4s ease-in-out .3s forwards intro-x-animation
}

*>.intro-x:nth-child(4) {
    z-index: 46;
    transform: translateX(50px);
    -webkit-animation: .4s ease-in-out .4s forwards intro-x-animation;
    animation: .4s ease-in-out .4s forwards intro-x-animation
}

*>.-intro-x:nth-child(4) {
    z-index: 46;
    transform: translateX(-50px);
    -webkit-animation: .4s ease-in-out .4s forwards intro-x-animation;
    animation: .4s ease-in-out .4s forwards intro-x-animation
}

*>.intro-x:nth-child(5) {
    z-index: 45;
    transform: translateX(50px);
    -webkit-animation: .4s ease-in-out .5s forwards intro-x-animation;
    animation: .4s ease-in-out .5s forwards intro-x-animation
}

*>.-intro-x:nth-child(5) {
    z-index: 45;
    transform: translateX(-50px);
    -webkit-animation: .4s ease-in-out .5s forwards intro-x-animation;
    animation: .4s ease-in-out .5s forwards intro-x-animation
}

*>.intro-x:nth-child(6) {
    z-index: 44;
    transform: translateX(50px);
    -webkit-animation: .4s ease-in-out .6s forwards intro-x-animation;
    animation: .4s ease-in-out .6s forwards intro-x-animation
}

*>.-intro-x:nth-child(6) {
    z-index: 44;
    transform: translateX(-50px);
    -webkit-animation: .4s ease-in-out .6s forwards intro-x-animation;
    animation: .4s ease-in-out .6s forwards intro-x-animation
}

*>.intro-x:nth-child(7) {
    z-index: 43;
    transform: translateX(50px);
    -webkit-animation: .4s ease-in-out .7s forwards intro-x-animation;
    animation: .4s ease-in-out .7s forwards intro-x-animation
}

*>.-intro-x:nth-child(7) {
    z-index: 43;
    transform: translateX(-50px);
    -webkit-animation: .4s ease-in-out .7s forwards intro-x-animation;
    animation: .4s ease-in-out .7s forwards intro-x-animation
}

*>.intro-x:nth-child(8) {
    z-index: 42;
    transform: translateX(50px);
    -webkit-animation: .4s ease-in-out .8s forwards intro-x-animation;
    animation: .4s ease-in-out .8s forwards intro-x-animation
}

*>.-intro-x:nth-child(8) {
    z-index: 42;
    transform: translateX(-50px);
    -webkit-animation: .4s ease-in-out .8s forwards intro-x-animation;
    animation: .4s ease-in-out .8s forwards intro-x-animation
}

*>.intro-x:nth-child(9) {
    z-index: 41;
    transform: translateX(50px);
    -webkit-animation: .4s ease-in-out .9s forwards intro-x-animation;
    animation: .4s ease-in-out .9s forwards intro-x-animation
}

*>.-intro-x:nth-child(9) {
    z-index: 41;
    transform: translateX(-50px);
    -webkit-animation: .4s ease-in-out .9s forwards intro-x-animation;
    animation: .4s ease-in-out .9s forwards intro-x-animation
}

*>.intro-x:nth-child(10) {
    z-index: 40;
    transform: translateX(50px);
    -webkit-animation: .4s ease-in-out 1s forwards intro-x-animation;
    animation: .4s ease-in-out 1s forwards intro-x-animation
}

*>.-intro-x:nth-child(10) {
    z-index: 40;
    transform: translateX(-50px);
    -webkit-animation: .4s ease-in-out 1s forwards intro-x-animation;
    animation: .4s ease-in-out 1s forwards intro-x-animation
}

*>.intro-x:nth-child(11) {
    z-index: 39;
    transform: translateX(50px);
    -webkit-animation: .4s ease-in-out 1.1s forwards intro-x-animation;
    animation: .4s ease-in-out 1.1s forwards intro-x-animation
}

*>.-intro-x:nth-child(11) {
    z-index: 39;
    transform: translateX(-50px);
    -webkit-animation: .4s ease-in-out 1.1s forwards intro-x-animation;
    animation: .4s ease-in-out 1.1s forwards intro-x-animation
}

*>.intro-x:nth-child(12) {
    z-index: 38;
    transform: translateX(50px);
    -webkit-animation: .4s ease-in-out 1.2s forwards intro-x-animation;
    animation: .4s ease-in-out 1.2s forwards intro-x-animation
}

*>.-intro-x:nth-child(12) {
    z-index: 38;
    transform: translateX(-50px);
    -webkit-animation: .4s ease-in-out 1.2s forwards intro-x-animation;
    animation: .4s ease-in-out 1.2s forwards intro-x-animation
}

*>.intro-x:nth-child(13) {
    z-index: 37;
    transform: translateX(50px);
    -webkit-animation: .4s ease-in-out 1.3s forwards intro-x-animation;
    animation: .4s ease-in-out 1.3s forwards intro-x-animation
}

*>.-intro-x:nth-child(13) {
    z-index: 37;
    transform: translateX(-50px);
    -webkit-animation: .4s ease-in-out 1.3s forwards intro-x-animation;
    animation: .4s ease-in-out 1.3s forwards intro-x-animation
}

*>.intro-x:nth-child(14) {
    z-index: 36;
    transform: translateX(50px);
    -webkit-animation: .4s ease-in-out 1.4s forwards intro-x-animation;
    animation: .4s ease-in-out 1.4s forwards intro-x-animation
}

*>.-intro-x:nth-child(14) {
    z-index: 36;
    transform: translateX(-50px);
    -webkit-animation: .4s ease-in-out 1.4s forwards intro-x-animation;
    animation: .4s ease-in-out 1.4s forwards intro-x-animation
}

*>.intro-x:nth-child(15) {
    z-index: 35;
    transform: translateX(50px);
    -webkit-animation: .4s ease-in-out 1.5s forwards intro-x-animation;
    animation: .4s ease-in-out 1.5s forwards intro-x-animation
}

*>.-intro-x:nth-child(15) {
    z-index: 35;
    transform: translateX(-50px);
    -webkit-animation: .4s ease-in-out 1.5s forwards intro-x-animation;
    animation: .4s ease-in-out 1.5s forwards intro-x-animation
}

*>.intro-x:nth-child(16) {
    z-index: 34;
    transform: translateX(50px);
    -webkit-animation: .4s ease-in-out 1.6s forwards intro-x-animation;
    animation: .4s ease-in-out 1.6s forwards intro-x-animation
}

*>.-intro-x:nth-child(16) {
    z-index: 34;
    transform: translateX(-50px);
    -webkit-animation: .4s ease-in-out 1.6s forwards intro-x-animation;
    animation: .4s ease-in-out 1.6s forwards intro-x-animation
}

*>.intro-x:nth-child(17) {
    z-index: 33;
    transform: translateX(50px);
    -webkit-animation: .4s ease-in-out 1.7s forwards intro-x-animation;
    animation: .4s ease-in-out 1.7s forwards intro-x-animation
}

*>.-intro-x:nth-child(17) {
    z-index: 33;
    transform: translateX(-50px);
    -webkit-animation: .4s ease-in-out 1.7s forwards intro-x-animation;
    animation: .4s ease-in-out 1.7s forwards intro-x-animation
}

*>.intro-x:nth-child(18) {
    z-index: 32;
    transform: translateX(50px);
    -webkit-animation: .4s ease-in-out 1.8s forwards intro-x-animation;
    animation: .4s ease-in-out 1.8s forwards intro-x-animation
}

*>.-intro-x:nth-child(18) {
    z-index: 32;
    transform: translateX(-50px);
    -webkit-animation: .4s ease-in-out 1.8s forwards intro-x-animation;
    animation: .4s ease-in-out 1.8s forwards intro-x-animation
}

*>.intro-x:nth-child(19) {
    z-index: 31;
    transform: translateX(50px);
    -webkit-animation: .4s ease-in-out 1.9s forwards intro-x-animation;
    animation: .4s ease-in-out 1.9s forwards intro-x-animation
}

*>.-intro-x:nth-child(19) {
    z-index: 31;
    transform: translateX(-50px);
    -webkit-animation: .4s ease-in-out 1.9s forwards intro-x-animation;
    animation: .4s ease-in-out 1.9s forwards intro-x-animation
}

*>.intro-x:nth-child(20) {
    z-index: 30;
    transform: translateX(50px);
    -webkit-animation: .4s ease-in-out 2s forwards intro-x-animation;
    animation: .4s ease-in-out 2s forwards intro-x-animation
}

*>.-intro-x:nth-child(20) {
    z-index: 30;
    transform: translateX(-50px);
    -webkit-animation: .4s ease-in-out 2s forwards intro-x-animation;
    animation: .4s ease-in-out 2s forwards intro-x-animation
}

*>.intro-x:nth-child(21) {
    z-index: 29;
    transform: translateX(50px);
    -webkit-animation: .4s ease-in-out 2.1s forwards intro-x-animation;
    animation: .4s ease-in-out 2.1s forwards intro-x-animation
}

*>.-intro-x:nth-child(21) {
    z-index: 29;
    transform: translateX(-50px);
    -webkit-animation: .4s ease-in-out 2.1s forwards intro-x-animation;
    animation: .4s ease-in-out 2.1s forwards intro-x-animation
}

*>.intro-x:nth-child(22) {
    z-index: 28;
    transform: translateX(50px);
    -webkit-animation: .4s ease-in-out 2.2s forwards intro-x-animation;
    animation: .4s ease-in-out 2.2s forwards intro-x-animation
}

*>.-intro-x:nth-child(22) {
    z-index: 28;
    transform: translateX(-50px);
    -webkit-animation: .4s ease-in-out 2.2s forwards intro-x-animation;
    animation: .4s ease-in-out 2.2s forwards intro-x-animation
}

*>.intro-x:nth-child(23) {
    z-index: 27;
    transform: translateX(50px);
    -webkit-animation: .4s ease-in-out 2.3s forwards intro-x-animation;
    animation: .4s ease-in-out 2.3s forwards intro-x-animation
}

*>.-intro-x:nth-child(23) {
    z-index: 27;
    transform: translateX(-50px);
    -webkit-animation: .4s ease-in-out 2.3s forwards intro-x-animation;
    animation: .4s ease-in-out 2.3s forwards intro-x-animation
}

*>.intro-x:nth-child(24) {
    z-index: 26;
    transform: translateX(50px);
    -webkit-animation: .4s ease-in-out 2.4s forwards intro-x-animation;
    animation: .4s ease-in-out 2.4s forwards intro-x-animation
}

*>.-intro-x:nth-child(24) {
    z-index: 26;
    transform: translateX(-50px);
    -webkit-animation: .4s ease-in-out 2.4s forwards intro-x-animation;
    animation: .4s ease-in-out 2.4s forwards intro-x-animation
}

*>.intro-x:nth-child(25) {
    z-index: 25;
    transform: translateX(50px);
    -webkit-animation: .4s ease-in-out 2.5s forwards intro-x-animation;
    animation: .4s ease-in-out 2.5s forwards intro-x-animation
}

*>.-intro-x:nth-child(25) {
    z-index: 25;
    transform: translateX(-50px);
    -webkit-animation: .4s ease-in-out 2.5s forwards intro-x-animation;
    animation: .4s ease-in-out 2.5s forwards intro-x-animation
}

*>.intro-x:nth-child(26) {
    z-index: 24;
    transform: translateX(50px);
    -webkit-animation: .4s ease-in-out 2.6s forwards intro-x-animation;
    animation: .4s ease-in-out 2.6s forwards intro-x-animation
}

*>.-intro-x:nth-child(26) {
    z-index: 24;
    transform: translateX(-50px);
    -webkit-animation: .4s ease-in-out 2.6s forwards intro-x-animation;
    animation: .4s ease-in-out 2.6s forwards intro-x-animation
}

*>.intro-x:nth-child(27) {
    z-index: 23;
    transform: translateX(50px);
    -webkit-animation: .4s ease-in-out 2.7s forwards intro-x-animation;
    animation: .4s ease-in-out 2.7s forwards intro-x-animation
}

*>.-intro-x:nth-child(27) {
    z-index: 23;
    transform: translateX(-50px);
    -webkit-animation: .4s ease-in-out 2.7s forwards intro-x-animation;
    animation: .4s ease-in-out 2.7s forwards intro-x-animation
}

*>.intro-x:nth-child(28) {
    z-index: 22;
    transform: translateX(50px);
    -webkit-animation: .4s ease-in-out 2.8s forwards intro-x-animation;
    animation: .4s ease-in-out 2.8s forwards intro-x-animation
}

*>.-intro-x:nth-child(28) {
    z-index: 22;
    transform: translateX(-50px);
    -webkit-animation: .4s ease-in-out 2.8s forwards intro-x-animation;
    animation: .4s ease-in-out 2.8s forwards intro-x-animation
}

*>.intro-x:nth-child(29) {
    z-index: 21;
    transform: translateX(50px);
    -webkit-animation: .4s ease-in-out 2.9s forwards intro-x-animation;
    animation: .4s ease-in-out 2.9s forwards intro-x-animation
}

*>.-intro-x:nth-child(29) {
    z-index: 21;
    transform: translateX(-50px);
    -webkit-animation: .4s ease-in-out 2.9s forwards intro-x-animation;
    animation: .4s ease-in-out 2.9s forwards intro-x-animation
}

*>.intro-x:nth-child(30) {
    z-index: 20;
    transform: translateX(50px);
    -webkit-animation: .4s ease-in-out 3s forwards intro-x-animation;
    animation: .4s ease-in-out 3s forwards intro-x-animation
}

*>.-intro-x:nth-child(30) {
    z-index: 20;
    transform: translateX(-50px);
    -webkit-animation: .4s ease-in-out 3s forwards intro-x-animation;
    animation: .4s ease-in-out 3s forwards intro-x-animation
}

*>.intro-x:nth-child(31) {
    z-index: 19;
    transform: translateX(50px);
    -webkit-animation: .4s ease-in-out 3.1s forwards intro-x-animation;
    animation: .4s ease-in-out 3.1s forwards intro-x-animation
}

*>.-intro-x:nth-child(31) {
    z-index: 19;
    transform: translateX(-50px);
    -webkit-animation: .4s ease-in-out 3.1s forwards intro-x-animation;
    animation: .4s ease-in-out 3.1s forwards intro-x-animation
}

*>.intro-x:nth-child(32) {
    z-index: 18;
    transform: translateX(50px);
    -webkit-animation: .4s ease-in-out 3.2s forwards intro-x-animation;
    animation: .4s ease-in-out 3.2s forwards intro-x-animation
}

*>.-intro-x:nth-child(32) {
    z-index: 18;
    transform: translateX(-50px);
    -webkit-animation: .4s ease-in-out 3.2s forwards intro-x-animation;
    animation: .4s ease-in-out 3.2s forwards intro-x-animation
}

*>.intro-x:nth-child(33) {
    z-index: 17;
    transform: translateX(50px);
    -webkit-animation: .4s ease-in-out 3.3s forwards intro-x-animation;
    animation: .4s ease-in-out 3.3s forwards intro-x-animation
}

*>.-intro-x:nth-child(33) {
    z-index: 17;
    transform: translateX(-50px);
    -webkit-animation: .4s ease-in-out 3.3s forwards intro-x-animation;
    animation: .4s ease-in-out 3.3s forwards intro-x-animation
}

*>.intro-x:nth-child(34) {
    z-index: 16;
    transform: translateX(50px);
    -webkit-animation: .4s ease-in-out 3.4s forwards intro-x-animation;
    animation: .4s ease-in-out 3.4s forwards intro-x-animation
}

*>.-intro-x:nth-child(34) {
    z-index: 16;
    transform: translateX(-50px);
    -webkit-animation: .4s ease-in-out 3.4s forwards intro-x-animation;
    animation: .4s ease-in-out 3.4s forwards intro-x-animation
}

*>.intro-x:nth-child(35) {
    z-index: 15;
    transform: translateX(50px);
    -webkit-animation: .4s ease-in-out 3.5s forwards intro-x-animation;
    animation: .4s ease-in-out 3.5s forwards intro-x-animation
}

*>.-intro-x:nth-child(35) {
    z-index: 15;
    transform: translateX(-50px);
    -webkit-animation: .4s ease-in-out 3.5s forwards intro-x-animation;
    animation: .4s ease-in-out 3.5s forwards intro-x-animation
}

*>.intro-x:nth-child(36) {
    z-index: 14;
    transform: translateX(50px);
    -webkit-animation: .4s ease-in-out 3.6s forwards intro-x-animation;
    animation: .4s ease-in-out 3.6s forwards intro-x-animation
}

*>.-intro-x:nth-child(36) {
    z-index: 14;
    transform: translateX(-50px);
    -webkit-animation: .4s ease-in-out 3.6s forwards intro-x-animation;
    animation: .4s ease-in-out 3.6s forwards intro-x-animation
}

*>.intro-x:nth-child(37) {
    z-index: 13;
    transform: translateX(50px);
    -webkit-animation: .4s ease-in-out 3.7s forwards intro-x-animation;
    animation: .4s ease-in-out 3.7s forwards intro-x-animation
}

*>.-intro-x:nth-child(37) {
    z-index: 13;
    transform: translateX(-50px);
    -webkit-animation: .4s ease-in-out 3.7s forwards intro-x-animation;
    animation: .4s ease-in-out 3.7s forwards intro-x-animation
}

*>.intro-x:nth-child(38) {
    z-index: 12;
    transform: translateX(50px);
    -webkit-animation: .4s ease-in-out 3.8s forwards intro-x-animation;
    animation: .4s ease-in-out 3.8s forwards intro-x-animation
}

*>.-intro-x:nth-child(38) {
    z-index: 12;
    transform: translateX(-50px);
    -webkit-animation: .4s ease-in-out 3.8s forwards intro-x-animation;
    animation: .4s ease-in-out 3.8s forwards intro-x-animation
}

*>.intro-x:nth-child(39) {
    z-index: 11;
    transform: translateX(50px);
    -webkit-animation: .4s ease-in-out 3.9s forwards intro-x-animation;
    animation: .4s ease-in-out 3.9s forwards intro-x-animation
}

*>.-intro-x:nth-child(39) {
    z-index: 11;
    transform: translateX(-50px);
    -webkit-animation: .4s ease-in-out 3.9s forwards intro-x-animation;
    animation: .4s ease-in-out 3.9s forwards intro-x-animation
}

*>.intro-x:nth-child(40) {
    z-index: 10;
    transform: translateX(50px);
    -webkit-animation: .4s ease-in-out 4s forwards intro-x-animation;
    animation: .4s ease-in-out 4s forwards intro-x-animation
}

*>.-intro-x:nth-child(40) {
    z-index: 10;
    transform: translateX(-50px);
    -webkit-animation: .4s ease-in-out 4s forwards intro-x-animation;
    animation: .4s ease-in-out 4s forwards intro-x-animation
}

*>.intro-x:nth-child(41) {
    z-index: 9;
    transform: translateX(50px);
    -webkit-animation: .4s ease-in-out 4.1s forwards intro-x-animation;
    animation: .4s ease-in-out 4.1s forwards intro-x-animation
}

*>.-intro-x:nth-child(41) {
    z-index: 9;
    transform: translateX(-50px);
    -webkit-animation: .4s ease-in-out 4.1s forwards intro-x-animation;
    animation: .4s ease-in-out 4.1s forwards intro-x-animation
}

*>.intro-x:nth-child(42) {
    z-index: 8;
    transform: translateX(50px);
    -webkit-animation: .4s ease-in-out 4.2s forwards intro-x-animation;
    animation: .4s ease-in-out 4.2s forwards intro-x-animation
}

*>.-intro-x:nth-child(42) {
    z-index: 8;
    transform: translateX(-50px);
    -webkit-animation: .4s ease-in-out 4.2s forwards intro-x-animation;
    animation: .4s ease-in-out 4.2s forwards intro-x-animation
}

*>.intro-x:nth-child(43) {
    z-index: 7;
    transform: translateX(50px);
    -webkit-animation: .4s ease-in-out 4.3s forwards intro-x-animation;
    animation: .4s ease-in-out 4.3s forwards intro-x-animation
}

*>.-intro-x:nth-child(43) {
    z-index: 7;
    transform: translateX(-50px);
    -webkit-animation: .4s ease-in-out 4.3s forwards intro-x-animation;
    animation: .4s ease-in-out 4.3s forwards intro-x-animation
}

*>.intro-x:nth-child(44) {
    z-index: 6;
    transform: translateX(50px);
    -webkit-animation: .4s ease-in-out 4.4s forwards intro-x-animation;
    animation: .4s ease-in-out 4.4s forwards intro-x-animation
}

*>.-intro-x:nth-child(44) {
    z-index: 6;
    transform: translateX(-50px);
    -webkit-animation: .4s ease-in-out 4.4s forwards intro-x-animation;
    animation: .4s ease-in-out 4.4s forwards intro-x-animation
}

*>.intro-x:nth-child(45) {
    z-index: 5;
    transform: translateX(50px);
    -webkit-animation: .4s ease-in-out 4.5s forwards intro-x-animation;
    animation: .4s ease-in-out 4.5s forwards intro-x-animation
}

*>.-intro-x:nth-child(45) {
    z-index: 5;
    transform: translateX(-50px);
    -webkit-animation: .4s ease-in-out 4.5s forwards intro-x-animation;
    animation: .4s ease-in-out 4.5s forwards intro-x-animation
}

*>.intro-x:nth-child(46) {
    z-index: 4;
    transform: translateX(50px);
    -webkit-animation: .4s ease-in-out 4.6s forwards intro-x-animation;
    animation: .4s ease-in-out 4.6s forwards intro-x-animation
}

*>.-intro-x:nth-child(46) {
    z-index: 4;
    transform: translateX(-50px);
    -webkit-animation: .4s ease-in-out 4.6s forwards intro-x-animation;
    animation: .4s ease-in-out 4.6s forwards intro-x-animation
}

*>.intro-x:nth-child(47) {
    z-index: 3;
    transform: translateX(50px);
    -webkit-animation: .4s ease-in-out 4.7s forwards intro-x-animation;
    animation: .4s ease-in-out 4.7s forwards intro-x-animation
}

*>.-intro-x:nth-child(47) {
    z-index: 3;
    transform: translateX(-50px);
    -webkit-animation: .4s ease-in-out 4.7s forwards intro-x-animation;
    animation: .4s ease-in-out 4.7s forwards intro-x-animation
}

*>.intro-x:nth-child(48) {
    z-index: 2;
    transform: translateX(50px);
    -webkit-animation: .4s ease-in-out 4.8s forwards intro-x-animation;
    animation: .4s ease-in-out 4.8s forwards intro-x-animation
}

*>.-intro-x:nth-child(48) {
    z-index: 2;
    transform: translateX(-50px);
    -webkit-animation: .4s ease-in-out 4.8s forwards intro-x-animation;
    animation: .4s ease-in-out 4.8s forwards intro-x-animation
}

*>.intro-x:nth-child(49) {
    z-index: 1;
    transform: translateX(50px);
    -webkit-animation: .4s ease-in-out 4.9s forwards intro-x-animation;
    animation: .4s ease-in-out 4.9s forwards intro-x-animation
}

*>.-intro-x:nth-child(49) {
    z-index: 1;
    transform: translateX(-50px);
    -webkit-animation: .4s ease-in-out 4.9s forwards intro-x-animation;
    animation: .4s ease-in-out 4.9s forwards intro-x-animation
}

*>.intro-x:nth-child(50) {
    z-index: 0;
    transform: translateX(50px);
    -webkit-animation: .4s ease-in-out 5s forwards intro-x-animation;
    animation: .4s ease-in-out 5s forwards intro-x-animation
}

*>.-intro-x:nth-child(50) {
    z-index: 0;
    transform: translateX(-50px);
    -webkit-animation: .4s ease-in-out 5s forwards intro-x-animation;
    animation: .4s ease-in-out 5s forwards intro-x-animation
}

@-webkit-keyframes intro-x-animation {
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes intro-x-animation {
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@-webkit-keyframes intro-y-animation {
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes intro-y-animation {
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

input {
    border-radius: 5px !important;
    background-color: #fff !important
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
textarea.form-control {
    border-radius: 0;
    transition: .3s;
    box-shadow: none;
    -webkit-appearance: none;
    background-color: rgba(0, 0, 0, .03);
    border: 0 solid transparent;
    color: rgba(0, 0, 0, .6);
    outline: 0 !important;
    padding: .75rem;
    width: 100%;
    height: inherit;
    font-size: .875rem
}

input[type=date]:active,
input[type=date]:focus,
input[type=email]:active,
input[type=email]:focus,
input[type=number]:active,
input[type=number]:focus,
input[type=password]:active,
input[type=password]:focus,
input[type=search]:active,
input[type=search]:focus,
input[type=tel]:active,
input[type=tel]:focus,
input[type=text]:active,
input[type=text]:focus,
input[type=time]:active,
input[type=time]:focus,
textarea.form-control:active,
textarea.form-control:focus {
    box-shadow: none;
    background-color: rgba(0, 0, 0, .06);
    border-color: #fff
}

input[type=date]:hover,
input[type=email]:hover,
input[type=number]:hover,
input[type=password]:hover,
input[type=search]:hover,
input[type=tel]:hover,
input[type=text]:hover,
input[type=time]:hover,
textarea.form-control:hover {
    box-shadow: none;
    background-color: rgba(0, 0, 0, .06)
}

form.has-background {
    border-radius: .3125rem;
    background-color: rgba(0, 0, 0, .3);
    padding: 1.25rem
}

form.submitted .status {
    transform: scale(1)
}

form.submitted .form-group,
form.submitted .input-group {
    pointer-events: none
}

form .status {
    transform: scale(.1);
    transition: .4s;
    top: -1.25rem;
    right: -1.25rem;
    position: absolute
}

form .status .status-icon {
    border-radius: 50%;
    transition: .4s;
    width: 2.5rem;
    height: 2.5rem;
    background-color: grey;
    color: #fff;
    text-align: center;
    line-height: 2.5rem
}

form .status .status-icon.valid {
    background-color: #50aa8d
}

form .status .status-icon.invalid {
    background-color: #e45544
}

form .status i {
    font-size: 1.125rem
}

.form ::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .3)
}

.form :-moz-placeholder {
    color: rgba(0, 0, 0, .3)
}

.form ::-moz-placeholder {
    color: rgba(0, 0, 0, .3)
}

.form :-ms-input-placeholder {
    color: rgba(0, 0, 0, .3)
}

.login .login__input {
    min-width: 350px;
    box-shadow: 0 3px 5px #00000007
}

.border-gray-300 {
    --border-opacity: 1;
    border: solid #e2e8f0;
    border-color: rgba(226, 232, 240, var(--border-opacity))
}

.input:not(textarea).input--lg {
    padding: .75rem 1rem
}

.button:focus,
.input:focus {
    outline: transparent solid 2px;
    outline-offset: 2px;
    box-shadow: 0 0 0 3px rgba(66, 153, 225, .5)
}

.button {
    padding: .5rem .75rem;
    border-radius: .375rem;
    font-weight: 500;
    cursor: pointer
}

.button:not(button) {
    text-align: center
}

.button.button--sm {
    padding: .25rem .5rem
}

.button.button--lg {
    padding: .75rem 1rem
}

.login_bg {
    background-color: #1c3faa
}

[multiple],
[type=date],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
input:where(:not([type])),
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    border-radius: 0;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0
}

form input {
    border: 1px solid #6b7280 !important
}

.login__input-error {
    color: red
}