body {
  background: #f0f4f4;
  font-family: Poppins;
}

div.background {
  background-image: url(../images/background.png);
  height: 100vh; 
  display: flex;
  background-size: cover;
  align-items: center;
}

div#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 */
}

div#reset-password-modal {
  font-family: Poppins;
  transition: box-shadow 280ms cubic-bezier(.4,0,.2,1);
  display: none;
  position: relative;
  border-radius: 5px;
  max-width: 400px;
  min-width: 280px;
  min-height: 200px;
  padding: 16px;
  margin: 0 auto;
  box-sizing: border-box;
  background-color: #ffffff;
  vertical-align: middle !important;
  text-align: left;
  /* box-shadow: 5px 5px 8px #404040, -5px -5px 8px #606060; */
  border: solid 1px #607d8b;
}

#forgot-password {
  font-size: 12px;
  font-weight: 500;
}

#forgot-password:hover {
  text-decoration: underline;
  cursor: pointer;
  color: #71b644 !important;
}

div.reset-password {
  padding-top: 10px;
  clear: both !important;
  text-align: left;
}

div#reset-password-modal form {
  clear: both;
  max-height: 500px;
  margin-block-end:0 !important;
  padding-bottom: 0% !important;
}

.reset-button {
  background-color: #71b644 !important;
  color: #f0f0f0 !important;
}

.reset-button:disabled {
  opacity: 0.75;
  color: #f0f0f0 !important;
}

.button-group{
  flex: 1;
  display: flex;
  align-items: flex-end;
  padding-bottom: 0 !important;
}

div#reset-password-modal input[type=button] {
	font-size: 14px;
	min-width: 15%;
	max-width: 25%;
	margin-top: 15px;
	font-weight: 500;
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
}
  
div#reset-password-modal input[type=button]:hover {
	background-color: #f0f0f0;
	color: #404040;
}

div#reset-password-modal input[type=button].active {
  background-color: #71b644;
  color: #ffffff; 
  cursor: pointer;
  clear: both;
}

div#reset-password-modal input[type=button].active:hover {
  background-color: #71b644;
  color: #ffffff; 
  cursor: pointer;
  clear: both;
}

div.login-card {
  transition: box-shadow 280ms cubic-bezier(.4,0,.2,1);
  display: block;
  position: relative;
  padding: 16px;
  border-radius: 5px;
  max-width: 400px;
  min-width: 280px;
  margin: 0 auto;
  box-sizing: border-box;
  background-color: #ffffff;
  vertical-align: middle;
  text-align: center;
  /* box-shadow: 5px 5px 8px #404040, -5px -5px 8px #606060; */
  border: solid 1px #607d8b;
}

div.login-card img.logo {
  max-height: 100px;
}

div.login-card form {
  clear: both;
  display: block;
  height: 100px;
}

div#reset-password-modal h1 {
  font-family: Poppins;
  flex: 1 !important;
  font-size: 1em !important;
  margin: 0 0 0 -2px !important;
}

h4 {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  margin-top: 10px;
  margin-bottom: 10px;
}

input[type=text],input[type=password],input[type=email] {
  line-height: 32px;
  height: 32px;
  margin-bottom: 20px;
  font: inherit;
  font-size: 14px;
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
  text-align: left;
  border: none;
  border-bottom: solid 1px #71b644;
  box-shadow: none;
  background-color: #ffffff;
  border-radius: 0;
}

input[type=email] {
  max-width: 90% i !important;
}

input[type=text]:focus ,input[type=password]:focus, input[type=email]:focus {
  border-bottom: solid 2px #71b644;
  outline: none;
}

input[type=checkbox] {
  float: left;
}

input[type=text].error,input[type=password].error {
  border: solid 1px red;
}

label.error {
  color: red;
}

div#tandc label, label {
  float: left;
  font-size: 12.8px;
  font-weight: 300;
  color: #808080;
  height: 28px;
  line-height: 28px;
}

div#tandc label {
  height: 40px;
  line-height: 40px;
}

label.input-label {
  font-weight: 400;
  color: #71b644;
}

input[type=button] {
	font-size: 14px;
	width: 100%;
	margin-top: 20px;
	font-weight: 500;
	height: 48px;
	line-height: 48px;
	border-radius: 5px;
	box-shadow: 2px 2px 5px #d0d0d0, -2px -2px 5px #ffffff;
}

input[type=button]:hover {
	background-color: #f0f0f0;
	color: #404040;
}

input[type=button].active {
  background-color: #71b644;
  color: #ffffff; 
  cursor: pointer;
  clear: both;
}

input[type=button].active:hover {
  background-color: #71b644;
  color: #ffffff; 
  cursor: pointer;
  clear: both;
}

img.link {
  height: 5em;
}

div.copyright {
	font-size: 0.6em;
	color: black;
	margin-top: 2px;	
	display: flex;
	line-height: 15px;
	flex-direction: column;
	align-items: center;
	clear: both;
}

div.checkbox-checked {
  clear: both;
  height: 40px;
  line-height: 40px;
  font-weight: 300;
  font-size: 16px;
  cursor: pointer;
  background-image: url('../images/checkbox_checked.png');
  background-repeat: no-repeat;
}

div.checkbox-checked:hover {
  background-image: url('../images/checkbox_checked_hover.png');
}

div.checkbox-unchecked {
  height: 40px;
  line-height: 40px;
  font-weight: 300;
  font-size: 16px;
  clear: both;
  cursor: pointer;
  background-image: url('../images/checkbox_unchecked.png');
  background-repeat: no-repeat;
}

div.checkbox-unchecked:hover {
  background-image: url('../images/checkbox_unchecked_hover.png');
}

div.checkbox-checked label, div.checkbox-unchecked label {
  margin-left: 40px;
  color: rgba(0, 0, 0, 0.87);
}
