/**
 * If using a CSS pre-processor, tell it to overwrite this file. If not, place
 * your custom CSS modifications here.
 */
@import "../assets/fonts/fonts.css";

body,
html,
.dialog-off-canvas-main-canvas,
body.path-reset-password-success .row,
body.path-reset-password-success .col-sm-12,
body.path-reset-password-success .region.region-content {
  margin: 0;
  /* height: 100%;
  display: grid; */
}
.main-container {
  display: flex;
}
.main-container .image-section {
  width: 60%;
  height: 100vh;
}
.main-container .image-section img {
  width: 100%;
  height: 100%;
}
.user-forms {
  transform: unset;
  top: 0;
  padding-top: 0;
}

body.path-reset-password-success {
  font-family: "J&JCircular-Light";
  background: url("../assets/images/log-in-fpo.png") top center no-repeat;
  background-size: cover;
  position: relative;
  height: 100%;
  width: 100%;
}
.jlabs-toronto {
  background: url("../assets/images/JLABS@Toronto.png") top center no-repeat;
  background-size: cover;
  position: relative;
  height: 100%;
  width: 100%;
}
.jpod-boston {
  background: url("../assets/images/JPOD@Boston.png") top center no-repeat;
  background-size: cover;
  position: relative;
  height: 100%;
  width: 100%;
}
.jpod-philadelphia {
  background: url("../assets/images/JPOD@Philadelphia.png") top center no-repeat;
  background-size: cover;
  position: relative;
  height: 100%;
  width: 100%;
}
.jlabs-mbcbiolabs {
  background: url("../assets/images/JLABS@MBCBiolabs.png") top center no-repeat;
  background-size: cover;
  position: relative;
  height: 100%;
  width: 100%;
}
.jlabs-m2d2 {
  background: url("../assets/images/JLABS@M2D2.png") top center no-repeat;
  background-size: cover;
  position: relative;
  height: 100%;
  width: 100%;
}
.jlabs-labcentral {
  background: url("../assets/images/JLABS@LabCentral.png") top center no-repeat;
  background-size: cover;
  position: relative;
  height: 100%;
  width: 100%;
}
.jlabs-be {
  background: url("../assets/images/JLABS@BE.png") top center no-repeat;
  background-size: cover;
  position: relative;
  height: 100%;
  width: 100%;
}
.jlabs-tmc {
  background: url("../assets/images/JLABS@TMC.png") top center no-repeat;
  background-size: cover;
  position: relative;
  height: 100%;
  width: 100%;
}
.jlabs-ssf {
  background: url("../assets/images/JLABS@SSF.png") top center no-repeat;
  background-size: cover;
  position: relative;
  height: 100%;
  width: 100%;
}
.jlabs-sandiego {
  background: url("../assets/images/JLABS@SanDiego.png") top center no-repeat;
  background-size: cover;
  position: relative;
  height: 100%;
  width: 100%;
}
/* .jlabs-nyc {
    background: url('../assets/images/JLABS@NYC.png') top center no-repeat;
  background-size: cover;
  position: relative;
  height: 100%;
  width: 100%;
} */
body.path-reset-password-success .loginarea {
  background: none;
}

.loginarea .loginbox {
  margin: 0 auto;
  padding: 60px 60px 50px;
  position: relative;
  background: #f1efed;
  max-height: 100vh;
  height: 100vh;
  width: 45%;
}
body.path-reset-password-success .col-sm-12 a#main-content,
body.path-reset-password-success .col-sm-12:after,
body.path-reset-password-success .loginarea:after,
body.path-reset-password-success .row:after,
body.path-reset-password-success .row:before,
.loginarea .form-item .control-label:after,
.loginarea button.form-submit span.icon,
.loginarea .loginbox h1.page-header,
.loginarea .loginbox nav.tabs,
#password-policy-status,
.messages__wrapper,
.description {
  display: none;
}

