
body {
  padding-left: 2%;
  padding-right: 2%;
}

.container {
  height: 90vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.login-wrapper {
  padding-top: 1.5rem;
  display: inline;
}

.cl-logo-link {
  display: inline-block;
  padding-bottom: 1.5rem;
  width: 100%;
  text-align: center;
}

.cl-logo-link .logo {
  width: 80%;
}

.cl-login-form-wrapper {
  display: block;
  width: 29.688rem;
  max-width: 29.688rem;
  border-radius: 0.438rem;
  background-color: #FFFFFF;
  /*border: 0.063rem solid black;*/
}

.cl-login-form {
  display: block;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.form-wrap {
  display: block;
}

.input-wrapper {
  display: block;
  padding-top: 2rem;
}

.input-wrapper label {
  display: block;
  /*padding-bottom: 0.75rem;*/
}

.cl-h1 {
  text-align: center;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 1.33rem;
  line-height: 1.2;
  color: #070707;
}

p {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 1.02rem;
  line-height: 1.2;
/*  color: #020029;*/
  color: #070707;
  /*text-align: center;*/
}

label {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.2;
  /*color: #020029;*/
  color: #070707;
}

input {
  width: 100%;
  background-color: #f7f9fc;
  border-radius: 0.438rem;
  border: 0.063rem solid #f2f4f7;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.2;
  /*color: #475467;*/
  color: #070707;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  padding-left: 0.55rem;
  padding-right: 0.55rem;
}

.form-control:focus {
  border: 0.063rem solid #635bff;
  background-color: #FFFFFF;
  /*box-shadow: 0 0 5px #635bff;*/
  outline: none;
}

.btn-wrapper {
  padding-top: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.login-btn {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 1.02rem;
  line-height: 1.2;
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
  padding-left: 2rem;
  padding-right: 2rem;
  border: none;
  background-color: var(--button, var(--button-default)) !important;
  color: #FFFFFF;
  border-radius: 0.438rem;
  cursor: pointer;
}

.login-btn:hover {
  background-color: var(--button-hover, var(--button-hover-default)) !important;;
  /*background-color: #475467;*/
  text-decoration: none;
}

.forgot-pw-wrapper {
  padding-top: 0.75rem;
  display: block;
  text-align: center;
}

.forgot-pw-link {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.2;
  color: #635bff;
  text-decoration: none;
}

.forgot-pw-link:hover {
  /*color: #020029;*/
  color: #070707;
  text-decoration: none;
}

.copyright-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  /*text-align: center;*/
}

.new-hire-signin-wrapper {
  display: inline-block
}

.newhire-login {
  width: 29.688rem;
  max-width: 29.688rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 0.775rem;
  line-height: 1.2;
  /*color: #020029;*/
  color: #070707;
  padding-top: 1rem;
}

.newhire-link {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 0.775rem;
  line-height: 1.2;
  color: #635bff;
  text-decoration: none;
}

.newhire-link:hover {
  /*color: #020029;*/
  color: #070707;
}
  
.copyright {
  width: 29.688rem;
  max-width: 29.688rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 0.775rem;
  line-height: 1.2;
  /*color: #020029;*/
  color: #070707;
}

.contact-link {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 0.775rem;
  line-height: 1.2;
  /*color: #020029;*/
  color: #070707;
  text-decoration: none;
}

.contact-link:hover {
  color: #635bff;
  text-decoration: none;
}

.dot {
  padding: 0 0.188rem;
  font-size: 1rem;
  vertical-align: middle;
}

.error-message {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.2;
  display: none;
  color: #ff6678;
  padding-top: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.313rem;
}

.error-icon {
  width: 0.75rem;
  height: 0.75rem;
  margin-right: 0.25rem;
}

@media screen and (max-width: 480px) {
  body {
    padding-left: 2%;
    padding-right: 2%;
  }


  .login-wrapper {
    display: inline;
  }

  .cl-login-form-wrapper {
    max-width: 23.438rem;
    width: 23.438rem;
  }

  .cl-logo-link .logo {
    width: 8.438rem;
  }

  input {
    font-size: 0.75rem;
  }

  .copyright {
    width: 23.438rem;
    max-width: 23.438rem;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 0.775rem;
    line-height: 1.2;
    /*color: #020029;*/
    color: #070707;
  }

  .newhire-login {
    width: 23.438rem;
    max-width: 23.438rem;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 0.775rem;
    line-height: 1.2;
    /*color: #020029;*/
    color: #070707;
    padding-top: 1rem;
  }
  
  .newhire-link {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 0.775rem;
    line-height: 1.2;
    color: #635bff;
    text-decoration: none;
  }
  
  .newhire-link:hover {
    /*color: #020029;*/
  color: #070707;
  }
}


