.login-page {
	width: 100%;
	margin: auto;
	padding-top: 8%;
}
html {
	background-color: #eee;
}
body {
	box-sizing: border-box;
	background: url(../images/backg.svg) no-repeat center !important;
	background-size: 1000% 100% !important;
	margin: 0;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

#proveto {
	width: 63%;
	float: left;
}

.form {
	position: relative;
	z-index: 1;
	width: 70%;
	margin: 0 auto;
	text-align: center;
}

.login-form {
	width: 90%;
	height: 64vh;
	margin: 0 auto;
	background: #fff;
	background-size: 100% 100%;
	position: relative;
	box-shadow: 0px 0px 13px 3px #fff;
	border-radius: 10px;
}
.login-form-img {
	width: auto;
	height: 64vh;
	float: left;
	border-radius: 10px 0 0 10px;
}
.login-form-content {
	float: left;
	width: 57%;
	position: relative;
    top: 7%;
    left: 5%;
}
.big_title {
	font-size: 2vw;
	color: #13FFFC;
	font-weight: normal;
	text-align: center;
	margin-bottom: 4%;
}

.login-form h4 {
	width: 83%;
	color: #000;
	margin: 9% auto;
	margin-left: 6.2vw;
	font-weight: normal;
	box-sizing: border-box;
	font-size: 1.2vw;
	text-align: left;
	font-weight: bold;
}
.login-form h4 span {
	font-size: 1.1vw;
	margin-left: 5px;
	font-weight: normal;
}
.form .input_box {
	width: 23.7vw;
	margin: 0 auto 6%;
	position: relative;
}
.form .input_box img {
	position: absolute;
	left: 4.6%;
    top: 21%;
    width: 7%;
}
.form input {
	font-family: "Roboto", sans-serif;
	outline: 0;
	border: 1px solid #e2e2e2;
	width: 100%;
	padding: 3.5% 6%;
	box-sizing: border-box;
	font-size: 0.8vw;
	border-radius: 5px;
	background-color: transparent;
	color: #000;
	padding-left: 15%;
}
.form input:hover {
	border: 1px solid #0099FF;
}
.form input:focus {
	border: 1px solid #0099FF;
}
.form input::-webkit-input-placeholder {
	color: #8fa2b3;
}
.validataDivId {
	width: 83%;
	margin: 0 auto 4%;
	position: relative;
}
.validataDivId_logo {
	position: absolute;
	left: 4.6%;
	top: 21%;
	width: 7%;
}

#sub {
	font-family: "Microsoft YaHei", "Roboto", sans-serif;
	text-transform: uppercase;
	outline: 0;
	background: #0099FF;
	width: 23.7vw;
	border: 0;
	padding: 0;
	line-height: 53px;
	color: #FFFFFF;
	font-size: 15px;
	-webkit-transition: all 0.1s linear;
	transition: all 0.1s linear;
	cursor: pointer;
	border-radius: 3px;
}

#sub:hover,
#sub:active,
#sub:focus {
	opacity: 0.6;
}

.form .message {
	margin: 0 auto 4%;
	margin-right: 120px;
    color: #fff;
    font-size: 0.8vw;
    text-align: right;
    width: 83%;
}

.form .message a {
	color: #0099FF;
	text-decoration: none;
}

.form .register-form {
	display: none;
}

.container {
	position: relative;
	z-index: 1;
	max-width: 300px;
	margin: 0 auto;
}

.container:before,
.container:after {
	content: "";
	display: block;
	clear: both;
}

.container .info {
	margin: 50px auto;
	text-align: center;
}

.container .info h1 {
	margin: 0 0 15px;
	padding: 0;
	font-size: 36px;
	font-weight: 300;
	color: #1a1a1a;
}

.container .info span {
	color: #4d4d4d;
	font-size: 0.7vw;
}

.container .info span a {
	color: #000000;
	text-decoration: none;
}

.container .info span .fa {
	color: #EF3B3A;
}

body {
	font-family: "microsoft", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.shake_effect {
	-webkit-animation-name: shake;
	animation-name: shake;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}

@-webkit-keyframes shake {

	from,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

@keyframes shake {

	from,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0);
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0);
	}
}

p.center {
	color: #888;
	font-family: "Microsoft YaHei";
}

/* CSS Document */
