html, body {
    padding: 0;
    margin: 0;
    height: 100%;
    overflow: hidden;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    width: 100%;
    height: 100%;
}

.el-button {
    border-radius: 2px;
    height: 38px;
}

#login {
    height: 100%
}

.footer-info,
.topMenu {
    background-image: linear-gradient(90deg, #24644B 0%, #5DCD68 100%);
}

.topMenu {
    height: 50px;
}

.logo {
    height: 50px;
    margin-left: 20px;
    cursor: pointer;
}

.fontSize {
    font-size: medium
}

.formStyle {
    justify-content: center;
    background: white;
    width: 400px;
    height: 380px;
    position: relative;
    overflow: hidden;
    margin: 15vh 0 0 10vw;
    padding: 24px;
    box-sizing: border-box;
}

.el-container {
    height: 100%;
}

.el-header {
    padding: 0;
}

.el-main {
    background-color: #f0f1f2;
    height: 100%;
    overflow: hidden
}

.el-footer {
    padding: 0;
}

.el-row {
    height: 100%;
}

@media screen and (max-width: 1600px) {
    .float {
        display: none;
    }
}

/*图片验证码左侧输入框*/
#leftCodeInput {
    width: 135px;
    margin-left: 30px;
    border-radius: 2px 0 0 2px;
    border-right-style: none;
}

.img {
    height: 36px;
    width: 120px;
    border-radius: 0 2px 2px 0;
}

.labelInput230227 {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.9);
    line-height: 3vh;
}

.loginTitleBtn {
    height: 4vh;
    margin-bottom: 1.5vh;
    font-size: 16px;
    font-weight: bold;
    padding: 0 0 2px 0;
    border-bottom: transparent 2px solid;
    color: #999999;
}

.loginTitleBtn.active {
    border-bottom: #3A9669 2px solid;
    color: green;
}

.loginTitleBtn:hover {
    color: darkgreen;
}

.loginInput {
    height: 3.2vh;
    line-height: 3.2vh;
}

.loginInput input {
    height: 3.2vh;
    width: calc(400px - 48px);
}

.el-input--medium .el-input__inner {
    height: 3.2vh;
    width: calc(400px - 48px);
}

.el-input__icon {
    line-height: 3.2vh;
}

.loginTip {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.4);
    margin: 0.2vh 0;
    max-height: 4.5vh;
    overflow: auto;

}

.el-main {
    padding: 0;
}

.loginLeftImg {
    margin-left: calc(50vw - 56.35vh);
    height: 37vh;
    margin-top: 19.26vh;
}

.formStyle .el-input__inner:-webkit-autofill,
.formStyle .el-input__inner:-webkit-autofill:hover,
.formStyle .el-input__inner:-webkit-autofill:focus,
.formStyle.el-input__inner:-webkit-autofill:active {
    -webkit-transition-delay: 99999s;
    -webkit-transition: white 99999s ease-out,
    background-color 99999s ease-out;
}

.formItem {
    margin-bottom: 12px;
}

.errorWritingTips {
    color: red;
    font-size: 12px;
    height: 2vh;
    line-height: 2vh;
}

.smsCodeButton {
    position: absolute;
    right: 0;
    height: 3.2vh;
    background-color: #F5F7FA;
    font-size: 12px;
    margin: 0;
}

.loginButton {
    color: #fff;
    background: #3d9358;
    border-radius: 2px;
    font-size: 12px;
    height: 3.2vh;
    line-height: 3.2vh;
    padding: 0;
    width: calc(400px - 48px);
    margin-top: 6px;
}

.loginButton > button {
    border-radius: 2px;
}

.loginButton:hover {
    background: #296e4e;
    color: white;
    border-radius: 2px;
}

input:focus {
    border-color: #6ec79e !important;
    outline: green solid 2px !important;
}

/* 下面的内容是从index.css page.css中拷贝过来的，为了减少登录页面引入的文件数，加快页面加载*/
.footer-info {
    background-image: linear-gradient(90deg, #006649 0%, #037760 23%, #0DA9A1 56%, #1BC595 85%, #2BD15D 100%);
    height: 130px;
    /*font-family: MicrosoftYaHei;*/
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    padding-top: 20px;
    position: relative;
}

.footer-info a {
    color: #fff;
    padding-right: 5px;
    text-decoration: none;
    text-align: center;
}

.buttonDistance {
    margin-top: 20px;
    /*margin-left: 100px*/
}

.button_style {
    background-color: #009966;
    color: #ffffff;
    border: 1px solid #009966;
    padding:0 20px;
}
.button_style:hover {
    background-color: #00a66f;
    color: #ffffff;
    border: 1px solid #00a66f;
    padding:0 20px;
}
.button_style:active {
    background-color: #009261;
    color: #ffffff;
    border: 1px solid #009261;
    padding:0 20px;
}
.button_style:focus{
    background-color: #009966;
    color: #ffffff;
    border: 1px solid #009966;
    padding:0 20px;
}