label
{
	width:100px;
	display:block;
	font-size:13px;
	color:#666666;
}
#main
{
	margin:0 auto;
	width:800px;
	text-align:center;
}
.title_login
{
text-align:center;
margin: 0px auto;
    width: 224px;
	font-weight: bold;
padding: 20px;
background-color: rgba(255, 255, 255, 0.7);
color: #333;
 font-size: 30px; 
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
border: 1px solid #e5e5e5;

}
.main_login
{
position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     margin:auto;
	 margin-top: 5%;
     width: 340px;
     height: 360px;
     overflow:visible;
	 text-align:center;
}
#box
{
margin: 0px auto;
width: 266px;
text-align: left;
}
#box_shake
{
width: 224px;
padding: 20px;
background-color: #ffffff;
color: #333;
border: 1px solid #e5e5e5;
box-shadow: rgba(200,200,200,0.7) 0 4px 10px -1px;
}
.input
{
	
	padding:10px;
	font-size:14px;
	border:1px solid #999999;
	width:200px;
	margin-bottom:10px;
	border: 1px solid #e5e5e5;
background: #fbfbfb;
box-shadow: inset 1px 1px 2px rgba(200,200,200,0.2);

}



.button {
font-weight: bold;
padding: 12px 15px;
background: #3f8abf;
color: #fff !important;
font-size: 14px;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
cursor: pointer;
text-decoration: none;
text-shadow: 0 1px 0px rgba(0,0,0,0.15);
border-width: 1px 1px 3px !important;
border-style: solid;
border-color: #326e99;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
display: -moz-inline-stack;
display: inline-block;
vertical-align: middle;
zoom: 1;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-shadow: 0 -1px 0 rgba(255,255,255,0.1) inset;
-moz-box-shadow: 0 -1px 0 rgba(255,255,255,0.1) inset;
box-shadow: 0 -1px 0 rgba(255,255,255,0.1) inset;
}
.button-primary {
background-color: #5fcf80 !important;
border-color: #3ac162 !important;
}


.div_btn_base {
background: #5fcf80;
}
/* General button style (reset) */
.btn_base {
	border: none;
	/*font-family: inherit;*/
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	/*font-size: inherit;*/
	font-size: 14px;
	font-weight: bold;
	/*color: inherit;*/
	color: #fff;
	/*background: none;*/
	background: #5fcf80;
	cursor: pointer;
	padding: 8px 15px;
	display: inline-block;
	margin: 5px 0px;
	/*text-transform: uppercase;*/
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 3;
	-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
border-radius: 2px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
}

.btn_base:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	 opacity: 0.5;
}
/* Pseudo elements for icons */
.btn:before,
 {
	/*font-family: 'icomoon';*/
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	position: relative;
	-webkit-font-smoothing: antialiased;
}
.btn_base_type_1 {
	border: 3px solid #3ac162;
	color: #fff;
}

/* Button btn-effect_1 */
.btn-effect_1 {
	overflow: hidden;
}

.btn-effect_1:after {
	width: 101%;
	height: 0;
	top: 50%;
	left: 50%;
	/*background: #fff;*/
	background: #3ac162;
	/*opacity: 0;*/
	opacity: 0.2;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.btn-effect_1:hover,
.btn-effect_1:active {
	/*color: #0e83cd;*/
	color: #fff;
text-shadow: 0px -1px 0px #333,
                  0px 1px 2px #666;
}

.btn-effect_1:hover:after {
	height: 75%;
	opacity: 1;
}

.btn-effect_1:active:after {
	height: 130%;
	opacity: 1;
}
.msg
{
	font-size:11px;
	color:#666;
	padding:10px;
}
#error{font-size:12px; margin-top:10px}
#err_CUS_EMAIL{font-size:12px; margin-top:5px;color: #FA4B4E;}


.js-body body { display: none; }



