@import url(./layui.css);
@import url(./public.css);
@import url(./loading.css);

.page--wrap {
    width: 100vw;
    height: 100vh;
    background: #142257;
    background-image: url("../img/login/bg-img.png");
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    /*justify-content: center;*/
}
.page-header{
    color:#fff;
}

.page-header .navigator-container {
    display: flex;
    height: 80px;
    align-items: center;
    justify-content: space-between;
}
.page-header .back-to-home img {
    height: 64px;
}
.page-header .cut-login-type a {
    color:#fff;
    font-size: 24px;
}
.login-container {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.login-container .login-body {
    width: 531.04px;
}

.title {
    font-weight: 400;
    font-size: 40px;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.title .tips{
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.form--wrap {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.form-item {
    display: flex;
    align-items: flex-end;
    color: #fff;
    width: 531.04px;
    gap: 32px
}

.form-item input {
    flex: 1;
    padding: 10px 0;
    background: unset;
    border-width: 0 0 2px 0;
    border-style: solid;
    border-color: #fff;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.form-item input,
.form-item input::placeholder {
    color: #fff;
}

.form-item img {
    height: 56px;
}

.submit-btn,
.get-code-btn {
    height: 50px;
    background: #15B2F5;
    border-radius: 0px 0px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #FFFFFF;
    font-style: normal;
    text-transform: none;
    cursor: pointer;

}

.get-code-btn {
    padding: 0 24px;
}

.submit-btn {
    margin-top: 32px;
    width: 531.04px;
    font-size: 16px;
}

.get-code-btn.disabled, .submit-btn.disabled {
    pointer-events: none;
    background-color: #ccc;
}

.option {
    margin-top: 16px;
    display: flex;
    justify-content: space-between;
}

.option a {
    color: #fff;
    font-size: 16px;
}

.option .left {
    display: flex;
    flex-direction: column;
}
