*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    -webkit-font-smoothing: antialiased;
    font-variant-numeric: tabular-nums;
    height: 100%;
    line-height: 1.5;
    padding: 0;
    margin: 0;
}

.fx-account-layout {
    background: #f5f6f8;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fx-brand-logo.small-logo, .fx-brand-logo.small-logo .logo-img {
    height: 24px;
}

.fx-brand-logo.has-link {
    cursor: pointer;
}

.fx-hyperlink.compact {
    padding: 0;
}

.fx-account-layout .account-logo {
    left: 60px;
    position: absolute;
    top: 40px;
    text-decoration: none;
    color: #000;
    font-size: 28px;
    font-weight: bold;
    font-family: cursive;
}

.fx-brand-logo.small-logo, .fx-brand-logo.small-logo .logo-img {
    height: 24px;
}

.fx-account-layout .account-logo > img {
    display: block;
    max-height: 200px;
    max-width: 200px;
}

img {
    border: 0;
    outline: none;
}

.fx-account-layout .account-pane-container {
    height: 100%;
    width: 100%;
}

.fx-account-layout .account-pane, .fx-account-layout .signin-container-banner {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: center;
}

.fx-account-layout .account-pane {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    width: 100%;
}

.fx-account-layout .signin-container-banner {
    -webkit-box-flex: 0.58;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    background: -webkit-gradient(linear, left top, left bottom, from(#f5f6f8), to(#f5f6f8));
    background: linear-gradient(180deg, #f5f6f8, #f5f6f8);
    -ms-flex: 0.58;
    flex: 0.58;
    overflow: hidden;
}

.fx-account-layout .account-pane, .fx-account-layout .signin-container-banner {
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: center;
}

.fx-account-layout .signin-container-banner .signin-banner {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.fx-account-layout .account-container.fill-height {
    height: 100%;
    overflow: auto;
}

.fx-custom-login .login-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%;
}

.fx-custom-login .login-container .login-wrapper {
    margin: 0 auto;
    max-height: 100%;
    width: 320px;
}

.fx-custom-login .account-login-btn.hide-btn {
    display: none;
}

.fx-custom-login .account-login-btn {
    color: #525967;
    cursor: pointer;
    font-size: 16px;
    left: 24px;
    line-height: 20px;
    position: absolute;
    top: 24px;
}

.fx-custom-login .login-container .login-title {
    color: #000;
    font-size: 32px;
    font-weight: 500;
    line-height: 48px;
}

.fx-account-login {
    width: 320px;
}

.fx-account-login .register-tip {
    color: #000;
    font-size: 16px;
    line-height: 20px;
    margin: 10px 0 40px;
    font-weight: bold;
    font-family: cursive;
}

.fx-account-login .login-btn {
    margin-top: 28px;
    width: 100%;
    background: #20558A !important;
    border-color: #20558A !important;
}

.fx-account-layout .account-container {
    -webkit-box-flex: 0.42;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0.42;
    flex: 0.42;
    justify-content: center;
    padding: 64px 24px;
    position: relative;
}


.x-input .el-input-group__append {
    padding: 1px;
}

.x-input {
    margin-bottom: 20px;
}