.loginForm {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  /*background: #E3E3E3;*/
  background: #FFF;
  margin: 0 auto;
  min-width: 350px;
  max-width: 500px;
  width: calc(100% - 2px);
  /*border-radius: 3px;*/ }

.loginForm .titleForm {
  text-align: center;
  font-size: 25pt;
  color: rgb(57, 38, 38);
  text-shadow: none;
  font-family: Arial;
  display: block;
  margin-top: 10px;
  display: inline-block;
  width: 100%;  }

.loginForm .input, .loginForm .button {
  margin: 10px 23px;
  border: 2px;
  height: 40px;
  width: calc(100% - 50px);
  border-style: solid;
  border-radius: 3px;
  display: inline-block;
  transition: all 0.5s ease 0.2s; }

.loginForm .input {
  border-color: rgb(201, 201, 201);
  background: #FFF; }

.loginForm .button {
  border-color: #D76B60;}

.loginForm .gcaptcha {
  margin: 10px 23px;
  width: calc(100% - 46px);
  text-align: center; }

.loginForm .input input, .loginForm .button input {
  padding: 0px;
  border: none;
  font-family: "PT Sans",sans-serif;
  font-size: 14pt; }

.loginForm .input input {
  margin: 0;
  padding: 5px 5% 5px 10%;
  height: 30px;
  width: 85%;
  color: #4b4b4b;
  box-shadow: none; }

.loginForm .button input {
  margin: 0;
  height: 40px;
  width: 100%;
  color: #FFF;
  box-shadow: none;
  background: #F0776C;
  cursor: pointer; }

.errorMsgBlock, .buttonRegister {
  width: 100%; }

.buttonRegister, .blockButtonRegister {
  height: 40px; }

.errorMsg {
  height: 20px; }

#blockButtonRegister {
  margin: 10px 23px;
  cursor: pointer; }

.errorMsg {
  color: red; }

.CompleterMsg {
  color: green; }

.errorMsg, .CompleterMsg {
  text-shadow: none;
  text-align: center;
  font-family: "PT Sans",sans-serif;
  font-size: 14pt; }

#_blockButtonRegister {
  top: -50px;
  width: calc(100% - 46px);
  height: 40px;
  margin: 10px 23px;
  position: relative;
  z-index: 2;
  cursor: pointer;
}

#blockButtonRegister {
position: relative;
z-index: 1;height: 40px;
  width: calc(100% - 46px);
  color: #545454;
  text-shadow: none;
  text-align: center;
  font-family: Arial;
  -moz-user-select: none; 
  -webkit-user-select: none; 
  -ms-user-select: none; 
  -o-user-select: none; 
  user-select: none; }

#errEmail, #errpasswd, #errpasswd2, #errcaptcha, #errMsg, #completeMsg {
  -moz-user-select: none; 
  -webkit-user-select: none; 
  -ms-user-select: none; 
  -o-user-select: none; 
  user-select: none;
  font-size: 11pt;
  opacity: 0;
  margin: 10px 23px;
  display: none; }

.g-recaptcha {
  width: 304px;
  margin: auto; }

#for-group-passwd2 {
  opacity: 0;
  display: none; }



.formLogin {
background: #FFF; padding: 20px; max-width: 304px; width: 100%; margin: auto; text-align: center;  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24); }  