body{
	overflow: hidden;
}
.login{
	width: 100%;height: 100%;overflow: hidden;color: #676a6c;
}

.version{
	position: absolute;right: 20px;bottom: 20px;color: #f2f2f2;
}
.foot{
	position: absolute;left: 50%;width:500px;margin-left: -250px;bottom: 20px;text-align: center;color: #F0F7FF;
}
.pwdTip{
	font-size: 12px;border:1px solid red;background:#FDE8E9;color: red;padding: 8px;word-wrap:break-word;
}
.login_logo {
	width:130px;
	height: 111px;
}
.el-form-item {
    margin-bottom: 15px;
}

.form{
	margin: 15px 0 20px;
}

.form .el-input__inner {
    -webkit-appearance: none;
    background-color: #eef2f5;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 35px;
    line-height: 35px;
    outline: 0;
    padding: 0 15px;
    padding-left: 30px;
    -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
}

.orca{
	color: #96cc61;font-weight: 600;
}

.el-dialog{
    display: flex;
    flex-direction: column;
    margin:0 !important;
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    /*height:600px;*/
    max-height:calc(100% - 30px);
    max-width:calc(100% - 30px);
}
.el-dialog .el-dialog__body{
    flex:1;
    overflow: auto;
}


.login-container {
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, 0.2);
	position: relative;
	height: 100%;
}

.login-container::before {
	z-index: -999;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url("../img/login_bg.png");
	background-size: cover;
}

.login-border {
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 25px 35px 25px 35px;
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 1px 1px 2px #eee;
}

.login-main {
	border-radius: 3px;
	box-sizing: border-box;
	background-color: #fff;
}

.vertical_center{
	display:flex;justify-content: center;
}

.el-radio-button__inner {
    white-space: nowrap;
    background: #FFF;
    border: 1px solid #DCDFE6;
    font-weight: 500;
    border-left: 0;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    position: relative;
    cursor: pointer;
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 0;
    width: 140px;
}
