/**
 * 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 {
  font-family: "J&JCircular-Light", Arial;
  margin: 0;
  height: 100%;
  display: grid;
}
.user-forms {
  padding: 50px 0;
  top: 50%;
  z-index: 8;
  position: relative;
  transform: translateY(-50%);
}
.loginarea,
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:after,
body.path-reset-password-success:after {
  position: absolute;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background-image: radial-gradient(
    circle at 50% 53%,
    #000000,
    rgba(0, 0, 0, 0) 200%,
    rgba(0, 0, 0, 0) 117%
  );
}
.loginarea .loginbox {
  max-height: 526px;
  width: 474px;
  margin: 0 auto;
  border-radius: 12px;
  box-shadow: 2px 12px 17px 0 rgba(0, 0, 0, 0.5);
  background: white;
  padding: 60px 60px 50px;
  position: relative;
  z-index: 5;
}
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 {
  text-align: center;
  padding-bottom: 20px;
}
.loginarea .form-item {
  padding-top: 35px;
}
.loginarea .form-item input.form-control {
  padding: 0;
  outline: none;
  border: none;
  font-size: 18px;
  border-bottom: 1px solid #212121;
  border-radius: 0;
  height: 40px;
  position: relative;
  background: none;
  box-shadow: none;
  color: #212121;
}
.loginarea .form-item input.form-control:focus + label.control-label {
  display: block;
  opacity: 1;
  top: 15px;
}
.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: #c8102e;
}
.loginarea .form-item .control-label {
  transition: all 0.25s linear;
  color: #888b8d;
  font-weight: normal;
  position: absolute;
  opacity: 0;
  z-index: 1;
  margin: 0;
  top: 45px;
  left: 0;
}
body.path-reset-password-success .links a,
.loginarea button.form-submit {
  width: 182px;
  height: 48px;
  margin: 0;
  font-size: 16px;
  color: white;
  border-radius: 24px;
  position: relative;
  background-color: #212121;
}
.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: center;
  padding: 20px 0;
}
.loginarea .links {
  text-align: center;
  font-size: 14px;
  color: #888b8d;
}
.loginarea .links a {
  color: #888b8d;
}
.loginarea .links a:hover {
  color: #333;
}
.loginarea .links a.bluelink {
  color: #08bcf1;
}
.loginarea .links a.bluelink:hover {
  color: #08bcf1;
}
.openid-connect-login-form .jjfederated .button {
  background: none!important;
  border: none;
  text-align: center;
  font-size: 14px;
  color: #08bcf1;
  cursor: pointer;
  align-items: normal;
  box-shadow: none;
  border-style: none;
  width: 100%;
  font-family: 'J&JCircular-Medium';
}

.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: #c8102e;
  padding-top: 12px;
  font-size: 12px;
}

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

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

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

.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: #08bcf1;
  font-weight: normal;
  text-align: center;
}

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;
  }
}