html {
    height: 100%
}

body.signin {
    height: auto;
    display: flex;
    height: 100%;
    min-width: 1000px;
}

.logo {
    background: url(../img/login-background.jpg) no-repeat center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: auto;
    width: 57%;
    padding-left: 58px;
    display: flex;
    color: #FFFFFF;
    flex-direction: column;
    min-height: 500px;
}

.logo .logo-img {
    height: 30%;
    width: 100%;
    align-items: center;
    display: flex;
}

.logo .logo-img img {
    width: 220px;
}

.logo .logo-title {
    height: 25%;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.logo .logo-title {
    width: 480px;

}


.logo .logo-subtitle {
    height: 40%;
    padding-top: 5%;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 43px;
    width: 473px;
}

.loginForm {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 43%;
}

.loginForm .form-content {
    height: 70%;
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.loginForm .form-content .font-title {
    font-size: 36px;
    font-weight: 500;
    color: #000000;
    height: 25%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.loginForm .form-content .form-body {
    display: flex;
    flex-direction: column;
    height: 75%;
    width: 70%;
}

.loginForm .form-content .form-body .vercode {
    display: flex;

}

.loginForm .form-content .form-body .vercode .phonecode {
    width: 120px;
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-left: 5px;
}

.loginForm .form-content .form-body .vercode img {
    margin-top: 22px;
    margin-left: 5px;
    height: 32px;
}

.loginForm .form-content .form-body .form-text, .form-btn {
    height: 35px;
    background: #F3F3F3;
    border-radius: 5px;
    margin-top: 20px;
    border: 0px;
    padding: 10px;
    width: 100%;
}

.loginForm .form-content .form-body .rememberme {
    margin-top: 5px;
}

.loginForm .form-content .form-body .rememberme span {
    display: inline-block;
    margin-bottom: 7px;
    margin-left: 5px;
    vertical-align: middle;
}

.loginForm .form-content .form-body .acceptTerm {
    margin-top: 5px;
}
.loginForm .form-content .form-body .acceptTerm span {
    display: inline-block;
    margin-bottom: 7px;
    margin-left: 5px;
    vertical-align: middle;
}

.loginForm .form-content .form-body .form-btn {
    background: #F4F4F4 linear-gradient(141deg, #19B7FF 0%, #0060DC 100%);
    border-radius: 1px;
    color: #FFFFFF;
}

.loginForm .form-content .form-body .form-toolbar {
    margin-top: 10px;
    height: 21px;
    font-size: 12px;
    font-weight: 400;
    color: #2064EF;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.loginForm .form-content .form-body .form-toolbar img {
    width: 13px;
    margin-left: 3px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 2px;
}

body.signin {
    height: auto;
    display: flex;
    height: 100%;
}


.simple-page-wrap {
    width: 380px;
    margin: 0 auto; }

.simple-page-logo {
    text-align: center;
    font-size: 24px;
    margin-bottom: 24px; }
.simple-page-logo a {
    color: #fff; }

.simple-page-form {
    background-color: #fff;
    border-radius: 6px;
    padding: 24px;
    margin-bottom: 24px; }
.simple-page-form .form-group {
    margin-bottom: 32px; }
.simple-page-form input,
.simple-page-form input:focus,
.simple-page-form input:active {
    outline: none;
    box-shadow: none; }
.simple-page-form input {
    border: none;
    border-bottom: 1px solid #eee;
    height: 40px; }
.simple-page-form .btn {
    width: 100%; }

.simple-page-footer p {
    text-align: center;
    margin-bottom: 24px; }

.simple-page-footer a {
    color: #fff;
    font-weight: 500; }

.simple-page-footer small {
    margin-right: 16px;
    color: #fff; }
body.simple-page {
    background-color: #efefef;
    padding-top: 8%; }

.simple-page-wrap {
    width: 380px;
    margin: 0 auto; }

.simple-page-logo {
    text-align: center;
    font-size: 24px;
    margin-bottom: 24px; }
.simple-page-logo a {
    color: #fff; }

.simple-page-form {
    background-color: #fff;
    border-radius: 6px;
    padding: 24px;
    margin-bottom: 24px; }
.simple-page-form input,
.simple-page-form input:focus,
.simple-page-form input:active {
    outline: none;
    box-shadow: none; }
.simple-page-form input {
    border: none;
    border-bottom: 1px solid #eee;
    height: 40px; }
.simple-page-form .btn {
    width: 100%; }

.simple-page-footer p {
    text-align: center;
    margin-bottom: 24px; }

.simple-page-footer a {
    color: #fff;
    font-weight: 500; }

.simple-page-footer small {
    margin-right: 16px;
    color: #fff; }
