﻿html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.wtoe-device {
	border-radius: 10px;
	border:1px solid #000;
	min-height:160px;
	margin-left: 20px;
	margin-right: 20px;
	display:flex;
	flex-flow: row nowrap;
	position:relative;
	top: 20%;
	transform: translateY(-50%);
}

.wtoe-device > .wtoe-device-affix {
	flex: 0 0 120px;
	padding:10px 30px;
	box-sizing: border-box;
	position:relative;
}

.wtoe-device > .wtoe-device-affix:first-child > .wtoe-device-affix-icon:nth-child(2){
	display: none;
}

.wtoe-device > .wtoe-device-affix > .wtoe-device-affix-icon {
	width: 60px;
	height: 30px;
	border-radius: 15px;
	border:1px solid #000;
	box-sizing:border-box;
}
.wtoe-device > .wtoe-device-affix > .wtoe-device-affix-icon:first-child {
	position: absolute;
	top: 10px;
}

.wtoe-device > .wtoe-device-affix:first-child > .wtoe-device-affix-icon:nth-child(2) {
	position: absolute;
	top: 30%;
}
.wtoe-device > .wtoe-device-affix > .wtoe-device-affix-icon:last-child {
	position: absolute;
	bottom: 10px;
}

.wtoe-device > .wtoe-device-main {
	flex:1 1 auto;
	box-sizing:border-box;
	border:5px solid #C0C0C0;
	background-color: #fff;
	margin:0;
	padding: 0;
	overflow: hidden;
}

.wtoe-device-layout {
	display:flex;
	flex-flow:row nowrap;
}

.wtoe-device-layout.vertical {
	flex-flow:column nowrap;
}

.wtoe-device-layout > div {
	flex: 1 1 auto;
}

.wtoe-device-layout.vertical > div {
	flex: 1 1 auto;
}

.wtoe-device-logo {
	background-color: #6295db;
	width: 80px;
	height: 80px;
	border-radius: 40px;
	margin:10px;
	text-align:center;
	line-height:80px;
}

.wtoe-device-logo > img {
	vertical-align:middle;
}

