.login-form {
    background: #fff none repeat scroll 0 0;
    border-radius: 10px;
    box-shadow: 0 0 200px rgba(0, 0, 0, 0.25);
    font-size: 16px;
    margin: 0 auto;
    position: relative;
    width: 340px;
    display: block; position: relative; width: 350px; border: 1px solid silver; border-radius: 5px; padding: 5px; margin: 0 auto;
}
.button {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ade047 0%, #6eb020 56%, #41a10a 100%) repeat scroll 0 0;
    border: medium none;
    border-radius: 50px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    height: 2.4em;
    outline: 0 none;
    padding: 5px 25px;
    text-shadow: 0 1px rgba(0, 0, 0, 0.2);
    width: 250px;
    margin: 15px auto;
    display: block;
}
.button:disabled  {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #B8B8B8  0%, #808080  56%, #B8B8B8  100%) repeat scroll 0 0;
}
.login-form .login-form-main-field-background {
    background: #fff2d7 none repeat scroll 0 0;
    border: 1px solid #eed199;
    display: block;
    left: -15px;
    padding: 15px;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 0;
}
.login-form .login-form-domain {
    font-family: Arial,sans-serif;
    font-size: 1.125em;
    height: 1.8889em;
    line-height: 1.8889em;
    padding-left: 1%;
    position: relative;
    width: 39%;
    z-index: 1;
}

h3
{
   font-family: "PFCentroSansProBold",Arial,sans-serif;
    font-size: 24px;
    font-weight: bold;
    height: 2.9167em;
    line-height: 2.9167em;
    margin: 0;
    padding: 0 1.25em;
}
.details {
   font-family: "PFCentroSansProBold",Arial,sans-serif;
    color: #666;
    font-size: 11px;
    line-height: 120%;
    margin-top: 5px;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, select:focus {
    border-color: #a5acb2;
}
input, textarea {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #aaa;
    box-shadow: none;
    box-sizing: border-box;
    color: #000;
    display: block;
    font-family: Arial,sans-serif;
    font-size: 1.125em;
    line-height: 1.8889em;
    height: 1.9em;
    margin: 0;
    outline: 0 none;
    padding: 0 0.5em;
    width: 100%;
    border-radius: 4px;
}
.login-form .login-form-main-field-background input
{
    width: 70%;
    display: inline-block;
}
.error
{
   display: block;
   height: 20px;
}
.error_go
{
   color: red;
   font-family: "PFCentroSansProBold",Arial,sans-serif;
   font-size: 12px;
   line-height: 120%;
   margin: 5px 0;
   text-align: center;
}
#error_email
{
	color: red;
	font-size: 12px;
	font-weight: bold;
}
#error_login
{
	color: red;
	font-weight: bold;
	font-size: 12px;
}
#success_login
{
	color: green;
	font-weight: bold;
	font-size: 12px;
}
#overlay, #message_block
{
	display: none;
	background: rgba(0,0,0,0.3);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
}
.ui-progressbar 
{
  position: absolute;
	top: 50%;
	left: 40%;
	z-index: 15;
	width: 20%;
}
.progress-label {
  position: absolute;
	top: 6px;
	font-weight: bold;
	text-shadow: 1px 1px 0 #fff;
	width: 100%;
	text-align: center;
}
#message_block .message
{
	width: 600px;
	color: #444444;
	background-color: RGBA(0,0,0,0.7);
	box-sizing: border-box;
	border-radius: 15px;
	position: relative;
	top: 40%;
	left: 50%;
	margin-left: -300px;
	padding: 15px;
}
#message_block .message2
{
	background-color: white;
	padding: 15px;
	border-radius: 5px;
}
#message_block .message .title
{
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid black;
	margin-bottom: 10px;
	color: black;
}
#message_block .message .text
{
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 22px;
	text-align: center;	
}
#message_block .message .ok
{
	text-align: center;
}
#message_block .message .ok_btn
{
	display: inline-block;
	width: 100px;
	line-height: 30px;
	margin-top: 10px;
	border: 1px solid #ccc;
	background-color: #eee;
	cursor: pointer;
}
#message_block .message .ok_btn:hover
{
	background-color: #ccc;
}