/**
 * Styles for the login page
 */
header, footer {
  display: none;
}

body.bz-service-owl-landing footer,
body.bz-service-landing.style-owl footer {
  display: inherit;
}

body.style-owl {
  background: none;
  /* colors */
  /* fix look of cookie warning */
}
body.style-owl main.row {
  margin: 0;
  max-width: 100%;
}
body.style-owl main.row > div {
  box-shadow: none;
  padding: 0;
  margin: 0;
}
body.style-owl article.owl-style {
  margin: 120px auto;
}
body.style-owl article.owl-style .row.login-forms .login-form {
  background: #fff;
}
body.style-owl article.owl-style .row.login-forms .info {
  padding: 0 0 0 0.5rem;
}
body.style-owl article.owl-style .title {
  background: #00beff;
  color: white;
  line-height: 34px;
  border-radius: 8px 8px 0 0;
}
body.style-owl article.owl-style .title .owl-icon {
  background: url("images/owl_graphic.png") no-repeat scroll right bottom rgba(0, 0, 0, 0);
  display: inline-block;
  float: right;
  height: 105px;
  margin-top: -70px;
  width: 100px;
}
body.style-owl article.owl-style .title .owl-icon.reverse {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}
body.style-owl article.owl-style .username {
  padding-top: 10px;
}
body.style-owl article.owl-style input[type=text] {
  border-radius: 20px;
}
body.style-owl article.owl-style .buttons {
  border-radius: 0 0 10px 10px;
}
body.style-owl article.owl-style .buttons .button {
  font-size: 14px;
  margin-right: 16px;
}
body.style-owl article.owl-style .failed {
  padding: 10px 0;
}
body.style-owl header.owl-style.owl-teacher {
  background: #64686C;
  box-shadow: none;
  display: block;
  height: 48px;
  margin: 0;
  width: 100%;
}
body.style-owl header.owl-style.owl-teacher h1 {
  font-size: 52px;
  height: 48px;
  background: url("images/owl-logo.png") no-repeat scroll left top transparent;
  margin: auto;
  width: 960px;
  float: none;
}
body.style-owl header.owl-style.owl-teacher h1 a {
  width: 152px;
  display: block;
  height: 48px;
}
body.style-owl article.owl-style.owl-teacher {
  margin: 120px auto 0;
  width: 400px;
}
body.style-owl article.owl-style.owl-teacher .row {
  background: #71C3CE;
  color: #fff;
  min-width: auto;
}
body.style-owl article.owl-style.owl-teacher h4, body.style-owl article.owl-style.owl-teacher label {
  color: #fff;
  font-weight: bold;
}
body.style-owl article.owl-style.owl-teacher h4 .owl-icon {
  background: url("images/owl_graphic.png") no-repeat scroll right bottom rgba(0, 0, 0, 0);
  display: inline-block;
  float: right;
  height: 105px;
  margin-top: -66px;
  width: 100px;
}
body.style-owl article.owl-style.owl-teacher h4 .owl-icon.reverse {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}
body.style-owl article.owl-style.owl-teacher .password div > label {
  line-height: 1.5;
}
body.style-owl article.owl-style.owl-teacher .email {
  padding: 10px 0;
}
body.style-owl article.owl-style.owl-teacher a {
  color: #fff;
}
body.style-owl article.owl-style.owl-teacher p a {
  color: #566C77;
}
body.style-owl article.owl-style.owl-teacher input {
  border-radius: 20px;
}
body.style-owl article.owl-style.owl-teacher .buttons {
  padding-top: 10px;
}
body.style-owl article.owl-style.owl-teacher .buttons i.fa {
  color: #CF1C6D;
  font-size: 28px;
}
body.style-owl article.owl-style.owl-teacher .buttons .button {
  background: #CF1C6D;
  border: 2px solid;
  padding: 0.5rem 1.25rem;
}
body.style-owl #oupcookiepolicy_message ~ #header-strip {
  position: relative;
}
body.style-owl #oupcookiepolicy_message ~ #header {
  margin-top: -2.9375rem;
}

body.bz-service-password-reset-form.style-owl,
body.login-owl-teacher,
body.style-owl-teacher {
  background: url("images/owl_watermark.png") no-repeat scroll 43px 72px #fff;
}
body.bz-service-password-reset-form.style-owl main.row,
body.login-owl-teacher main.row,
body.style-owl-teacher main.row {
  margin: 0;
  max-width: 100%;
}
body.bz-service-password-reset-form.style-owl main.row > div,
body.login-owl-teacher main.row > div,
body.style-owl-teacher main.row > div {
  box-shadow: none;
  padding: 0;
  margin: 0;
}

body.bz-service-error.style-owl {
  background-color: #80CAD4;
  background-image: url(/style/public/owl-error/background.jpg);
}
body.bz-service-error.style-owl .row, body.bz-service-error.style-owl .columns {
  padding: 0 !important;
  max-width: inherit !important;
}
body.bz-service-error.style-owl .lightbox {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 15px;
  width: 800px;
  height: 590px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding-top: 30px;
}
body.bz-service-error.style-owl .lightbox .warning {
  top: -33px;
  right: -23px;
  position: absolute;
}
body.bz-service-error.style-owl .lightbox .bubble {
  position: absolute;
  z-index: -1;
  margin-top: -90px;
  margin-left: -40px;
  max-width: inherit;
}
body.bz-service-error.style-owl .lightbox .owl {
  position: absolute;
  margin-top: 185px;
  margin-left: -50px;
  width: 470px;
}
body.bz-service-error.style-owl .lightbox h1 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  color: #CF1C6D;
  font-size: 70px;
  margin-bottom: 10px;
  padding-left: 60px;
  margin-top: 10px;
  max-width: 720px;
  line-height: 1.1;
}
body.bz-service-error.style-owl .lightbox h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  color: #3C3C3B;
  font-size: 30px;
  padding-left: 60px;
  margin-top: 20px;
  margin-bottom: 25px;
  max-width: 720px;
  line-height: 1.1;
}
body.bz-service-error.style-owl .lightbox a.homeBtn {
  padding: 0 14px;
  margin: -3px 0 0 60px;
  height: 45px;
  background-color: #CF1C6D;
  border-radius: 40px;
  border: 3px solid white;
  color: white;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 500;
  font-size: 23px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.21);
  transition: background-color 150ms linear;
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 124px;
}
body.bz-service-error.style-owl .lightbox a.homeBtn:hover {
  background-color: #000;
  transition: background-color 150ms linear;
}
