@CHARSET "ISO-8859-1";
.panel-body input[type="text"] {
	height:40px;
}
.panel-title {
	color: #98AFC7;
	font-family: serif;
	font-weight: bold;
	font-size: 20px;
}
.loginDilogPosition {
	width: 35%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}


.spin {
  -webkit-animation: spin 2.0s infinite linear;
  -moz-animation: spin 2.0s infinite linear;
  -o-animation: spin 2.0s infinite linear;
  animation: spin 2.0s infinite linear;
  -webkit-transform-origin: 50% 58%;
  transform-origin:50% 58%;
  -ms-transform-origin:50% 58%; /* IE 9 */
}

@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*
     FILE ARCHIVED ON 04:46:21 Jun 26, 2014 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:39:46 Jun 29, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.606
  exclusion.robots: 0.052
  exclusion.robots.policy: 0.039
  esindex: 0.012
  cdx.remote: 7.654
  LoadShardBlock: 104.632 (3)
  PetaboxLoader3.resolve: 82.596 (3)
  PetaboxLoader3.datanode: 69.465 (4)
  load_resource: 91.277
*/