/*.layui-form {
	width: 320px !important;
	margin: auto !important;
	margin-top: 160px !important;
}*/

.layui-form button {
	width: 100% !important;
	height: 38px !important;
	line-height: 37px !important;
	font-size: 14px !important;
	/*background-color: #5FB878 !important;*/
	/*font-weight: 550 !important;*/
}

.layui-form-checked[lay-skin=primary] i {
	border-color: #5FB878 !important;
	background-color: #5FB878 !important;
	color: #fff !important;
}

.layui-tab-content {
	margin-top: 5px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.layui-form-item {
	margin-top: 20px !important;
}

.layui-input {
	height: 38px !important;
	line-height: 38px !important;
	
	border-radius: 4px !important;
}

.layui-input:focus {
	box-shadow: 0px 0px 2px 1px #5FB878 !important;
}

.layui-form-danger:focus{
	box-shadow: 0px 0px 2px 1px #f56c6c !important;
}

.logo {
    width: 28px !important;
    margin-top: 22px !important;
    margin-bottom: 8px !important;
    margin-left: 80px !important;
}
.login-title {
    font-size: 19px !important;
    font-weight: 550 !important;
    margin-left: 16px !important;
    display: inline-block !important;
    height: 60px !important;
    line-height: 60px !important;
    margin-top: 10px !important;
    position: absolute !important;
}

.reg-title {
    font-size: 19px !important;
    font-weight: 550 !important;
    margin-left: 108px !important;
    display: inline-block !important;
    height: 60px !important;
    line-height: 60px !important;
}

.title {
	font-size: 30px !important;
	font-weight: 550 !important;
	margin-left: 20px !important;
	color: #5FB878 !important;
	display: inline-block !important;
	height: 60px !important;
	line-height: 60px !important;
	margin-top: 10px !important;
	position: absolute !important;
}

.desc {
	width: 100% !important;
	text-align: center !important;
	color: gray !important;
	height: 60px !important;
	line-height: 60px !important;
}

body {
	background-repeat:no-repeat;
	background-color: whitesmoke;
	background-size: 100%;
	height: 100%;
 }

.code {
	float: left;
	margin-right: 13px;
	margin: 0px !important;
	border: #e6e6e6 1px solid;
	display: inline-block!important;
}

.codeImage {
	float: right;
	height: 42px;
	border: #e6e6e6 1px solid;
	cursor: pointer;
}

@media (max-width:768px){
	body{
		background-position:center;
	}
}

.login-form-content {
    background-color: white;
    border-radius: 8px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 2px;
    width: 350px;
    float: right;
    justify-content: center;
    margin-top:-20px;
}

.reg-form-content {
    background-color: white;
    border-radius: 8px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 2px;
    width: 320px;
    justify-content: center;
}