* {
  margin: 0;
  padding: 0;
}

.invalid,
.mandatory {
  margin-top: -0.2rem;
  color: red;
  font-size: small;
  font-weight: bold;
  font-family: 'Raleway', "Helvetica Neue", Helvetica;
}

.error {
  color: red;
  display: block;
  font-size: smaller;
}

.errorpage {
  color: red;
  display: block;
  font-size: big;
}

.success {
  color: green;
  display: block;
  font-size: smaller;
}

@font-face {
  font-family: bodyFont;
  src: url("../fonts/opensans-regular-webfont.ttf");
  src: url("../fonts/opensans-regular-webfont.woff2");
}
@font-face {
  font-family: headingFont;
  src: url("../fonts/OpenSans-Bold.ttf");
}
h1,
h2,
h3 {
  font-family: headingFont;
}

p,
label,
input,
option,
button,
a {
  font-family: 'Raleway', "Helvetica Neue", Helvetica;
}

a {
  text-decoration: none;
  color: black;
}

p {
  text-align: left;
}

select {
  margin-bottom: 0.3rem;
  height: 2rem;
  width: 100%;
}

input[type=password]::-ms-reveal {
  display: none;
}

.page-header {
  background-color: #f0f0f0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 6rem;
}
.page-header img {
  width: 9rem;
  height: 4rem;
  margin: 1.2rem;
}
.page-header .user {
  float: right;
  list-style-type: none;
  margin: 1rem;
}
.page-header .user #user-profile {
  height: 2.5em;
  width: 2.5em;
  border-radius: 50%;
  margin: 0rem 1rem;
  padding: 0.3rem;
  font-size: 1em;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: black;
}
.page-header .user #user-profile a {
  color: white;
}
.page-header .user #user-profile:hover {
  box-shadow: 0 0 1rem gray;
}
.page-header .user #logout {
  float: right;
  margin: 1rem 0.1rem;
}
.page-header .container {
  float: left;
  list-style-type: none;
  width:100%;
}
.page-header .user #logout img {
  width: 2rem;
  height: 1.5rem;
  margin: -0.1rem 0rem;
}

.container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .login-box {
  margin-top: 10.5rem;
  position: relative;
}
.container .login-box input {
  width: 15.6rem;
}
.container .error-box {
  margin-top: 8rem;  
  position: relative;  
}
.container .signup-box {
  margin-top: 8rem;
  margin-bottom: 3rem;
}
.container .signup-box input {
  width: 21.8rem;
}
.container .signup-box #signup-form {
  width: 21.8rem;
}
.container .signup-box #signup-form .pwd-requirements {
  margin-top: -11rem;
  margin-left: 6.5rem;
  font-size: smaller;
}
.container .pwd-box {
  margin-top: 10rem;
}
.container .pwd-box input {
  width: 17rem;
}
.container .pwd-box #pwd-form .pwd-requirements {
  margin-top: -11rem;
  margin-left: 9rem;
  font-size: smaller;
}
.container .email-box {
  margin-top: 10rem;
  width: 15rem;
}
.container .email-box input {
  width: 15rem;
}
.container .email-box #email-msg {
  font-size: small;
  text-align: left;
  margin-top: -0.5rem;
}
.container .email-box #email-btn {
  margin: 1.5rem 0rem 0.3rem;
}
.container .form-box {
  padding: 1.5rem 2rem;
  box-shadow: 0 0 1rem gray;
  border-radius: 1rem;
}
.container .form-box h2 {
  text-align: left;
  margin-bottom: 1rem;
}
.container .form-box label {
  font-weight: bold;
}
.container .form-box .form-label {
  margin-top: 1rem;
}
.container .form-box .form-input {
  height: 2.4rem;
}
.container .form-box input {
  margin-top: 0.2rem;
  margin-bottom: 0.3rem;
  border: none;
  border-bottom: solid rgba(199, 192, 192, 0.925);
  padding: 0.3rem 0;
}
.container .form-box input:focus {
  outline: none;
}
.container .form-box .select-input {
  margin: 0.5rem 0rem;
}
.container .form-box .checkbox-input {
  margin-top: 1rem;
  display: flex;
}
.container .form-box .checkbox-input #emailOptin {
  width: 1rem;
  margin-right: 0.5rem;
}
.container .form-box a {
  text-decoration: underline;
  margin-left: 10px;
  color: #007d43;
}
.container .form-box .toLogin {
  margin-bottom: 1rem;
  font-size: small;
}
.container .form-box .forgot-password {
  text-align: end;
  margin-top: 0.8rem;
  font-size: 0.8rem;
}
.container .form-box .left-arrow-icon {
  vertical-align: middle;
}
.container .form-box .form-btn {
	font-family: 'Raleway', "Helvetica Neue", Helvetica;
	font-weight: 900;
  	height: 2rem;
  	border-radius: 1rem;
  	border: none;
  	margin-bottom: 1rem;
  	background-color: #007d43;
  	color: white;
  	cursor: pointer;
	font-size: 17px;
	padding: 5px 20px 3px;
	box-shadow: none;
	box-sizing: border-box;
	border-bottom-color: #000;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	border-image-outset: 0;
	border-image-repeat: stretch;
	border-image-slice: 100%;
	border-image-source: none;
	border-image-width: 1;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.container .form-box .form-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.container .form-box #login-btn {
  margin-top: 1rem;
}
.container .form-box #signup-btn {
  margin-top: 1.3rem;
}
.container .form-box #pwd-btn {
  margin-top: 1.2rem;
  margin-bottom: 0.3rem;
}
.container .form-box .new-user p {
  text-align: center;
}
.container .password-input {
  display: flex;
  align-items: center;
  position: relative;
  height: auto;
}
.container .password-input .eye-icon {
  height: 1rem;
  width: 1rem;
  position: absolute;
  right: 0.4rem;
  cursor: pointer;
}

