html, body {
	height: 100%;
}

.bg_green {
	background-color: #37BD97;
}

.btn-primary {
	background-color: #F3A111;
	border-color: #F3A111;;
}
.small {
  font-size: 0.7rem;
}
a {
	color: #F3A111;
}

a:hover button:hover {
	color: #37BD97;
}

body {
	/*  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
*/
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #f5f5f5;
}

.header {
	border-bottom: 2px solid #37BD97;
	margin-bottom: 30px;
}

.footer {
	border-top: 2px solid #37BD97;
	margin-bottom: 30px;
	margin-top: 30px;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(243, 161, 17, 0.25);
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(243, 161, 17, 0.25);
}

.form-control:focus, .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
.custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(243, 161, 17, 0.25);
}

.form-signin {
	width: 100%;
	max-width: 330px;
	padding: 15px;
	margin: 0 auto;
}

.form-check-input {	margin-left:0; margin-top: .2rem;}
.checkbox { margin-left: 1.0rem; margin-right: 1.0rem}
.checkbox label {margin-left:1.3rem;}
.form-signin .checkbox {
	font-weight: 400;
}

.form-signin .form-control {
	position: relative;
	box-sizing: border-box;
	height: auto;
	padding: 10px;
	font-size: 16px;
}

.form-signin .form-control:focus {
	z-index: 2;
}

.form-signin input[type="email"] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}