@charset "utf-8";

/***
* @name: ui-wwyw-icon.css
* @description: 万维云网ui登录页css文件
* @author: yzp
* @update: 2018-10-23
*/

html,
body{
	height:100%;
}
body,
.ui-login-panel div,
.ui-login-panel p,
.ui-login-panel input,
.ui-login-panel ul,
.ui-login-panel li,
.ui-login-panel a {
	margin: 0;
	padding: 0;
}

.hide{
	display:none;
}

.ui-login-panel input:-webkit-autofill{
	-webkit-box-shadow: 0 0 0 1000px #fff inset;
}

.ui-login-panel {
	width: 100%;
	height: 100%;
}

.ui-login-content {
	position: relative;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	background: url(../images/bg.png) no-repeat center;
	background-size: cover;
}

.ui-login-content .logo{
	position: absolute;
	top: 64px;
	left: 0px;
	width: 100%;
}

.ui-login-content .logo .logo-img{
	display: inline-block;
	height: 67px;
	width: 46%;
	max-width: 243px;
	margin-left: 64px;
	background: url(../images/logo.png) no-repeat center;
	background-size: contain;
	background-position: left top;
}

.ui-login-content .logo .logo-text{
	margin-left: 43px;
    display: inline-block;
    height: 67px;
    font-size: 36px;
    line-height: 61px;
    font-weight: 600;
    color: #234093;
    vertical-align: bottom;
}

.ui-login-content .ui-login-user {
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-around;
	align-items: center;
	position: absolute;
    right: 10%;
    top: 20%;
    width: 19%;
	min-width: 260px;
    height: 46%;
    padding: .624% 1.04% 0;
    border-radius: 9px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.46);
    /* box-shadow: 2px 2px 2px 0 rgba(255,255,255,.4); */
}

.ui-login-user .ui-user-title {
	width: 100%;
	text-align: center;
	font-size: 32px;
	line-height: 70px;
	color: #000;
}

.ui-login-user .ui-user-name,
.ui-login-user .ui-user-password,
.ui-login-user .ui-user-submit {
	position: relative;
	width: 80%;
	height: 10%;
	border-radius: 4px;
	box-sizing: border-box;
	overflow: hidden;
}

.ui-login-user .ui-user-name,
.ui-login-user .ui-user-password {
	background-color: #fff;
	background-size: 20px 20px;
    background-position: 12px center;
}

.ui-login-user .ui-user-password {
	margin-top: 4px;
}

.ui-login-user .ui-user-submit {
	margin-top: 12px;
	margin-bottom: 24px;
}

.ui-login-user .ui-username-input,
.ui-login-user .ui-password-input,
.ui-login-user .ui-submit-input {
	position: absolute;
	left: 12%;
	top: 0;
	width: 88%;
	height: 100%;
	border: none;
	font-family: 'helvetica neue','hiragino sans gb','arial','microsoft yahei ui','microsoft yahei','simsun','sans-serif';
	font-size: 14px;
	letter-spacing: 1px;
	caret-color: #4fbed5;
	outline: none;
}

.ui-login-user .ui-user-name .user-img{
	display: inline-block;
	height: 100%;
	width: 12%;
	background: url(../images/user.png) no-repeat center;
	background-size: 50%;
}

.ui-login-user .ui-user-password .user-img{
	display: inline-block;
	height: 100%;
	width: 12%;
	background: url(../images/password.png) no-repeat center;
	background-size: 50%;
}

.ui-login-user .ui-submit-input {
    left: 0;
    width: 100%;
    font-size: 18px;
    color: #fff;
    background: linear-gradient(to right,#068efc,#4f3afb);
    letter-spacing: 2px;
    cursor: pointer;
	border-radius: 28px;
}

.ui-login-user .btn_login{
	z-index:9;
}

.ui-login-user .btn_laoding{
	background: #d8d8d8;
}
.ui-login-user .ui-user-password-edit {
	width: 100%;
	height: 30px;
	font-size: 12px;
	line-height: 30px;
	color: #838384;
}

.ui-login-user .ui-user-change,
.ui-login-user .ui-user-forget {
	float: right;
    margin: 5px;
    cursor: pointer;
}

.ui-login-user .recordStyle{
    display: flex;
    flex-flow: row nowrap;
	justify-content: flex-end;
    width: 80%;
    font-size: .2rem;
    cursor: pointer;
}

.ui-login-user .recordStyle .checkedWrapper{
    display: inline-block;
    position: relative;
    width: 20px;
	height: 20px;
    vertical-align: super;
    margin-right: .15rem;
}

.ui-login-user .recordStyle .checked{
    position: absolute;
    width: 20px;
    height: 20px;
    top: 4px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    border-radius: 3px;
}

.ui-login-user .recordStyle .checked.t{
    display: block;
    border: 1px solid #9f9f9f;
}

.ui-login-user .recordStyle .checked.f{
    display: none;
}

.ui-login-user .recordStyle .text{
    color: #2d2d2d;
	margin-left: 5px;
    user-select: none;
	line-height: 20px;
}

.ui-login-user .recordStyle.active .checked.t{
    display: none;
}

.ui-login-user .recordStyle.active .checked.f{
    display: block;
    background: #409EFF;
}

.ui-login-user .recordStyle.active .checked.f::before{
    content: '';
    position: absolute;
    top: 3px;
    left: 6px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 3px 3px 0;
    border-bottom-right-radius: 1px;
    transform: rotate(42deg);
}