.welcomeheader {  
  font-family: 'Raleway', "Helvetica Neue", Helvetica;
  color: #007d43;
  font-size: 1.5em;
  font-weight:bold;
}

.welcome {
  margin: 6rem auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.welcome .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.welcome .img-box img {
  margin: 2rem 1rem;
  box-shadow: 0 0 10px gray;
}

.profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 18rem;
  margin: 7rem auto 0.5rem;
  border: 0.1rem solid #f0f0f0;
  border-radius: 1rem;
  padding: 0.7rem;
}
.profile .profile-pic img {
  margin: 0.5rem;
  width: 7.5rem;
  height: 7.5rem;
  border-radius: 50%;
  border: 0.1rem solid #f0f0f0;
}
.profile .details label {
  font-weight: bold;
  margin-top: 2rem;
}
.profile .details p {
  margin-bottom: 1rem;
}
.profile .details .name {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}


.security-form-description {
  font-family: 'Raleway', "Helvetica Neue", Helvetica;
  font-size: .7rem;
  color: #78a350;
  margin: 3px 0px 11px -25px; 
}
.security-form-description.gray {
   color: #ccc; 
}
.security-form-description a {
  text-decoration: none; 
}
.security-form-description .security-warning-rule {
  inline-size: 200px; 
}
.security-form-description .security-warning-rule.warn {
  color: red; 
}
.security-form-description .security-warning-rule img {
  display: none; 
}
.security-form-description .security-warning-rule.valid {
  color: #78a350;
}
 .security-form-description .security-warning-rule.valid img {
    display: inline-block;
    margin-bottom: -4px; 
}
.security-form-description span {
  margin-top: 18px;
  margin-bottom: 35px;
  margin-left: 25px;
 }
.security-form-description span  {
  list-style: none;
  margin: 5px 0; 
 }
.security-form-description span.warn {
  color: red; 
 }
.security-form-description span img {
  display: none; 
 }
.security-form-description span.valid {
  color: #78a350; 
 }
 .security-form-description span.valid img {
   display: inline-block;
   margin-bottom: -4px; 
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
  appearance: none;
}

