body{
	margin:0;
	color:#6a6f8c;
	/* background:#c8c8c8; */
	background:rgba(40,57,101,1);
	font:600 16px/18px 'Open Sans',sans-serif;
	height: 100%;
	/*background-image: url("stars.jpg");
  	background-repeat: repeat;*/
}
*,:after,:before{box-sizing:border-box}
.clearfix:after,.clearfix:before{content:'';display:table}
.clearfix:after{clear:both;display:block}
a{color:inherit;text-decoration:none}

pre {
	color:#FFFFFF;
}

h1 {
	color:#FFFFFF;
	margin-bottom: 35px;
	font-size: 22px;
}
h2 {
	font-size: 20px;
	margin-block-end: 1.5em;
	line-height: 1.25em;
}

.login-wrap{
	width:100%;
	margin:auto;
	max-width:1000px; /* 825px; */
	/* max-width:1200px; */
	/* min-height:1700px; */
	position:relative;
	/* background:url(https://raw.githubusercontent.com/khadkamhn/day-01-login-form/master/img/bg.jpg) no-repeat center; */
	/* background:url(../assets/background.jpg) repeat center; */
	box-shadow:0 12px 15px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19);
}

.lawmaker{
    font: 600 19px 'Open Sans',sans-serif;	
}

.lawmakertitle{
    font: 600 14px 'Open Sans',sans-serif;	
}
.lawmakerattributes{
    font: 600 12px 'Open Sans',sans-serif;	
}

.login-html{
	width:100%;
	/* height:100%; */
	/* min-height: 100%; */
	/* overflow: auto; */
    height: auto;
	position:absolute;
	padding:50px 25px 30px 25px;
	background:rgba(40,57,101,1);
}
.login-html .sign-in-htm,
.login-html .sign-up-htm{
	top:0;
	left:0;
	right:0;
	bottom:0;
	position:absolute;
	transform:rotateY(180deg);
	backface-visibility:hidden;
	transition:all .4s linear;
}
/*
.login-html .sign-in,
.login-html .sign-up,
.login-form .group .check{
	display:none;
}
*/
.hide {
	display: none !important;
}
.login-html .tab,
.login-form .group .label,
.login-form .group .button{
	text-transform:uppercase;
}
.login-html .tab{
	font-size:22px;
	margin-right:15px;
	padding-bottom:5px;
	margin:0 15px 10px 0;
	display:inline-block;
	/* border-bottom:2px solid transparent; */
}
.login-html .sign-in:checked + .tab,
.login-html .sign-up:checked + .tab{
	color:#fff;
	border-color:#1161ee;
}
.login-form{
	min-height:345px;
	position:relative;
	perspective:1000px;
	transform-style:preserve-3d;
}
.login-form .group{
	margin-bottom:15px;
}
.login-form .group .label,
.login-form .group .input,
.login-form .group .button{
	width:100%;
	/* color:#fff; */
	font-size: 16px;
	/* font-weight: bold; */
	display:block;
}
.login-form .group .input,
.login-form .group .button{
	border:none;
	/* padding:15px 20px; */
	padding:10px 15px;
	border-radius: 3px;
	/* background:rgba(255,255,255,.1); */
}
.login-form .group input[data-type="password"]{
	text-security:circle;
	-webkit-text-security:circle;
}
.login-form .group .label{
	color:#fff;
	font-size:12px;
}
.login-form .group .button{
	background:#1161ee;
}
.login-form .group label .icon{
	width:15px;
	height:15px;
	border-radius:2px;
	position:relative;
	display:inline-block;
	background:rgba(255,255,255,.1);
}
.login-form .group label .icon:before,
.login-form .group label .icon:after{
	content:'';
	width:10px;
	height:2px;
	background:#fff;
	position:absolute;
	transition:all .2s ease-in-out 0s;
}
.login-form .group label .icon:before{
	left:3px;
	width:5px;
	bottom:6px;
	transform:scale(0) rotate(0);
}
.login-form .group label .icon:after{
	top:6px;
	right:0;
	transform:scale(0) rotate(0);
}
.login-form .group .check:checked + label{
	color:#fff;
}
.login-form .group .check:checked + label .icon{
	background:#1161ee;
}
.login-form .group .check:checked + label .icon:before{
	transform:scale(1) rotate(45deg);
}
.login-form .group .check:checked + label .icon:after{
	transform:scale(1) rotate(-45deg);
}
.login-html .sign-in:checked + .tab + .sign-up + .tab + .login-form .sign-in-htm{
	transform:rotate(0);
}
.login-html .sign-up:checked + .tab + .login-form .sign-up-htm{
	transform:rotate(0);
}

.groupDiv {
	width: 100%;
}

.hr{
	height:2px;
	margin:60px 0 50px 0;
	background:rgba(255,255,255,.2);
}
.foot-lnk{
	text-align:center;
}

#temporary_txt {
    background-color: #fff;
    color: #000;
    font-size: 13px;
    font-weight: 300 !important;
    padding: 16px;
    width: 100%;
    letter-spacing: 1.3px;
}

#loader{
	position: fixed;
	display: none;
	left: 48%;
	top: 48%;
	width: 100%;
	height: 100%;
	z-index: 9999;
  }

