@charset "utf-8";
/* CSS Document */

#login {
    overflow-x: hidden;
    width: 100%;
    width: 100vw;
    position: relative;
}

.forgot-password {
    text-align: center;
    display: block;
    margin: 0 auto
}

.submit-button {
    font-size: 1.8rem !important;
}

.shadow_none {
    box-shadow: none !important;
}

#login #RePassword input {
    border-radius: 3px;
    border: #ddd 1px solid;
    width: 100%;
    padding: .5rem;
}

#login #RePassword #submit {
    min-width: 200px;
    width: 100%;
    display: block;
    margin: 0 auto;
}

.help-block li {
    color: #cc0000;
    font-size: 1.25rem;
    display: block;
    padding-top: .3rem;
    margin: 0;
}

#login a {
    cursor: pointer;
}

#login {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

#login #term-body {
    box-sizing: border-box;
    border: #ddd 1px solid;
    padding: 5px;
    display: block;
    width: 100%;
    height: 200px;
    overflow-y: scroll;
}

#login #term-body h3 {
    font-size: 1.3rem;
    font-weight: 600;
    padding: 1.5rem 0 1rem 0;
}

#login #term-body p, #login #term-body ul, #login #term-body li {
    margin-bottom: 0 !important;
    padding: 0;
    list-style: none;
    font-size: 1.1rem;
}

#login #term-body .section {
    font-weight: 600;
    margin-bottom: .5rem !important;
    display: block;
}

#login #term-body .block {
    margin-bottom: 1rem !important;
}

#login #term-body .block ul {
    margin-left: 1rem;
}

#login #term-body .block ul li span {
    font-weight: 600;
    margin-right: .5rem;
}

#login #term-body .block ul li {
    margin-bottom: .6rem !important;
}

#login #term-body .block ul li:last-child {
    margin-bottom: 0 !important;
}

#login #term-body .policy_block {
    display: block;
    padding: .5rem 0 0 0 !important;
}

#login #term-body .policy_block p, #login #term-body .policy_block ul {
    margin-bottom: 1rem !important;
}

#login #term-footer {
    border-top: #ddd 1px solid;
    padding-top: 20px;
}

#login #term-footer.form-group {
    margin-bottom: 0;
}

#login #term-footer .table {
    width: 100%;
    display: table;
}

#login #term-footer .table .left, #login #term-footer .table .right {
    display: table-cell;
    vertical-align: top;
}

#login #term-footer .table .right p {
    padding-left: 10px;
    font-size: .95rem;
}

@media (max-width: 768px) {
    #login .logo svg {
        width: 80px;
        height: auto;
    }

    #login .logo, #login .logo .mb-8 {
        margin-bottom: 1rem !important;
        font-size: 0 !important;
        height: 90px !important;
    }

    #login .intro .title {
        font-size: 2rem;
        font-weight: 600;
    }

    #login .intro .py-16, #login .intro .px-12 {
        padding-top: 1rem !important;
    }

    #login .intro .py-16 {
        padding-bottom: 1rem !important;
    }

    #login .register.flex-sm-row {
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    #createaccount_disp {
        min-width: 100vw !important;
        width: 100vw !important;
        z-index: 10;
        transition: .5s;
    }

    #createaccount_disp.signup_on {
        top: 0;
        transition: 1s;
    }
}

.login_infomation {
    display: block;
    padding-top: 15px;
}

.login_infomation h3 {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 2rem;
    display: block;
}

.login_infomation span {
    font-weight: 600;
}

.login_infomation p {
    line-height: 2
}

#login .alert {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: -100px;
    z-index: 9999;
    margin-bottom: 0;
    animation: alert .5s ease-in-out .5s forwards;
}

@keyframes alert {
    from {
        bottom: -100px;
    }
    to {
        bottom: 0
    }
}
