body {
	background-size: cover;
	width: 100%;
	height: 100%;
	background-attachment: fixed;
	background-position: center center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	margin: 0;
	height: 100%;
	width: 100%;
}

html {
	height: 100%;
}

.bagimg {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	justify-content: center;
	align-items: center;
}

.left {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	flex-direction: column;
	width: 400px;
	height: 500px;
	background-color: rgba(255, 255, 255, 0.6);
}

.right {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	flex-direction: column;
	width: 400px;
	height: 500px;
	background-color: #fff;
}

.left-img {
	width: 35%;
	margin-top: -15%;
}

.left span {
	margin-top: 28px;
	color: #666666;
	font-size: 18px;
}

.right-title {
	margin-top: -10%;
	font-size: 20px;
	font-weight: bold;
}

.accounts {
	width: 300px;
	margin-top: 70px;
	text-align: center;
	background-color: rgb(255, 255, 255);
}

.ciphers {
	width: 300px;
	margin-top: 25px;
	text-align: center;
}

.enters {
	width: 300px;
	border-radius: 5px;
	margin-top: 40px;
	height: 40px;
	line-height: 40px;
	padding: 0px 12px;
	background-color: #26AE78;
}

.form-control {
	padding: 6px 12px;
	border-bottom: 1px solid #ccc !important;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
}

.ticked {
	margin-top: 80px;
}

form {
	text-align: center;
}