.wtoe-device-unline {
	background-image : url(../../apps/com.actionsoft.apps.ivsom/img/unline.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	width: 70%;
	padding-bottom: 70%;
	display:inline-block;
	margin:5px 1px;
	position:relative;
	left: 50%;
	transform: translateX(-50%);
}

.wtoe-device-line {
	background-image : url(../../apps/com.actionsoft.apps.ivsom/img/line.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
	width: 70%;
	padding-bottom: 70%;
	display:inline-block;
	margin:5px 1px;
	position:relative;
	left: 50%;
	transform: translateX(-50%);
}

.wtoe-login-bg {
	background-image: url(../../commons/img/login_bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
    background-position: center center;
    overflow: hidden;
}

.wtoe-login-bg > .wtoe-container {
	width: 100%;
    height: 100%;
    min-width: 1367px;
    min-height: 768px;
}

.wtoe-login-bg > .wtoe-container > .wtoe-container-left {
    width: 40%;
    height: 100%;
    min-width: 490px;
    float: left;
    box-sizing: border-box;
}

.wtoe-login-bg > .wtoe-container > .wtoe-container-left > .wtoe-login-win {
    width: 75%;
    height: 560px;
    padding: 15px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 1px 1px 1px rgba(131, 131, 131, .35);
}

.wtoe-login-bg > .wtoe-container > .wtoe-container-left > .wtoe-login-win > .wtoe-login-win-title {
    width: 100%;
    height: 90px;
}

.wtoe-login-bg > .wtoe-container > .wtoe-container-left > .wtoe-login-win > .wtoe-login-win-title > img {
    width: 120px;
    height: 70px;
    float: left;
}

.wtoe-login-bg > .wtoe-container > .wtoe-container-left > .wtoe-login-win > .wtoe-login-win-title > div {
    float: left;
    width: calc(100% - 120px);
    height: 50%;
    color: #5D6379;
    font-size: 12px;
}

.wtoe-login-bg > .wtoe-container > .wtoe-container-left > .wtoe-login-win > .wtoe-login-win-title > div > .version {
    font-size: 14px;
    color: #fff;
    background-color:#3BD134;
    border-radius: 2px;
    text-align: center;
}

.wtoe-login-bg > .wtoe-container > .wtoe-container-left > .wtoe-login-win > .wtoe-login-win-body {
    width: 100%;
    height: calc(100% - 90px);
}

.wtoe-login-bg > .wtoe-container > .wtoe-container-left > .wtoe-login-win > .wtoe-login-win-body form {
    width: 100%;
    height: 100%;
    padding: 0px 20px;
    box-sizing: border-box;
}

.wtoe-login-bg > .wtoe-container > .wtoe-container-left > .wtoe-login-win > .wtoe-login-win-body form .sys-login-title {
    font-size: 18px;
    font-weight: bold;
    color: #252834;
}

.wtoe-login-bg > .wtoe-container > .wtoe-container-left > .wtoe-login-win > .wtoe-login-win-body form .sys-login-item {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
    font-size: 12px;
    color: #5D6379;
    position: relative;
}

.wtoe-login-bg > .wtoe-container > .wtoe-container-left > .wtoe-login-win > .wtoe-login-win-body form [errormessage='proj_name'].sys-login-item.error::after {
    content: '项目名称不能为空!'
}
.wtoe-login-bg > .wtoe-container > .wtoe-container-left > .wtoe-login-win > .wtoe-login-win-body form [errormessage='username'].sys-login-item.error::after {
    content: '姓名由1-16位中文、字母、数字等字符组成!'
}
.wtoe-login-bg > .wtoe-container > .wtoe-container-left > .wtoe-login-win > .wtoe-login-win-body form [errormessage='pwd'].sys-login-item.error::after {
    content: '密码由1-16位字母、数字等字符组成!'
}

.wtoe-login-bg > .wtoe-container > .wtoe-container-left > .wtoe-login-win > .wtoe-login-win-body form .sys-login-item.error::after {
    content: "";
    color: #F56C6C;
    position: absolute;
    left: 80px;
    top: 100%;
    transition: all 0.6s ease;
}


.wtoe-login-bg > .wtoe-container > .wtoe-container-left > .wtoe-login-win > .wtoe-login-win-body form .sys-login-item > label {
    width: 80px;
    font-size: 14px;
    font-weight: bold;
    color: #252834;
    float: left;
    height: 40px;
    line-height: 40px;
}

.wtoe-login-bg > .wtoe-container > .wtoe-container-left > .wtoe-login-win > .wtoe-login-win-body form .sys-login-item > input[type='text'],
.wtoe-login-bg > .wtoe-container > .wtoe-container-left > .wtoe-login-win > .wtoe-login-win-body form .sys-login-item > input[type='password'] {
    width: calc(100% - 80px);
    height: 40px;
    line-height: 40px;
    border-left: 0px solid #fff;
    border-top:0px solid #fff;
    border-right: 0px solid #fff;
    border-bottom: 1px solid #D6D9E4;
    outline: none;
}

.wtoe-login-bg > .wtoe-container > .wtoe-container-left > .wtoe-login-win > .wtoe-login-win-body form .sys-login-item.error > input[type='text'],
.wtoe-login-bg > .wtoe-container > .wtoe-container-left > .wtoe-login-win > .wtoe-login-win-body form .sys-login-item.error > input[type='password'] {
    border-bottom: 1px solid #F56C6C;
    transition: border 0.6 ease;
}

.wtoe-login-bg > .wtoe-container > .wtoe-container-left > .wtoe-login-win > .wtoe-login-win-body form .sys-login-item > input[type='checkbox'] {
    border:1px solid #D6D9E4;
    background: #D6D9E4;
}

.wtoe-login-bg > .wtoe-container > .wtoe-container-left > .wtoe-login-win > .wtoe-login-win-body form .sys-login-item > .sys-login-signIn {
    background-color: #165DFF;
    border:0px solid #fff;
    font-size: 16px;
    font-weight: bold;
    width: 90%;
    height: 45px;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}

.wtoe-login-bg > .wtoe-container > .wtoe-container-right {
    width: 60%;
    height: 100%;
    min-width: 820px;
    float: right;
    box-sizing: border-box;
}

.wtoe-login-bg > .wtoe-container > .wtoe-container-right > .wtoe-login-illustration {
    width: 75%;
    height: 560px;
    padding: 0px 0px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
}

.wtoe-login-bg > .wtoe-container > .wtoe-container-right > .wtoe-login-illustration  > .wtoe-login-illustration-title {
    text-align: center;
    height: 64px;
}

.wtoe-login-bg > .wtoe-container > .wtoe-container-right > .wtoe-login-illustration  > .wtoe-login-illustration-title > span{
    color: #165DFF;
    font-size: 48px;
    font-weight: bold;
    background-image: -webkit-gradient(linear, right top, left top, from(#165DFF), to(#fff));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.wtoe-login-bg > .wtoe-container > .wtoe-container-right > .wtoe-login-illustration  > .wtoe-login-illustration-body {
    background-image: url(../img/flat.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 80% 80%;
    width: 100%;
    height: calc(100% - 64px);
}

.wtoe-login-bg > .wtoe-container > .wtoe-container-right > .wtoe-login-illustration  > .wtoe-login-illustration-body > .wtoe-login-illustration-slogan {
    width: 100%;
    height: 42px;
    display: table;
    position: relative;
}

.wtoe-login-bg > .wtoe-container > .wtoe-container-right > .wtoe-login-illustration  > .wtoe-login-illustration-body > .wtoe-login-illustration-slogan > .wtoe-login-illustration-slogan-label {
    display: table-cell;
}

.wtoe-login-bg > .wtoe-container > .wtoe-container-right > .wtoe-login-illustration  > .wtoe-login-illustration-body > .wtoe-login-illustration-slogan > .wtoe-login-illustration-slogan-label > span {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 120px;
    color: #fff;
    background: rgba(255,255,255, .2);
    border-radius: 1px;
    font-size: 14px;
    padding: 10px;
    box-sizing: border-box;
}

.wtoe-login-bg > .wtoe-container > .wtoe-container-right > .wtoe-login-illustration  > .wtoe-login-illustration-body > .wtoe-login-illustration-floor {
    position: absolute;
    top:auto;
    bottom: 0px;
    width: 100%;
    height: 64px;
    display: table;
}

.wtoe-login-bg > .wtoe-container > .wtoe-container-right > .wtoe-login-illustration  > .wtoe-login-illustration-body > .wtoe-login-illustration-floor > .wtoe-login-illustration-floor-item {
    display: table-cell;
    height: 64px;
}

.wtoe-login-bg > .wtoe-container > .wtoe-container-right > .wtoe-login-illustration  > .wtoe-login-illustration-body > .wtoe-login-illustration-floor > .wtoe-login-illustration-floor-item > .wtoe-login-illustration-floor-item-img {
    padding: 15px 14px;
    margin: 8px 8px;
    box-sizing: border-box;
    width: 48px;
    height: 48px;
    float: left;
    background: #fff;
}

.wtoe-login-bg > .wtoe-container > .wtoe-container-right > .wtoe-login-illustration  > .wtoe-login-illustration-body > .wtoe-login-illustration-floor > .wtoe-login-illustration-floor-item > .wtoe-login-illustration-floor-item-text {
    width: calc(100% - 64px);
    height: 100%;
    line-height: 32px;
    color: #fff;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wtoe-login-footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: rgba(255, 255, 255, .2);
}

.wtoe-login-footer > a {
    text-decoration: none;
    color: #fff !important;
}