* {
    padding: 0;
    margin: 0;
    background: #FFFFFF;
}

body {
    padding-bottom: 2rem;
}

button {
    border: none;
}


.container-content {
    width: calc(100% - 4.8rem * 2);
    margin: 0 4.8rem;
}

.container-img-logo {
    display: block;
    width: 8rem;
    height: 8rem;
    margin: 7.6rem calc((100% - 8rem) / 2) 1rem;
    background: url("/static/lo_wave.png") no-repeat;
    background-size: 100% 100%;
}

.container-app-title {
    font-weight: 900;
    font-size: 2rem;
    color: #000000;
    line-height: 2.4rem;
    text-align: center;
    font-style: normal;
}

.container-content-notic {
    font-weight: 600;
    font-size: 1.5rem;
    color: #000000;
    line-height: 1.8rem;
    text-align: center;
    font-style: normal;
    margin: 2.2rem 0 2.5rem;
}

.container-view {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
}

.container-view-form-item {
    background: #FFFFFF;
    border-radius: 0;
    border-bottom: 1px solid #00D8C9;
    width: calc(100% - 1.5rem * 2);
    padding: 0 1.5rem;
    margin: 0 0 3rem;
    display: flex;
    align-items: center;
    position: relative;
}

.container-view-form-item-blue {
    border-color: #00D8C9;
}

.container-view-form-item-input {
    height: 3.8rem;
    padding: 0;
    border: none;
    background: transparent;
    width: calc(100% - 2rem - 0.8rem);
    outline: none;
}

.container-view-form-item-user::after, .container-view-form-item-password::after {
    display: block;
    font-family: SFPro, SFPro;
    font-weight: normal;
    font-size: 1.2rem;
    color: #FF3E30;
    line-height: 1.4rem;
    text-align: left;
    font-style: normal;
    position: absolute;
    left: 0;
    bottom: -2rem;
}

.container-view-form-item-user::after {
    content: 'Invalid email format';
    margin-left: 1.5rem;
}

.container-view-form-item-password::after {
    content: 'Incorrect password';
    margin-left: 1.5rem;
}

.container-view-form-item-input-pwd {
    width: calc(100% - 2rem * 2 - 0.8rem * 2);
}

.container-view-form-item-error {
    border-color: #00D8C9;
}

.container-view-form-btn {
    width: 100%;
    height: 4rem;
    background: #00D8C9;
    border-radius: 0.8rem;
    opacity: 0.5;
    font-family: SFPro, SFPro;
    font-weight: normal;
    font-size: 1.5rem;
    color: #FFFFFF;
    line-height: 1.8rem;
    text-align: center;
    font-style: normal;
}

.container-view-form-btn-submit, .container-view-form-btn-google {
    background: #00D8C9;
    opacity: 1;
}

.container-view-form-btn-google {
    margin-top: 2rem;
    background: #FFFFFF;
    color: #333333;
    border: 1px solid #333333;
}


.container-view-tips {
    margin: 11.3rem 4.8rem 17.2rem;
    background: #FFFFFF;
    border-radius: 1.2rem;
    overflow: hidden;
}

.container-view-tips-title {
    padding-top: 1.5rem;
    margin: 0 1.5rem 0.5rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 1.7rem;
    color: #000000;
    line-height: 2.2rem;
    text-align: center;
    font-style: normal;
}

.container-view-tips-notic {
    margin: 0 0rem 2rem;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 1.3rem;
    color: #000000;
    line-height: 1.8rem;
    text-align: left;
    font-style: normal;
}

.container-view-tips-p {
    margin: 0 0rem 1.5rem;
    font-family: SFPro, SFPro;
    font-weight: 400;
    font-size: 1.2rem;
    color: #000000;
    line-height: 1.8rem;
    text-align: left;
    font-style: normal;
}

.container-success-p {
    font-family: SFPro, SFPro;
    font-weight: 600;
    font-size: 1.5rem;
    color: #000000;
    line-height: 1.8rem;
    text-align: center;
    font-style: normal;
    width: 100%;
    margin: 4rem 0 0;
}

.success-icon {
    display: block;
    width: 9rem;
    height: 9rem;
    background: url("/static/success.png") no-repeat;
    background-size: 100% 100%;
    margin: 6rem calc((100% - 9rem) / 2) 0;
}

.error-icon {
    display: block;
    width: 10.9rem;
    height: 9.5rem;
    background: url("/static/warning_icon.png") no-repeat;
    background-size: 100% 100%;
    margin: 6rem calc((100% - 10.9rem) / 2) 0;
}

.container-error-title {
    font-family: SFPro, SFPro;
    font-weight: 600;
    font-size: 1.5rem;
    color: #000000;
    line-height: 1.8rem;
    text-align: center;
    font-style: normal;
    margin: 4rem 0rem 0;
    width: 100%;
}

.container-error-notic {
    font-family: SFPro, SFPro;
    font-weight: 400;
    font-size: 1.2rem;
    color: #000000;
    line-height: 1.4rem;
    text-align: center;
    font-style: normal;
    margin: 3rem 8rem 0;
}

.container-error-btn {
    background: #00D8C9;
    border-radius: 0.8rem;
    height: 4rem;
    font-family: SFPro, SFPro;
    font-weight: 400;
    font-size: 1.5rem;
    color: #FFFFFF;
    line-height: 1.8rem;
    text-align: center;
    font-style: normal;
    width: calc(100% - 4.8rem * 2);
    margin: 7.3rem 4.8rem 0;
}

.next-btn {
    width: 100%;
    height: 4rem;
    background: #00D8C9;
    border-radius: 0.8rem;
    font-family: SFPro, SFPro;
    font-weight: 400;
    font-size: 1.5rem;
    color: #FFFFFF;
    line-height: 4rem;
    text-align: center;
    font-style: normal;
    margin-top: 2.4rem;
}