
.ID_wrapp {

}
.gwt-DialogBox {
	background-color: white;
    border: 1px solid #019cac; 
	box-shadow:0 0 6px #333;
	padding:10px 10px 20px 10px;
	-webkit-border-radius: 5px;  
    -moz-border-radius: 5px;  
    border-radius: 3px;  
	width:500px !important;
	text-align:center;
	z-index:9999;
}
.gwt-DialogBox table {width:480px;}
.gwt-DialogBox .Caption {
	padding: 8px 0 8px 0;
	cursor: default;
	text-align:center;
	font-size:18px;
	color:#333;
}
.gwt-DialogBox center {
	font-size:14px; color:#333;
}
.gwt-DialogBox center b {
	color:#348371; 
}

.gwt-DialogBox .gwt-HTML {text-align:right; color:#333;}

.gwt-TextBox {padding:8px; color:#333;}
.dialogMiddleCenterInner table {margin:0 auto; text-align:center; }


.dialogContent .gwt-Button {
    border: 0px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
	background:#125163;
	border-radius:3px;
    padding: 6px 12px;
    text-decoration: none;
    text-transform: uppercase;
	color:#fff;
	float:right;
}


#login {position:relative;}
#ID_WPLOGIN {
	width:100%;
   /* max-width:500px;*/
    height:310px;
	margin-top:15px;
	margin-bottom:10px;
	margin:0 auto;
	border-radius:4px;
	padding-top:0px;
}
.login_extra { margin:8px auto; width:90%; max-width:480px;  border-radius:3px; text-align:center;}
.login_extra h3 {}
.login_extra a, .login_extra span {color:#fff; font-size:14px;}
.login_extra a img {margin-right:10px;}
.login_extra div {margin:0 0 15px 0;}
.login_extra .fa {
    margin-right: 10px;
}

.wplogin-ft {
	font-size:12px;
    width:480px; height:200px;
	margin:0 auto;
	padding:10px 0 20px 0;
	border:0px solid #ccc;
	/*box-shadow:0 0 5px #000;*/
	background-color:rgba(0,0,0, 0.2);
	border:1px solid #666;
}
.wplogin-ft td{
	padding:8px 5px 5px 1px; text-align:left;
}
.wplogin-label-email {
	font-style: normal;
	text-align: right;
	width : 100px;
	font-weight:400;
	font-size:16px;
	color:#fff;
}
.wplogin-label-password {
	font-style: normal;
	text-align: right;
	width : 100px;
	font-weight:400;
	font-size:16px;
	color:#fff;
}
.gwt-Label {
	font-style: normal;
}
.wplogin-textbox-email, .wplogin-textbox-password {
	font-size: 15px;
	font-weight:400;
	padding:10px;
	border:0px solid #ccc; 
	width:280px !important; 
    height:40px;
	/*line-height:40px;*/
    outline: none;  
    -webkit-border-radius: 2px;  
    -moz-border-radius: 2px;  
    border-radius: 2px;  
    border: 1px solid #333; 
	background:#fff;
}
input:-webkit-autofill {
    box-shadow: 0 0 0px 1000px #CEF5DF inset !important;
}
.wplogin-textbox-email:focus {  
    -webkit-box-shadow: 0px 0px 5px #CEF5DF;  
    -moz-box-shadow: 0px 0px 5px #CEF5DF;  
    box-shadow: 0px 0px 3px #CEF5DF;  
	background:#CEF5DF;
}

.wplogin-textbox-password:focus {  
    -webkit-box-shadow: 0px 0px 5px #CEF5DF;  
    -moz-box-shadow: 0px 0px 5px #CEF5DF;  
    box-shadow: 0px 0px 3px #CEF5DF;  
}
.wplogin-checkbox-rememberpassword {
	font-weight: normal;
}
.wplogin-checkbox-rememberpassword input {
        float:left; position:relative; top:1px;
}
.wplogin-checkbox-rememberpassword label {
	font-size:12px;
	position:relative; 
	top:0px;
    left:5px;
	float:left;
	
}
.wplogin-horizontalpanel-buttons {
	/*background-color: #fff;*/ width:300px;
}
.wplogin-button-login {
	font-weight:700;
	padding:12px 30px;
	border-radius:3px; 
	cursor:pointer;
	border:0;
	text-transform:uppercase;
    color: #fff;
    background: #47b475;
	font-size:15px;
	text-shadow: 0 1px 2px #000;
}
.wplogin-button-login:hover {
	background-color: #2CA15F; text-decoration:none;
}
.wplogin-image-progress {
	 width:28px; height:28px;
}

.wplogin-link-lost-password {
	font-style: normal; color:#fff;	
}
.wplogin-link-lost-password  {
	font-style: normal;	
	font-size:12px;
	
}
.wplogin-errorlabel {
	font-size: 15px;
	text-align: left;
	white-space: nowrap; 
	display: inline;		
	font-style: normal;
	color: #FF5555;
}