.lds-spinner {
	color: official;
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
  }
  .lds-spinner div {
	transform-origin: 40px 40px;
	animation: lds-spinner 1.2s linear infinite;
  }
  .lds-spinner div:after {
	content: " ";
	display: block;
	position: absolute;
	top: 3px;
	left: 37px;
	width: 6px;
	height: 18px;
	border-radius: 20%;
	background: #000;
  }
  .lds-spinner div:nth-child(1) {
	transform: rotate(0deg);
	animation-delay: -1.1s;
  }
  .lds-spinner div:nth-child(2) {
	transform: rotate(30deg);
	animation-delay: -1s;
  }
  .lds-spinner div:nth-child(3) {
	transform: rotate(60deg);
	animation-delay: -0.9s;
  }
  .lds-spinner div:nth-child(4) {
	transform: rotate(90deg);
	animation-delay: -0.8s;
  }
  .lds-spinner div:nth-child(5) {
	transform: rotate(120deg);
	animation-delay: -0.7s;
  }
  .lds-spinner div:nth-child(6) {
	transform: rotate(150deg);
	animation-delay: -0.6s;
  }
  .lds-spinner div:nth-child(7) {
	transform: rotate(180deg);
	animation-delay: -0.5s;
  }
  .lds-spinner div:nth-child(8) {
	transform: rotate(210deg);
	animation-delay: -0.4s;
  }
  .lds-spinner div:nth-child(9) {
	transform: rotate(240deg);
	animation-delay: -0.3s;
  }
  .lds-spinner div:nth-child(10) {
	transform: rotate(270deg);
	animation-delay: -0.2s;
  }
  .lds-spinner div:nth-child(11) {
	transform: rotate(300deg);
	animation-delay: -0.1s;
  }
  .lds-spinner div:nth-child(12) {
	transform: rotate(330deg);
	animation-delay: 0s;
  }
  @keyframes lds-spinner {
	0% {
	  opacity: 1;
	}
	100% {
	  opacity: 0;
	}
  }
  
  #lawmakers {
	color: #FFF;
	overflow: auto;
	height: auto;
  }
  .lawmakersOverride {
	display: none !important;
  }
  .lawmakersCaptchaOverride {
	display: none !important;
  }

  .letter {
	display: none !important;
	color: #000;
    font-size: 12px;
    font-weight: 300;
	padding: 10px;
	margin: 20px 0px 20px 10px ;
	min-height: 670px;
	overflow: auto;
    height: auto;
	border:1px solid #555;
	/* box-shadow:0 12px 15px 0 rgba(0,0,0,.75),0 17px 50px 0 rgba(0,0,0,.75); */
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,1);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,1);
	box-shadow: 10px 10px 5px 0px rgba(0,0,0,1);
  }

  .double {
	margin-top: 20px;
	zoom: 1.5;
	transform: scale(1.5);
	-ms-transform: scale(1.5);
	-webkit-transform: scale(1.5);
	-o-transform: scale(1.5);
	-moz-transform: scale(1.5);
	transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
  }

  .submitMessage {
	display: none;
	font-size: 22px;
    width: 100%;
  }
 
  .button-4 {
	white-space: normal !important;
	word-wrap: break-word !important;
	display: none;
	font-size: 22px;
    width: 100%;
	appearance: none;
	/* background-color: #FAFBFC;*/
	background-color:#4eb5f1;
	border: 1px solid rgba(27, 31, 35, 0.15);
	border-radius: 12px;
	box-shadow: rgba(27, 31, 35, 0.04) 0 1px 0, rgba(255, 255, 255, 0.25) 0 1px 0 inset;
	box-sizing: border-box;
	color: #24292E;
	cursor: pointer;

	font-family: -apple-system, system-ui, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	list-style: none;
	padding: 6px 16px;
	position: relative;
	transition: background-color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	vertical-align: middle;
	white-space: nowrap;
	word-wrap: break-word;
	


	
  }
  
  .button-4:hover {
	background-color: #3366cc;
	text-decoration: none;
	transition-duration: 0.1s;
  }
  
  .button-4:disabled {
	background-color: #FAFBFC;
	border-color: rgba(27, 31, 35, 0.15);
	color: #959DA5;
	cursor: default;
  }
  
  .button-4:active {
	background-color: #EDEFF2;
	box-shadow: rgba(225, 228, 232, 0.2) 0 1px 0 inset;
	transition: none 0s;
	color: #000;
  }
  
  .button-4:focus {
	outline: 1px transparent;
  }
  
  .button-4:before {
	display: none;
  }
  
  .button-4:-webkit-details-marker {
	display: none;
  }

  .clear { clear: both; }

  /* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 100px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .modal-content {
	text-align: center;
	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border: 3px solid #888;
	border-radius: 3px;
	width: 80%;
  }
  
  /* The Close and Finish Button */
  .close {
	color: #222;
	/* float: right; */
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 15px;
  }
  
  .close:hover,
  .close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
  }
  .finish {
	color: #222;
	/* float: right; */
	font-size: 28px;
	font-weight: bold;
  }
  
  .finish:hover,
  .finish:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
  }

  #messageSentContent {
	text-align: center;
  }