.body-container {
  margin: 0;
}

.left-side {
  background-image: url("../images/leftSide.png");
  background-size:cover;
  background-repeat: no-repeat;
  background-position: center right;
}

.left-side svg {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
}

.programs-filter {
  display: flex;
  justify-content: center;
}

.pro-card-container {
  width: 99%;
  display: flex;
  justify-content: center;
}

.left-section-container .section1 > div:first-child,
.left-section-container .section2 > div:first-child {
  color: #cff234;
  font-size: 18px;
  font-weight: 500;
}

.owl-prev {
  margin-left: -20px !important;
  left: 0;
}

.owl-next {
  right: -28px;
}

.owl-next,
.owl-prev {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 35px !important;
  height: 35px !important;
  background: rgba(255, 255, 255, 0.11) !important;
  border-radius: 50% !important;
  display: block !important;
}

.owl-theme .owl-nav [class*="owl-"] {
  margin: 0;
}

.blogs-container {
  margin-left: -2px;
}

.blogs-container .card-title {
  color: #6142e5;
  font-family: "Montserrat", Sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2em;
  margin-bottom: 0;
}

.blogs-container .card-body {
  padding: 10px 3px;
}

.owl-next {
  right: -15px;
}

.owl-next,
.owl-prev:focus {
  outline: none !important;
}

.owl-prev i,
.owl-next i {
  color: #ccc;
  font-size: 25px;
  font-weight: bold;
}

.pr-filter-btn {
  font-style: normal;
  font-weight: 500;
  font-size: 12.5px;
  font-family: Roboto, sans-serif;
  letter-spacing: 1px;
  margin-right: 15px;
  padding: 0 5px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border-bottom: 1.5px solid rgba(0, 0, 0, 0);
  color: #fff;
  line-height: 3;
  text-transform: capitalize;
}

.filter-container .pr-filter-btn:last-child {
  margin-right: 0px;
}

.pr-filter-btn:hover,
.pr-filter-btn.active {
  border-bottom: 1.5px solid #cff234;
}
.filter-container {
  border-top: 0.5px solid #ffffff;
  display: inline-block;
  padding: 5px 0;
  text-align: center;
  margin-top: 15px;
}

.filter-container span {
  display: inline-block;
}

.left-side,
.right-side {
  padding: 10px 4vw;
  position: relative;
}

.right-side {
  /* background-image: url("../images/right-side-bgy.jpg");
  background-size: cover;
  background-repeat: no-repeat; */
}

.right-side .form-container {
  margin-top: 40px;
}

label {
  color: #707070;
}

.form-container input[type="text"],
.form-container input[type="password"] {
  background: #f7f7f7;
  border: 1px solid #829AAB;
  padding: 14px 20px 15px 20px; 
  height: auto;
}

.custom-blue-button {
  border-radius: 50px;
  padding: 6px 30px;
  height: auto;
}

.career-planner-btn,
.pharma-logo {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.career-planner-btn div:last-child a,
.pharma-logo div:last-child a {
  color: #e843e5;
  font-weight: bold;
  font-size: 20px;
}

.pharma-logo {
  justify-content: flex-start;
}

.pharma-logo div:last-child a {
  color: #fff;
  font-weight: 400;
}

.pharma-logo div:last-child a:hover {
  text-decoration: none;
}

.pharma-title {
  border-left: 10px solid #cff234;
  padding-left: 20px;
  padding-bottom: 1px;
}

.pharma-subscribe {
  border-left: 10px solid #6142e5;
  padding-left: 20px;
  padding-bottom: 1px;
}

.btn-createacc {
	color: #6142E5;
    text-decoration: none;
    background-color: transparent;
}

/*programs slider*/

.owl-carousel.owl-drag .owl-item {
  margin: 10px 0;
}

/*programs slider*/

@media (min-width: 992px) {
  .body-container {
    min-height: 100vh;
  }

  .right-side .form-container {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%);
    width: 60%;
    margin-top: 0px;
  }

  footer {
    position: fixed;
    bottom: 0px;
    width: 50%;
    background: #ffffff;
    z-index: 999;
  }

  .left-section-container{
      max-width: 780px;
  }
}

@media (max-width: 992px) {
  
  footer{
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    
  }
  
  a{
    color: #F9F6EE !important;
  }

  .form-group label{
    color: #F9F6EE;
  }
  .form-container > h1{
    color:#F9F6EE
  }

  .form-container h1{
    color:#F9F6EE !important;
  }

  .form-check label{
    color:#F9F6EE !important;
  }

  body::before{
    content:"";
    position:fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/rn_brain_large_render.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center left;
    filter:brightness(30%);
  }

  body{
    position: relative;
    height: 100vh;;
  }

  .left-side {
    display: none;
  }
  .right-side .form-container {
    margin: 106px 0;
  }
  .owl-theme .owl-nav{
    display: none;
  }

  .body-container {
    flex-direction: column-reverse;
  }
}



@media (max-width: 471px) {
  .career-planner-btn div:last-child a,
  .pharma-logo div:last-child a {
    font-size: 14px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .left-side svg {
    display: none;
  }
  .owl-carousel .owl-item img {
    width: auto;
    height: 110px;
  }
}

.form-group.has-error label {
	color: #dc3545;
}

.form-group.has-error input {
	color: #dc3545;
	border-color: #dc3545;
}

.form-group.has-success label {
	color: #28a745;
}

.form-group.has-success input {
	color: #28a745;
	border-color: #28a745;
}

/*btn primary re-styling*/
.btn-primary-login {
  color: #fff;
  background-color: #D30000;
  border-color: #D30000
}

.btn-primary-login:hover {
  color: #fff;
  background-color: #be0404;
  border-color: #be0404
}

.btn-primary-login.focus,.btn-primary-login:focus {
  color: #fff;
  background-color: #be0404;
  border-color: #be0404;
  box-shadow: 0 0 0 .2rem rgba(211, 0, 0, .5)
}

.btn-primary-login.disabled,.btn-primary-login:disabled {
  color: #fff;
  background-color: #D30000;
  border-color: #D30000
}

.btn-primary-login:not(:disabled):not(.disabled).active,.btn-primary-login:not(:disabled):not(.disabled):active,.show>.btn-primary-login.dropdown-toggle {
  color: #fff;
  background-color: #be0404;
  border-color: #be0404;
}

.btn-primary-login:not(:disabled):not(.disabled).active:focus,.btn-primary-login:not(:disabled):not(.disabled):active:focus,.show>.btn-primary-login.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(211, 0, 0, .5)
}

