body {
    height: auto;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    color: rgb(255, 186, 63);
    background-color: transparent;
}

a:hover {
    color: rgb(255, 186, 63);
    text-decoration: underline;
}

.register-form_description {
    font-size: 1.5rem;
    color: rgb(255, 186, 63);
    text-align: center;
}

.formLogin-form-submit {
    text-align: center;
}

.formLogin-form-submit .formLogin-form-btn {
    font-family: inherit;
    width: 298px;
    height: 44px;
    max-width: 210px;
    border: 1px solid rgb(255, 186, 63);
    text-align: center;
    text-transform: uppercase;
    font-size: 1.25rem;
    color: rgb(255, 186, 63);
    display: inline-block;
    margin-bottom: 0px;
    font-weight: 400;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background: 0px 0px;
    white-space: nowrap;
    user-select: none;
}

.formLogin-form-submit .formLogin-form-btn {
    background-image: linear-gradient(to right, #fa280f, #ffba3f);
    color: #fff;
    border-radius: 20px;
    min-width: 120px;
    width: auto;
}

.formLogin-form-btn:hover {
    background-color: rgb(255, 186, 63);
    color: rgb(255, 255, 255);
}

.formLogin-form {}

.formLogin-form_forget {
    width: 100%;
    text-align: center;
    padding: 15px;
    font-size: 1.25rem;
}

.formLogin_h3 {
    font-size: 1.7rem;
    text-transform: uppercase;
    font-weight: 400;
}

.formLogin_line {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 0.5px;
    background-color: black;
    top: calc(50% - 0.5px);
    display: block;
    height: 0.5px;
}

.formLogin__Title {
    position: relative;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 1.2;
    display: inline-block;
    text-transform: uppercase;
    z-index: 2;
    background-color: rgb(255, 255, 255);
}

.formLogin-right_info {
    padding-bottom: 20px;
    text-align: center;
}

.formLogin-form-create {
    text-align: center;
    padding-bottom: 20px;
}

.formLogin-form-btn {
    font-family: inherit;
    width: 298px;
    height: 44px;
    max-width: 210px;
    border: 1px solid rgb(255, 186, 63);
    text-align: center;
    text-transform: uppercase;
    font-size: 1.25rem;
    color: rgb(255, 186, 63);
    display: inline-block;
    margin-bottom: 0px;
    font-weight: 400;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background: 0px 0px;
    white-space: nowrap;
    user-select: none;
}

.formLogin-form-btn {
    background-image: linear-gradient(to right, #fa280f, #ffba3f);
    color: #fff;
    border-radius: 20px;
    min-width: 120px;
    width: auto;
}

.formLogin-err {
    margin-top: 20px;
    color: red;
    text-align: center;
}

.login-register{
    position: relative;
    margin: 60px auto;
}

.login-register-tab li.on {
    border-top: 3px solid #fc561e;
    border-bottom: 1px solid #fff;
    color: #706e6c;
    background-color: #fff;
}

.login-register-tab li {
    display: inline-block;
    width: 50%;
    border: 1px solid #eee;
    border-top: 3px solid #eee;
    margin: 0 -4px -1px 0;
    text-align: center;
    cursor: pointer;
    font-size: 15px;
    line-height: 40px;
    color: #d2d2d2;
    background-color: #fafafa;
}

.tab-area {
    border: 1px solid #ededed;
    font-size: 14px;
    text-align: center;
}

.tab-area table {
    width: 100%;
}

.tab-area table td {
    padding: 20px 0;
}

.tab-area .tab-area {
    
}

.login-area td.tab-area {
    height: 310px;
}

.login-area .tab-area-container {
    
}

#loginForm_sms{
    display: none;
}

@media (min-width: 580px) {
    .formLogin_h3 {
        font-size: 2.1rem;
    }
}

.formLogin_h3 {
    margin: 0px 0px 22px;
    padding: 0px;
    text-align: center;
    position: relative;
    font-size: 1.7rem;
}

@media (min-width: 760px) {
    .formLogin_h3 {
        font-size: 2.1rem;
    }

    .formLogin__Title {
        padding-left: 38px;
        padding-right: 38px;
    }
}

.formLogin_h3 {
    margin-bottom: 0px;
    margin-top: 1em;
}

@media (min-width: 1100px) {
    #page {
        margin-top: 82px;
        min-height: calc(100vh - 204px);
    }
}