/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

#login-page .title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 64px;
}

#login-page {
    min-height: calc(100vh - 144px);
    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;
}

#login-page form label,
#resetpass-page form label,
#forgotpass-page form label {
    display: block;
    font-size: 16px;
    margin-bottom: 4px;
    font-family: "Atiga";
    position: static;
    -webkit-transform: inherit;
        -ms-transform: inherit;
            transform: inherit;
}

#login-page form input {
    height: 35px;
    width: 100%;
    font-size: 12px;
    border: solid 1px #000000;
}

#login-page form .input {
    position: relative;
    z-index: 1;
    margin-bottom: 14px;
}

#login-page form .input .show {
    position: absolute;
    bottom: 9.5px;
    right: 11.5px;
    font-size: 10px;
    font-family: "Trispace";
    font-weight: 400;
    color: #000000;
}

#login-page .forget-password {
    font-size: 10px;
    font-family: "Trispace";
    text-decoration: none;
    color: #707070;
    display: inline-block;
    margin-bottom: 33px;
    margin-top: 8px;
}

#login-page .btn-all {
    width: 100%;
    text-decoration: none;
    border: solid thin #000;
    text-align: center;
    height: 36px;
    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;
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 0;
}

#login-page .btn-all.login {
    background: #000000;
    color: #fff;
    margin-bottom: 11px;
}

#login-page .btn-all.register {
    color: #000000;
}

#login-page form .input.input-2 {
    margin-bottom: 0;
}

#forgotpass-page,
#resetpass-success-page,
#resetpass-page {
    padding-top: 217px;
}

#forgotpass-page form,
#resetpass-success-page .form,
#resetpass-page form {
    max-width: 454px;
    margin-left: auto;
    margin-right: auto;
}

#resetpass-success-page .btn-all.goto {
    margin-bottom: 12px;
    margin-top: 0;
}

#resetpass-success-page .btn-all.homepage {
    margin-top: 0;
    background-color: #000000;
    color: #fff;
    margin-bottom: 0;
}

@media (min-width: 1025px) {
    #login-page form {
        max-width: 454px;
        margin-left: auto;
        margin-right: auto;
        padding: 0;
        border: transparent;
        border-radius: 0;
        margin: auto;
    }
}