.auth_form_container {
	width 				:250px;
	background 			:#e7e7e7;
    border-radius 		:5px;
    padding 			:10px 20px;
}

.auth_form_title {
	margin 				:5px 0px 10px 0px;
	font-size 			:18px;
	font-weight 		:normal;
}

.auth_form_email, .auth_form_pass {
	width 				:100%;
	margin-bottom 		:10px;
}

.auth_form_div_captcha {
	display 			:flex;
	flex-wrap 			:wrap;
	align-items 		:center;
	margin-bottom 		:10px;
}

.auth_form_div_captcha img {
	margin-right 		:10px;
}

.auth_form_but {
	width 				:100%;
	margin-bottom 		:10px;
	color 				:#ffffff;
	cursor				:pointer;
	display				:inline-block;
	padding				:10px 25px;
	font-size			:18px;
	font-weight			:normal;
	box-shadow			:1px 1px 5px rgba(0, 0, 0, 0.15);
	border-radius		:4px;
	text-decoration		:none !important;
	text-shadow			:0px 0px 0px rgba(0, 0, 0, 0);
	transition			:background 0.5s;	
	border 				:1px solid #60ba62 !important;
    background 			:#60ba62 !important;
}

a.auth_form_a_forgot {
	color 				:#8c8c8c;
}

.auth_form_div_text {
	color 				:#777777;
}