.auth-mbox{
	height: 350px;
}

.oxs-inbox{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 310px;
	margin-left: -200px;
	margin-top: -165px;
}

.oxs-inbox h1{
	display: block;
	margin: 0;
	padding: 0;
	font-size: 30px;
	font-weight: 300;
	height: 50px;
}

.oxs-inbox .scoix{
	height: 260px;
	border-radius: 10px;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.10);
	background: #fff;
	padding: 30px;
}

.oxs-inbox .username,
.semail .email{
	width: 340px;
	margin-bottom: 15px;
}

.oxs-inbox .ssx .pass{
	width: 245px;
}

.oxs-inbox .ssx .bbs{
	padding: 0;
	width: 80px;
}

.oxs-inbox .ssx .pass-rec{
	display: block;
	font-size: 12px;
	margin-top: 15px;
}

.xemoc{
	border-top: 1px solid rgba(0, 0, 0, 0.13);
	margin-top: 20px;
	padding-top: 20px;
}

.xemoc a,
.semail .ac-continue{
	display: block;
	text-align: center;
	border-radius: 4px;
	background: #0375da;
	height: 38px;
	line-height: 38px;
	color: #fff;
	border-bottom: 2px solid rgba(0, 0, 0, 0.21);
}

.xemoc a:hover,
.semail .ac-continue:hover{
	text-decoration: none;
	background-color: #0075c0;
}

.semail{
	
}

.semail .msg{
	font-size: 14px;
	padding-top: 18px;
}

.semail .email{
	margin: 20px 0 10px 0;
}

.semail .ac-continue{
	background-color: #46c6a0;
	background-image: url(../img/next.png);
	background-position: right 5px center;
	background-repeat: no-repeat;
}

.semail .ac-continue:hover{
	background-color: #4eb7a3;
}

.semail .oxback{
	display: block;
	font-size: 12px;
	margin-top: 10px;
}

.gutov.sok{
	text-align: center;
}

.gutov.sok .mstie{
	font-size: 20px;
	background: url(../img/email.png) no-repeat center top;
	padding-top: 70px;
	font-weight: 600;
}

.gutov.sok .txscc{
	font-size: 12px;
	margin-top: 8px;
}

@media only screen and (max-width: 435px) {
	.oxs-inbox{
		width: auto;
		left: 10px;
		right: 10px;
		margin-left: auto;
		height: 325px;
		margin-top: -180px;
	}
	
	.oxs-inbox .scoix{
		padding: 15px;	
		height: 275px;
	}
	
	.oxs-inbox .ssx .eq,
	.oxs-inbox .ssx .dr{
		float: none !important;
	}
	
	.oxs-inbox .username,
	.oxs-inbox .ssx .pass,
	.oxs-inbox .ssx .bbs,
	.semail .email{
		width: 100%;
	}
	
	.oxs-inbox .username,
	.oxs-inbox .ssx .pass{
		margin: 0;
		margin-bottom: 10px;
	}
}