@charset "utf-8";
body,html {
    padding: 0;
    min-height: 28.625rem;
}
.login-wrapper {
    width: 100%;
    min-height: 28.625rem;
}
.login-title {
    font-size: 0.8rem;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    background-image: linear-gradient(0deg,#FFEAD3 0%,#ffffff 78%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color:transparent;
    padding-top: 3.35rem;
    margin-right: 0.75rem;
    line-height: 1;
}
.login-text {
    font-size: 0.6rem;
    color: #ffffff;
    text-align: center;
    line-height: 1;
    margin-top: 0.75rem;
    margin-right: 0.75rem;
}
.login-text .dot {
    width: 0.25rem;
    height: 0.25rem;
    border-radius: 50%;
    background: #ffffff;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.5rem;
}
.login-center {
    width: 11.275rem;
    background: #ffffff;
    border-radius: 0.25rem;
    padding: 1.25rem;
    margin-top: 0.575rem;
    box-sizing: border-box;
    margin-right: 0.75rem;
}
.login-center-title {
    font-size: 0.6rem;
    color: #616161;
    line-height: 0.65rem;
    text-align: center;
    padding-bottom: 0.625rem;
}
.login-input-item {
    width: 8.8rem;
    height: 1.1rem;
    position: relative;
    margin-top: 0.625rem;
}
.login-input-item .icon {
    font-size: 0.6rem;
    color: #E0E0E0;
    line-height: 1.1rem;
    position: absolute;
    z-index: 2;
    width: 1.175rem;
    text-align: center;
}
.login-input-item .layui-input {
    width: 100%;
    height: 1.1rem;
    position: absolute;
    z-index: 1;
    padding-left: 1.375rem;
}
.forget-password {
    font-size: 0.35rem;
    color: #a9a9a9;
    line-height: 0.6rem;
    margin-top: 0.5rem;
}
.forget-password a {
    float: right;
}
.merchant-button {
    margin-top: 0.3rem;
    width: 8.7rem;
    height: 1.5rem;
    padding-bottom: 0.4rem;
}
.merchant-button button {
    width: 100%;
    text-align: center;
    line-height: 1.5rem;
    height: 1.5rem;
    border-radius: 0.75rem;
}
i.eyes {
    position: absolute;
    right: 0.225rem;
    left: auto;
    cursor: pointer;
    top: 0.3rem;
    color: #999;
    font-size: 0.5rem;
    z-index: 99;
 }
 .eyes.active {
    color: #FDA645;
 }
 p.error {
    font-size: 0.35rem;
    height: 0.5rem;
    line-height: 0.5rem;
    padding: 0 0.4rem;
    color: #ffffff;
    border-radius: 0.5rem;
    display: none;
    position: absolute;
    z-index: 9;
    bottom: -0.55rem;
 }