.header-nav-item.pendaftaran {
    display: none !important;
}

.header-nav-item.jurnal {
    display: none !important;
}

.login-container {
    position: relative;
    display: block;
    width: 100%;
    height: 100vh;
    /* background: url('../../img/design/login/background-image.jpg') no-repeat; */
    background: url('../../img/design/error/404.jpg') no-repeat;
    background-position: 50% !important;
    background-size: cover !important;
}

.login-content {
    position: relative;
    display: block;
    width: calc(100% - 40px);
    max-width: 385px;
    margin: 0px auto;
    text-align: center;
}

.login-logo {
    position: relative;
    display: block;
    width: 248px;
    margin: 0px auto 20px;
}

.login-quote {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 20px;
    margin: 0px auto 30px;
    font-style: italic;
    letter-spacing: 0.3px;
}

.login-quote span {
    position: relative;
    display: block;
    font-weight: bold;
    margin-bottom: 12px;
    font-style: normal;
}

.validation-item {
    position: relative;
    display: block;
    color: red;
    /* font-size: 12px; */
    margin-bottom: 5px;
}

.validation-item:last-child {
    margin-bottom: 20px;
}

.success-item {
    position: relative;
    display: block;
    color: green;
    font-size: 12px;
    margin-bottom: 10px;
}

.success-item:last-child {
    margin-bottom: 20px;
}

.login-input-group {
    position: relative;
    display: block;
    margin: 0px auto 15px;
}

.login-input-group.last {
    margin-bottom: 40px;
}

.login-input-text {
    position: relative;
    display: block;
    width: 100%;
    max-width: 335px;
    height: 50px;
    text-align: center;
    border-radius: 25px;
    padding: 0px 15px;
    border: 0px;
    margin: 0px auto;
}

.login-submit {
    position: relative;
    display: block;
    width: 100%;
    max-width: 200px;
    height: 50px;
    margin: 0px auto 35px;
    border-radius: 25px;
    border: 0px;
    font-weight: bold;
    background-image: linear-gradient(to right, #8d87ef, #17a5d4, #2fe09c);
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.3px;

    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -ms-transition: background 0.5s;
    transition: background 0.5s;
}

.login-submit:hover {
    background-image: linear-gradient(to left, #8d87ef, #17a5d4, #2fe09c);

    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -ms-transition: background 0.5s;
    transition: background 0.5s;
}

.login-forgot {
    position: relative;
    display: block;
    font-size: 14px;
    text-align: center;
    padding-top: 20px;
    /* left: 0px; */
    /* bottom: 0px; */
}

.login-forgot-arrow {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 15px;

    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

/* Desktops and laptops */
@media screen and (max-width : 1366px) {
    .login-container {
        font-size: 14px;
    }

    .login-logo {
        width: 200px;
    }

    .login-quote {
        font-size: 14px;
    }

    .login-quote span {
        margin-bottom: 10px;
    }
}

@media screen and (max-width : 1024px) {
}

@media screen and (max-width : 768px) {
}

@media screen and (max-width : 500px) {
}
