.layui-form {
	width: 320px !important;
	margin: auto !important; 
}

.layui-form button {
	width: 100% !important;
	height: 44px !important;
	line-height: 44px !important;
	font-size: 16px !important;
	font-weight: 550 !important;
}

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

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

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

.layui-input {
	height: 44px !important;
	line-height: 44px !important;
	padding-left: 15px !important;
	border-radius: 3px !important;
}

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

.logo {
	width: 80px !important; 
}

.title {
	font-size: 26px !important;
	font-weight: 550 !important; 
	margin-left:10px;
	display:block;  
	position:unset;
}
.login-title{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
	margin-bottom: 10px;
}

.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:#fff;
	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;
}

@media (max-width:768px){
	body{
		background-position:center;
	}
}
html,.layui-row{
	height: 100%;
}
.grid-login-main{
	height: 100%; 
	background-repeat:no-repeat;
	background-color:#fff;
	background-size: 100%;
}
.grid-login-div{
	height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
form.layui-form{
	border: 1px #e2e2e2 solid;
	padding:15px;
	border-radius: 10px;
}

.auth_banner{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    text-align: center;
	height: 100%;
	border-radius: 10px;
}
.container-bottom {
    position: absolute;
    bottom: 20px;
    width: 100%;
    margin: auto;
}
.login-box-title{
	width: auto;
    line-height: 30px;
    font-size: 25px;
    font-weight: bold;
    color: azure;
    position: absolute;
    top: 20px;
    left: 20px;
}
.login-box-title span{
	display:inline-block;
    font-size: 12px;
    font-weight: normal;
}
.container-bottom p,.container-bottom p a{
	color: cornsilk;
}