.loginarea .user-register-form {
  display: flex;
  gap: 10%;
  justify-content: space-between;
  padding-bottom: 20px;
  align-items: center;
}
.loginarea .user-register-form > img {
  width: 58%;
}
.loginarea .user-register-form > span {
  color: #eb1800;
  font-size: 25px;
  font-family: "JohnsonText Regular";
  @media only screen and (max-width: 600px) {
    font-size: 17px;
  }
}
.loginarea .form-item {
  padding-top: 35px;
  margin: unset;
}
.loginarea .form-item input.form-control {
  outline: 1px solid #f1efed;
  font-size: 18px;
  border: 1px solid #f1efed;
  background: white;
  padding: 8px;
  height: 40px;
  position: relative;
  box-shadow: none;
  color: #212121;
}
.loginarea .form-item input.form-control::placeholder {
  color: transparent !important;
}
.loginarea .form-item input.form-control:focus + label.control-label {
  display: block;
  opacity: 1;
  top: 5px;
}
.loginarea .form-item {
  position: relative;
}
.loginarea .form-item .pass-error-1 {
  padding-bottom: 8px;
}
.loginarea .form-item .restrictions {
  color: #212121;
}
.loginarea .form-item .restrictions ul {
  list-style-type: none;
  padding: 0 0 10px 15px;
  margin: 0;
}
.loginarea .form-item .restrictions ul li {
  position: relative;
}
.loginarea .form-item .restrictions ul li:before {
  content: "+";
  display: block;
  position: absolute;
  z-index: 2;
  left: -15px;
  top: 0px;
}
.loginarea .form-item.error input,
.loginarea .form-item.error label,
.error {
  color: #eb1800;
}
.loginarea .form-item .control-label {
  color: #6e6e6e;
  font-weight: normal;
  position: absolute;
  font-family: "JohnsonText Light";
  z-index: 1;
  margin: 0;
  top: 5px;
  opacity: 1;
  left: 0;
  font-size: 20px;
}
body.path-reset-password-success .links a,
.loginarea button.form-submit {
  width: 182px;
  height: 48px;
  margin: 0;
  font-size: 16px;
  border-radius: 24px;
  position: relative;
  background: #eb1800;
  border: #eb1800;
  color: white;
  font-family: "JohnsonText Regular";
}
.loginarea button.form-submit:focus {
  outline: none;
}
/* body.path-reset-password-success .links a:after,
.loginarea button.form-submit:after {
  content: ' ';
  display: inline-block;
  height: 12px;
  width: 18px;
  background: url('../assets/icons/arrow-right-blue.svg');
  background-size: 100%;
  margin-left: 10px;
} */
.loginarea button.form-submit[disabled] {
  background-color: #f5f7fa;
  border: transparent;
  color: #878b8d;
}
/* .loginarea button.form-submit[disabled]:after {
  background: url('../assets/icons/arrow-right-gry.svg');
  background-size: 100%;
} */
.loginarea .form-actions {
  text-align: left;
  padding: 20px 0;
}
.loginarea .links {
  text-align: left;
  font-size: 16px;
  color: #888b8d;
}
.loginarea .links a {
  color: #eb1800;
  font-family: "JohnsonText Medium";
}
.loginarea .links a:hover {
  color: #eb1800;
}
.loginarea .links a.bluelink {
  color: #eb1800;
}
.loginarea .links a.bluelink:hover {
  color: #eb1800;
}
.openid-connect-login-form .jjfederated .button {
  background: none !important;
  border: none;
  font-size: 16px;
  cursor: pointer;
  align-items: normal;
  box-shadow: none;
  border-style: none;
  text-align: left;
  color: #eb1800;
  font-family: "JohnsonText Medium";
  margin: unset;
  padding: unset;
  width: 100%;
}

.highlighted-text-block-user {
  font-size: 15px;
  color: #888b8d;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  font-family: "J&JCircular-Medium";
}
.openid-connect-login-form .jjfederated .button:after {
  display: none;
}