@media screen and (max-width: 480px) {
  .page-header {
    width: 100%;
    height: 3.5rem;
  } 
  .page-header img {
    width: 5.5rem;
    height: 2.3rem;
    margin: 0.65rem;
  }
  .page-header .user {
    margin: 0.3rem;
    padding: 0.1rem;
  }
  .page-header .user #user-profile {
    height: 1.5em;
    width: 1.5em;
    border-radius: 50%;
    padding: 0.5rem;
    font-size: 0.8em;
    margin: 0.2rem 0.2rem;
  }
  .page-header .user #logout {
    float: right;
    margin: 0.8rem 0rem;
  }
  .page-header .user #logout img {
    width: 1.5rem;
    height: 1.2rem;
    margin-left: 0.3rem;
  }
  .container .login-box {
    margin-top: 11rem;
  }
  .container .signup-box {
    margin-top: 7.5rem;
    margin-bottom: 3.7rem;
    width: 250px;
  }
  .container .signup-box input {
    width: 130px;
  }
  .container .signup-box #signup-form {
    width: auto;
  }
  .container .signup-box #signup-form input {
    width: 250px;
  }
  .container .pwd-box {
    margin-top: 7rem;
  }
  .welcome {
    margin: 5rem auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .welcome .img-box {
    flex-wrap: wrap;
  }
  .welcome .img-box img {
    height: auto;
    width: 14rem;
    margin: 0.8rem 0.5rem;
    box-shadow: 0 0 10px gray;
  }
  .profile {
    width: 14rem;
    margin: 6rem auto;
    padding: 0.7rem;
  }
  .profile .profile-pic img {
    margin: 0.7rem 1rem;
    width: 5.5rem;
    height: 5.5rem;
    border-radius: 50%;
  }
  .profile .details label {
    margin-top: 2rem;
  }
  .profile .details p {
    margin-bottom: 1rem;
  }
  .profile .details .name {
    display: flex;
    justify-content: space-between;
    gap: 0.7rem;
  }
}
@media screen and (min-width: 480px) and (max-width: 844px) {
  .page-header {
    background-color: #f0f0f0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 5.5rem;
  }
  .page-header img {
    width: 9.5rem;
    height: 4.5rem;
    margin: 0.55rem;
  }
  .page-header .user {
    margin: 0.4rem;
    padding: 0.1rem;
  }
  .page-header .user #user-profile {
    height: 1.75em;
    width: 1.75em;
    border-radius: 50%;
    padding: 0.75rem;
    font-size: 0.9em;
    margin: 0.2rem 0.2rem;
  }
  .page-header .user #logout {
    margin: 1.2rem 0.85rem;
  }
  .container .login-box {
    margin: 11.5rem auto;
  }
  .container .signup-box {
    margin-top: 8rem;
    width: 300px;
  }
  .container .signup-box #signup-form {
    width: auto;
  }
  .container .signup-box #signup-form input {
    width: 300px;
  }
  .container .pwd-box {
    margin-top: 7.5rem;
  }
  .welcome {
    margin: 5.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .welcome .img-box {
    flex-wrap: wrap;
  }
  .welcome .img-box img {
    height: auto;
    width: 20rem;
    margin: 0.8rem 0.5rem;
    box-shadow: 0 0 10px gray;
  }
  .profile {
    width: 18rem;
    margin: 8rem auto;
  }
  .profile .profile-pic img {
    margin: 0.8rem 1rem;
    width: 6.5rem;
    height: 6.5rem;
    border-radius: 50%;
  }
  .profile .details label {
    margin-top: 2rem;
  }
  .profile .details p {
    margin-bottom: 1rem;
  }
  .profile .details .name {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 845px) and (max-width: 1100px) {
  .welcome {
    margin: 5.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .welcome .img-box {
    flex-wrap: wrap;
  }
  .welcome .img-box img {
    height: auto;
    width: 20rem;
    margin: 0.8rem 0.5rem;
    box-shadow: 0 0 10px gray;
  }
}/*# sourceMappingURL=style.css.map */