small,
.small {
    font-size: .825em;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: .25rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

@media (min-width: 576px) {
    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important
    }
}

.text-center {
    text-align: center !important;
}

.align-items-center {
    align-items: center !important
}

.form-group {
    margin-bottom: 1rem;
}

.text-muted {
    color: #9aa0a6 !important;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

#modal-login {
    font-weight: 400;
    font-family: "Poppins", sans-serif;
}

#modal-login a {
    color: #07780b;
}

#modal-login p {
    margin-top: 0;
    margin-bottom: 13px;
    font-size: 0.95em;
    font-weight: 300;
    line-height: 26px;
}

#modal-login form label {
    text-transform: none;
    margin-bottom: 0.5rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: #2e2e2e;
    display: block;
}

#modal-login .h3 {
    font-size: 1.78571429em;
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: 500;
}

#modal-login .btn {
    appearance: button;
    cursor: pointer;
    display: block;
    margin-bottom: 6px;
    padding: 12px 18px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    font-family: inherit;
    letter-spacing: .5px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 14px;
    background-color: #07780b;
    width: 100%;
    height: auto;
    border: 1px solid #07780b;
    border-radius: 0.42rem;
    outline: none;
    position: relative;
    transition: all 0.3s;
}

#modal-login .btn:hover {
    background-color: #333322;
    border-color: #333322;
    color: #fff;
}

#modal-login .card {
    position: relative;
    margin-bottom: 2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    box-shadow: 0 0 1.25rem rgba(31, 45, 61, 0.05);
}

#modal-login .card .mt-4 small:last-of-type {
    display: flex;
    justify-content: center;
}

@media (min-width: 576px) {
    #modal-login .px-sm-5 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
}

header .logined {
    display: none;
}

html.logined header .logined {
    display: inherit;
}

html.logined header .login {
    display: none;
}

html .login_fail {
    display: none;
}

html.login_fail .login_fail {
    display: inherit;
}

html.login_fail .login_fail small {
    color: red;
}

html.login_fail .login_success {
    display: none;
}