footer {
    display: none;
}

.nk-header a, .nk-header .nk-nav-logo span {
    color: #333 !important;
}

@-webkit-keyframes btn {
    0%, 100% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    70% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    80% {
        -moz-transform: scale(1.04);
        -ms-transform: scale(1.04);
        -webkit-transform: scale(1.04);
        transform: scale(1.04);
    }
    90% {
        -moz-transform: scale(0.96);
        -ms-transform: scale(0.96);
        -webkit-transform: scale(0.96);
        transform: scale(0.96);
    }
}

@-moz-keyframes btn {
    0%, 100% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    70% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    80% {
        -moz-transform: scale(1.04);
        -ms-transform: scale(1.04);
        -webkit-transform: scale(1.04);
        transform: scale(1.04);
    }
    90% {
        -moz-transform: scale(0.96);
        -ms-transform: scale(0.96);
        -webkit-transform: scale(0.96);
        transform: scale(0.96);
    }
}

@keyframes;
@-webkit-keyframes fish {
    0%, 70% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fish {
    0%, 70% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.nk-main, body {
    background-image: url(/assets_web/images/home-7.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.fish, .fish-shadow {
    width: 640px;
    height: auto;
    position: absolute;
    top: -145px;
    left: -177px;
    -moz-animation: fish 3s forwards ease-in-out;
    -webkit-animation: fish 3s forwards ease-in-out;
    animation: fish 3s forwards ease-in-out;
}

.fish path, .fish-shadow path {
    fill: #fff;
}

.fish path:hover, .fish-shadow path:hover {
    fill: #ff6100;
}

.fish .line, .fish-shadow .line {
    fill: none;
}

.fish-shadow-con {
    opacity: 0.2;
    filter: blur(10px);
    position: absolute;
    top: 0;
    left: 0;
}

.fish-shadow {
    top: -125px;
    left: -157px;
}

.fish-shadow path {
    fill: #211922;
}

.fish-shadow path:hover {
    fill: #211922;
}

.fish-shadow {
    -webkit-filter: url("#goo");
    filter: url(#goo);
    top: -125px;
    left: -157px;
    opacity: 0.4;
}

.login_body {
    position: relative;
    background-color: #f2f4f5;
    border-radius: 6px;
    margin: 180px auto;
    padding: 25px 20px 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    width: 320px;
    box-sizing: border-box;
}

.login_body:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 60%;
    background-color: #f2f4f5;
    border-radius: 10px;
    z-index: 2;
}

.card {
    position: relative;
    z-index: 2;
}

.card_title {
    font-size: 24px;
    margin: 0;
}

.card_title-info {
    font-size: 14px;
    margin: 7px 0 10px;
}

.card_button {
    cursor: pointer;
    border-radius: 4px;
    border: none;
    outline: none;
    width: 100%;
    padding: 0 15px;
    font-size: 18px;
    line-height: 36px;
    font-weight: 500;
    margin: 25px 0 10px;
    color: #fff;
    background: linear-gradient(#969ea9, #373b40);
    box-shadow: 0 2px 12px -3px #595f6a;
    -moz-animation: btn 6s 3s infinite ease-in-out;
    -webkit-animation: btn 6s 3s infinite ease-in-out;
    animation: btn 6s 3s infinite ease-in-out;
    opacity: 0.9;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.card_button:hover {
    opacity: 1;
    box-shadow: 0 2px 2px -3px #595f6a;
}

.card_info {
    font-size: 14px;
}

.input {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
    padding-top: 10px;
}

.input + .input {
    margin-top: 10px;
}

.input_label {
    color: #8597a3;
    position: absolute;
    top: 20px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.card_form {
    margin-top: 50px;
}

.input_field {
    border: 0;
    padding: 0;
    z-index: 1;
    background-color: transparent;
    border-bottom: 2px solid #e7ebf0;
    font: inherit;
    font-size: 14px;
    line-height: 44px;
}

.input_field:focus, .input_field:valid {
    outline: 0;
    border-bottom-color: #665856;
}

.input_field:focus + .input_label, .input_field:valid + .input_label {
    color: #665856;
    -moz-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
}

.input_eye {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 36px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.input_eye svg {
    width: 24px;
    height: auto;
    stroke: #8597a3;
}

.link {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 3;
}

.rabbit {
    width: 50px;
    height: 50px;
    fill: #fff;
}
