﻿body {
  display: block;
  background-image: url("/assets/img/CandidateRegistrationBg.png");
  background-repeat: no-repeat;
  height: 100%;
  background-size: 160%;
  background-position-x: center; }
  @media only screen and (min-width: 768px) {
    body {
      background-size: 100%; } }

.boxshadow {
  position: relative;
  box-shadow: 0px 14px 17px #fce4c8;
  padding: 10px;
  background: white; }

.registration-wrapper .btn {
  border-radius: 4px;
  padding: 8px 30px; }
  .registration-wrapper .btn.btn-default {
    font-weight: 700; }

.registration-wrapper .form-group {
  margin-bottom: 25px; }

.registration-wrapper label {
  margin-bottom: 7px; }

.registration-wrapper input, .registration-wrapper textarea, .registration-wrapper select {
  border-radius: 4px; }

.registration-wrapper .marketingCompany-logo {
  position: absolute;
  margin-top: 40px;
  margin-left: 20px; }
  @media only screen and (min-width: 768px) {
    .registration-wrapper .marketingCompany-logo {
      margin-left: 40px; } }
  .registration-wrapper .marketingCompany-logo img {
    height: 50px; }

.registration-wrapper .marketingCompany-logo-login img {
  height: 50px; }
  @media only screen and (min-width: 768px) {
    .registration-wrapper .marketingCompany-logo-login img {
      height: 90px; } }

.registration-wrapper .registration-box {
  width: 100%;
  margin: 40px auto 70px auto;
  padding: 50px 20px 50px 20px;
  background: #fff; }
  @media only screen and (min-width: 768px) {
    .registration-wrapper .registration-box {
      width: 90%;
      max-width: 1400px;
      margin: 40px auto 70px auto;
      padding: 55px 40px 70px 40px; } }
  .registration-wrapper .registration-box .text-left .page-title {
    margin-bottom: 25px;
    line-height: 1.4; }
  .registration-wrapper .registration-box .text-left .page-sub-title {
    font-weight: 700; }
  .registration-wrapper .registration-box .marketingCompany-logo {
    width: 100%;
    margin-bottom: 25px;
    text-align: center;
    position: relative;
    margin-top: auto;
    margin-left: auto; }
  .registration-wrapper .registration-box label {
    font-size: 14px;
    color: #333333;
    font-weight: 700; }
  .registration-wrapper .registration-box .page-title {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 22px;
    font-weight: 700;
    color: #333333; }
  .registration-wrapper .registration-box .edit-box {
    width: 100%; }
    .registration-wrapper .registration-box .edit-box .welcome-description {
      padding: 0 20px;
      text-align: center; }
      @media only screen and (min-width: 768px) {
        .registration-wrapper .registration-box .edit-box .welcome-description {
          margin-bottom: 30px; } }
  .registration-wrapper .registration-box .login-box {
    margin-bottom: 0; }
    @media only screen and (min-width: 768px) {
      .registration-wrapper .registration-box .login-box {
        width: 80%; } }
    .registration-wrapper .registration-box .login-box .form-group {
      margin-bottom: 25px; }
    .registration-wrapper .registration-box .login-box .help-description {
      margin-top: 25px;
      margin-bottom: 0;
      color: #848484;
      font-size: 12px; }
  .registration-wrapper .registration-box .btn-primary, .registration-wrapper .registration-box .btn-default {
    margin-top: 25px;
    /*margin-bottom: 20px;*/
    text-transform: uppercase;
    white-space: normal; }
  .registration-wrapper .registration-box .submit-button-container {
    margin-left: 0; }
  .registration-wrapper .registration-box .field-validation-error {
    color: #E38B00;
    font-size: 12px; }
  .registration-wrapper .registration-box label {
    font-size: 1.00em; }
  .registration-wrapper .registration-box select, .registration-wrapper .registration-box input, .registration-wrapper .registration-box textarea, .registration-wrapper .registration-box hr {
    border-color: #D5D5D5;
    font-size: 1.00em; }
    .registration-wrapper .registration-box select:focus, .registration-wrapper .registration-box input:focus, .registration-wrapper .registration-box textarea:focus, .registration-wrapper .registration-box hr:focus {
      border-color: #EB202A;
      box-shadow: none; }
  .registration-wrapper .registration-box select {
    min-width: 65px; }
  .registration-wrapper .registration-box table tr td {
    vertical-align: middle; }
  .registration-wrapper .registration-box.welcome {
    margin: 60px auto 70px auto;
    padding: 50px 20px 50px 20px; }
    @media only screen and (min-width: 768px) {
      .registration-wrapper .registration-box.welcome {
        margin: 40px auto 70px auto;
        padding: 100px 90px 100px 90px; }
        .registration-wrapper .registration-box.welcome h3 {
          font-size: 2.429em; }
        .registration-wrapper .registration-box.welcome p {
          font-size: 1.286em; } }
  .registration-wrapper .registration-box.pdpa {
    margin: 60px auto 70px auto;
    padding: 50px 20px 50px 20px; }
    @media only screen and (min-width: 768px) {
      .registration-wrapper .registration-box.pdpa {
        margin: 610px auto 70px auto;
        padding: 100px 90px 100px 90px; }
        .registration-wrapper .registration-box.pdpa h3 {
          font-size: 2.429em; }
        .registration-wrapper .registration-box.pdpa p {
          font-size: 1.286em; } }
    @media only screen and (min-width: 1401px) {
      .registration-wrapper .registration-box.pdpa {
        margin: 310px auto 70px auto; } }

.registration-wrapper .row-fullheight {
  height: 100%;
  margin-top: 40px; }
  @media only screen and (min-width: 768px) {
    .registration-wrapper .row-fullheight {
      margin-top: 0; }
      .registration-wrapper .row-fullheight .col-md-12 {
        height: 100%;
        vertical-align: middle;
        align-items: center;
        display: flex;
        justify-content: center; } }



.banner-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 45px;
    max-width:1400px;
    width:90%;
}

@media only screen and (max-width: 767px) {
    .banner-center {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
        margin-top: 40px;
    }
}