.openid-connect-login-form .jjfederated .button:hover {
  text-decoration: underline;
}
.loginarea .form-item #name_error,
.loginarea .form-item #pass_error {
  color: #eb1800;
  padding-top: 12px;
  font-size: 12px;
}

.loginarea .form-item.login-error input.form-control {
  color: #eb1800;
  border-bottom: 1px solid #eb1800;
}
.loginarea .form-item.login-error label {
  color: #eb1800;
}

.user-login-form.login-error .form-type-password input {
  color: #eb1800;
  border-bottom: 1px solid #eb1800;
}
.user-login-form.login-error .form-type-password label {
  color: #eb1800;
}
.user-login-form.login-error .form-item-name input {
  color: #eb1800;
  border-bottom: 1px solid #eb1800;
}
.user-login-form.login-error .form-item-name label {
  color: #eb1800;
}

.user-pass button.btn-danger {
  border: none;
}
.user-pass button.btn-danger:active:focus {
  background-color: #eb1800;
}
.user-pass.login-error .form-item label {
  color: #eb1800;
}
.user-pass.login-error .form-item input {
  color: #eb1800;
  border-bottom: 1px solid #eb1800;
}

.copyrightinfo,
body.path-reset-password-success footer.footer {
  color: #888b8d;
  max-width: 1050px;
  font-size: 18px;
  margin: 0 auto;
  z-index: 3;
  text-align: center;
  position: relative;
  padding: 50px 20px 0;
  border: none;
}
body.path-reset-password-success footer.footer {
  padding-bottom: 50px;
  padding-top: 0;
}
.loginbox h1 {
  margin: 0;
  font-size: 24px;
  color: #eb1800;
  font-family: "JohnsonDisplay Regular";
  font-weight: normal;
  text-align: center;
}
.loginbox .jlabs-text {
  background-color: #dedbd7;
  font-family: "JohnsonText Medium";
  color: #555555;
  padding: 1% 3%;
  width: fit-content;
  margin-bottom: 4rem;
}

body.path-reset-password-success .main-container.container {
  width: 100%;
  padding: 0;
}
body.path-reset-password-success section.col-sm-12 {
  padding: 0;
}
body.path-reset-password-success .loginbox.reset-success-form p {
  text-align: center;
  padding-top: 15px;
  color: #888b8d;
}
body.path-reset-password-success .links a {
  text-decoration: none;
  display: inline-block;
  padding-top: 13px;
}
body.path-reset-password-success .links p {
  padding: 0;
}
body.path-reset-password-success .links a:hover {
  color: white;
}
body.path-reset-password-success .password-reset-success-logo {
  padding: 48px 0;
}
body.path-reset-password-success .password-reset-success-logo p {
  padding: 0;
  height: 124px;
  width: 124px;
  margin: 0 auto;
  position: relative;
  text-indent: -9999px;
  border-radius: 100px;
  border: 5px solid #08bcf1;
}
body.path-reset-password-success .password-reset-success-logo p:after {
  background: url("../assets/icons/checkbox-blue.svg") center no-repeat;
  background-size: 200%;
  position: absolute;
  display: block;
  content: "";
  z-index: 0;
  width: 48px;
  height: 48px;
  margin: auto;
  right: 0;
  left: 0;
}

@media only screen and (max-width: 600px) {
  .loginarea .loginbox {
    padding: 30px 30px 20px;
    width: 350px;
  }
  .loginarea .form-item input.form-control {
    font-size: 14px;
    height: 35px;
  }
  .copyrightinfo {
    font-size: 14px;
  }
  .loginarea .logo img {
    width: 245px;
  }
  .loginbox h1 {
    font-size: 18px;
  }
  body.path-reset-password-success .password-reset-success-logo p {
    height: 116px;
    width: 116px;
  }
  body.path-reset-password-success .password-reset-success-logo p:after {
    background-size: 180%;
  }
  body.path-reset-password-success .password-reset-success-logo {
    padding: 42px 0;
  }
  body.path-reset-password-success {
    background-size: inherit;
  }
}
