@import "style.css";

.section #title {
    margin: 25px;
}

.dialog #error {
    margin: 90.4px 0 30.4px 0;
    display: block;
    /* display: none; 打開即顯示錯誤提示文字 */
}

.dialog #fail {
    width: 232px;
    color: #e84885;
    font-size: 2.1em;
    height: 72px;
    text-align: center;
    margin: 0 auto 50px auto;
    position: absolute;
    bottom: -12px;
    left: calc(50% + 135px);
}

.dialog #fb-already, .dialog #next, #line-link {
    margin: 170px auto 50px auto;
    display: table;
}

.dialog .content-title {
    color: var(--main-color);
    font-size: 36pt;
}

.dialog p {
    margin: 0px 0px 0px 70px;
    font-size: 24pt;
}

.fb-signin {
    width: calc(100% - 300px);
    background-color: #3b5998;
    color: var(--main-white);
    font-size: 2.5em;
    font-weight: 200;
    margin: 30px 150px 80px;
    padding: 5px;
    text-align: center;
}

.phone {
    width: calc(100% - 140px);
    height: 130px;
    font-weight: 200;
    margin: 0 70px 80px 70px;
}

.phone p {
    font-size: var(--main-content-size);
}

.phone form {
    margin-top: 10px;
    display: inline-flex;
}

.phone input {
    border: none;
    border-bottom: 2px solid;
    font-size: var(--main-content-size);
}

.phone input:focus {
    outline: none;
}

.phone input::placeholder {
    color: var(--main-grey);
}

.reg_phone {
    width: calc(100% - 140px);
    font-weight: 200;
    margin: 0 70px 40px;
}

.reg_phone input {
    width: 80%;
    border: none;
    border-bottom: 2px solid;
    font-size: var(--main-content-size);
}

.reg_phone input:focus {
    outline: none;
}

.reg_phone input::placeholder {
    color: var(--main-grey);
}

.reg_password {
    width: calc(100% - 140px);
    font-weight: 200;
    margin: 0 70px 40px;
}

.reg_password input {
    width: 80%;
    border: none;
    border-bottom: 2px solid;
    font-size: var(--main-content-size);
}

.reg_password input:focus {
    outline: none;
}

.reg_password input::placeholder {
    color: var(--main-grey);
}

#input-2 {
    width: 73%;
    margin-left: 2%;
}


.loading-step {
    width: calc(100% - 140px);
    height: auto;
    margin: 0 auto;
    position: relative;
}

.loading-step p {
    font-size: 2.1em;
    width: 33%;
    position: absolute;
    top: 50px;
}

#step-1 {
    text-align: left;
    left: 0;
}

#step-2 {
    text-align: center;
    left: 25%;
}

#step-3 {
    text-align: right;
    right: 0;
}

.loading-bar {
    width: 100%;
    height: 30px;
    border: 1px solid var(--main-color);
}

.loading {
    height: 100%;
    background-color: var(--main-color);
}

.reminder {
    margin-top: 35px;
    margin-bottom: 120px;
    line-height: 1.8;
}

.reminder p {
    font-size: var(--main-content-size);
    margin: 20PX 60px 0 60px;
}

.reminder a {
    color: var(--main-color);
}


.code {
    width: auto;
    height: 170px;
    font-weight: 200;
    margin: 0 70px 40px 70px;
}

.code p {
    font-size: var(--main-content-size);
    margin: 0 auto 0 auto;
}

.code form {
    margin-top: 10px;
    display: inline-flex;
}

.code input {
    border: none;
    border-bottom: 2px solid;
    font-size: 4.5em;
    text-align: center;
}

.code input:focus {
    outline: none;
}

.code input::placeholder {
    color: var(--main-grey);
}

#input-code-1 {
    width: 22.75%;
    margin-right: 3%;
}

#input-code-2 {
    width: 22.75%;
    margin-right: 3%;
}

#input-code-3 {
    width: 22.75%;
    margin-right: 3%;
}

#input-code-4 {
    width: 22.75%;
}

.section .alert {
    width: calc(100% - 120px);
    font-size: var(--main-content-size);
    color: var(--main-white);
    background-color: var(--main-black);
    text-align: center;
    margin: 30px auto 0 auto;
    padding: 5px 0;
}

.section .teach {
    width: calc(100% - 380px);
    font-size: var(--main-content-size);
    text-align: left;
    margin: 20px auto;
}

.section .teach img {
    width: 100%;
    margin: 30px 0 0 0;
}

.section .teach #step {
    width: 130px;
    color: var(--main-white);
    text-align: center;
    background-color: var(--main-color);
    margin: 20px 0 0 0;
    font-size: inherit;
}

.section #two-step {
    font-size: var(--main-content-size);
    margin: 20px 50px auto 50px;
    display: inline-block;
}

#link {
    font-size: 1.31em;
    height: 72px;
    text-align: center;
    background-color: var(--main-color);
    padding: 0 15px;
    margin: 30px auto 40px auto;
    display: table;
}

.member-gray-link {
    font-size: 2.1em;
    color: var(--main-grey);
    text-align: center;
    margin-bottom: 30px;
}

.member-gray-link a {
    color: var(--main-grey);
    text-decoration: underline;
}
