<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
div#loginOther_obj,
div#login_obj {
  margin: 0;
  padding: 0px;
  width: 100%;
  text-align: center;


  /*
  background-color: #eee;
  border: solid 1px #999;
  border-radius: 15px;

  box-shadow: 0px 0px 10px #999;*/
}

div#sub_login_obj {
  box-sizing: border-box;
  width: 280px;
  max-width: 100%;
  margin: 10px;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}


div#login_obj input {
}

div#login_obj label {
  text-align:right;
  font-weight:bold;
  font-style: normal;
}

div.log_field {
  margin-top: 0;
  margin-bottom: 10px;
}


div.forgot_zone input,
div.log_field input {
  padding: 4px;
  box-shadow: inset 0px 0px 3px #fff;
  border : solid 1px #aaa;
  border-radius: 3px;
  margin: 0;
  background-color: #fafafa;
  max-width: 100%;
}

div.log_field input:hover {
  background-color: #fdfdfd;
}

div.log_field input:focus {
  background-color: #fff;
}

label.authFormLabel {
  margin-top: 15px;
}

input.authFormInput {
  box-sizing: border-box;
  width: 280px;
  max-width: 100%;
}

div.connect {
 /* background-color: #EEEEEE;
  height: 20px;
  padding: 10px;
  z-index: 50;*/
  text-align: right;
}


div.connect input  {
  border: solid 1px #87AA3B;
  padding: 4px;
  background-color: #87AA3B;
  color: #fff;
  font-weight: bold;
  border-radius: 7px;
  box-shadow: inset 0px 0px 2px #fff;
}

div.connect input:focus,
div.connect input:hover  {
  background-color: #8BB230;

}

a.pass_forgot,
a.pass_guest {
  float: left;
  padding: 4px;
  color: #B76E21;
}

a.pass_guest {
  margin-left: 10px;
}

div.forgot_zone {
  text-align: justify;
  font-style: italic;
  margin-top: 20px;
  padding: 0;
}

div.authErrorMsg {
  font-weight: bold;
  color: red;
  background: #F4EBA8;
  padding: 5px;
  margin-bottom: 5px;
}

div#loginOther_obj a.link_auth_facebook,
div#loginOther_obj button.button_auth_google,
div#loginOther_obj button.button_auth_yahoo {
  -moz-box-sizing: border-box;
  background-repeat: no-repeat;
  border-radius: 7px 7px 7px 7px;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.27) inset;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-size: 11.5px;
  font-weight: bold;
  line-height: 28px;
  text-decoration: none;
  width: 300px;
  margin-top: 10px;
  font-family: Arial,Helvetica,sans-serif;
  text-align: left;
  white-space: nowrap;
}
div#loginOther_obj a.link_auth_facebook {
  background-color: #5C7BB4;
  background-image: linear-gradient(#6885BF, #6381B8 50%, #5173B0 51%, #3F65A3);
  text-shadow: 1px 1px 1px #2E4B7D;
  border: 1px solid #4F5A6F;
}
div#loginOther_obj button.button_auth_google {
  background-color: #CE523C;
  background-image: linear-gradient(#DF5E4D, #D35945 50%, #CC4730 51%, #BC3519);
  text-shadow: 1px 1px 1px #2E4B7D;
  border: 1px solid #901D05;
}
div#loginOther_obj button.button_auth_yahoo {
  background-color: #6E329D;
  background-image: linear-gradient(#C28FCA, #A961B3 50%, #9B4AA7 51%, #5F1C61);
  text-shadow: 1px 1px 1px #2E4B7D;
  border: 1px solid #A762B2;
}
div#loginOther_obj a.link_auth_facebook:before,
div#loginOther_obj button.button_auth_google:before,
div#loginOther_obj button.button_auth_yahoo:before {
  display: inline-block;
  padding: 9px 10px 0 10px;
  vertical-align: middle;
}
div#loginOther_obj a.link_auth_facebook:before {
  content: url("../Local/bookmarks/32/facebook.png");
}
div#loginOther_obj button.button_auth_google:before {
  content: url("../Local/bookmarks/32/google.png");
}
div#loginOther_obj button.button_auth_yahoo:before {
  content: url("../Local/bookmarks/32/yahoo.png");
}

div#img_login_obj {
  text-align: center;
}</pre></body></html>