/*樣式配置*/

/* login Page Input frame */
.a8-cdn .loginInput .ivu-input-wrapper .ivu-input {
    border: none;
    padding: 0 15px;
    height: 40px;
    font-size: 15px;
    border-radius: 20px;
}

/* login Page Btn */
.a8-cdn .loginBtn {
    border-radius: 20px;
    height: 40px;
    border: none;
    color: #fe5000;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    margin-top: 22px;
}

/* login Page Input frame */
.red .loginInput .ivu-input-wrapper .ivu-input {
    border: none;
    padding: 0 15px;
    height: 40px;
    font-size: 16px;
    border-radius: 4px;
}

/* login Page Btn */
.red .loginBtn {
    border-radius: 4px;
    height: 40px;
    border: none;
    background-color: #b81428;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    margin-top: 22px;
    color: #fff;
}
.red .loginPageContentStyle {
    background-color: #fff !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.red .loginCard {
    margin-top: 50vh;
    width: 300px;
    background: transparent;
    border: none;
    text-align: center;
}
.red .loginCard img {
    width: 100%;
}
.red .headerLogo {
    width: 175x;
    position: relative;
    top: 5px;
    left: calc(175px / 9);
}
