.plain_form{
	background: #272624;
	overflow: hidden;
	padding: 30px;
}
.plain_form-inner{
	width: 85%;
	display: table;
	margin: 0 auto;
}

.plain_form [type=text] {
	width: 100%;
	border: 1px solid #3faca7;
	outline: none;
	background: #272624;
	padding: 8px 8px 5px 8px;
	color:#b8b8b7;
	box-sizing: border-box;
	height: 35px;
	margin:10px 0;
}


.plain_form [type=submit] {
	width: 100%;
	outline: none;
	background: #48d9d1;
	padding: 5px 8px 4px 8px;
	color:#fff;
	box-sizing: border-box;
	text-align: center;
	border: 1px solid #48d9d1;
	font-size: 16px;
	font-weight: bold;
	height: 35px;
	margin:10px 0;
}

.plain_form .mess1 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
}

.plain_form .mess2 {
	font-size: 14px;
	text-align: center;
	color: #b8b8b7;
	margin-bottom: 10px;
}

.plain_form .iagree {
	color: #48d9d1;
	text-align: center;
}

.plain_form .iagree a {
	color: #48d9d1;
}

.plain_form .iagree label{
	margin-top: 15px;
}

div.cz-wrap-error p.cz-input-error {
	top: -7px !important;
	margin: 0;
}

.fakeCheckbox {
	position: relative;
	top:2px;
	width: 15px;
	height: 15px;
	border: 1px solid #48d9d1;
	margin-right: 5px;
	display: inline-block;
}

.fakeCheckboxActive {
	background: url('checked.png') center center no-repeat;
}

#iagree {
	display: none;
}

.string_login {
	display: none;
}

.plain_form .notetext {
    text-align: center;
    display: block;
}