/* Login Page */
@font-face {
	font-family:CCF-Font;src:url(../fonts/PROXIMANOVA-REGULAR.OTF);
}

@font-face {
	font-family:CCF-Font-bold;src:url(../fonts/PROXIMANOVA-BOLD.OTF);
}

.page-login,
.page-signup,
.page-forgot-password {
  background: url(../img/SG_App_Background.jpg) no-repeat center center fixed;
  background-size: cover;
  font-family: CCF-Font !important;
}

.wrapper-inner {
  width: 100%;
  overflow-x: hidden;
}

.wrapper-fullscreen .has-error .control-label {
  color: #ffffff;
}

.page-login .wrapper-fullscreen label.error {
  color: #cc5965;
}

.login-container,
.signup-container,
.forgot-password-container {
  display: flex;
  justify-content: center;
  margin-bottom: 70px;
}

.login-container {
  margin-top: 70px;
}

.forgot-password-container {
  margin-top: 150px;
}

@media screen and (max-width: 1366px) {
  .login-container,
  .signup-container,
  .forgot-password-container {
    margin-top: 70;
  }
}

@media screen and (max-width: 767px) {
  .login-container,
  .signup-container,
  .forgot-password-container {
    margin-top: 0;
    margin-bottom: 15px;
  }
}

.row.is-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .row.is-flex .signup-card-container {
    justify-content: flex-end !important;
  }

  .row.is-flex .login-form {
    justify-content: flex-start !important;
  }
}

.row.is-flex > [class*='col-'] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
}

.login-container .signup-card,
.forgot-password-card {
  background: #00a6b680;
  padding: 30px !important;
  border: none;
  border-radius: 0;;
}

.signup-card p {
  color: #fff;
  font-size: 1em;
  margin-bottom: 30px;
}

.signup-card .signup-text {
  font-size: 1.25em;
  font-weight: 700;
}

.signup-card .btn.btn-hollow {
  width: 100%;
  font-size: 1.25em;
}

.btn-hollow {
  background: transparent;
  border: solid 2px #fff;
  border-radius: 0;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.btn-hollow:hover {
  background: #fff;
  color: #000;
}

@media screen and (min-width: 768px) {
  .login-container .signup-card {
    padding: 50px !important;
  }
  .signup-card p {
    font-size: 1.5em;
    line-height: 1.6
  }
  .signup-card .btn.btn-hollow {
    width: 100%;
    font-size: 1.5em;
  }
  
  .signup-card .signup-text {
    font-size: 2em;
    font-weight: 700;
  }
  .form-horizontal .control-label {
    text-align: left;
  }
}

@media screen and (min-width: 1441px) {
  .signup-card p {
    font-size: 2em;
  }

  .signup-card .btn.btn-hollow {
    font-size: 2em;
  }
  
  .signup-card .signup-text {
    font-size: 2.5em;
  }
}

@media screen and (max-width: 1000px) {
  .login-container,
  .signup-container,
  .forgot-password-container {
    align-items: flex-start;
    padding-top: 30px !important;
  }
}

.login-form .login-heading, 
.login-form label,
.login-form .form-forgot-pass,
.signup-form .signup-heading,
.signup-form label,
.signup-form h3,
.signup-form p,
.forgot-password-card a,
.forgot-password-card h2,
.forgot-password-card p {
  color: #fff;
}

.login-form .form-forgot-pass,
.forgot-password-card a  {
  text-decoration: underline;
}

.signup-form .col-form-label {
  padding-right: 0;
}

.signup-form .radio-inline .lbl {
  line-height: 1.4;
}

.login-form .login-heading,
.signup-heading {
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 30px;
}

.login-form label,
.login-form .form-forgot-pass {
  margin-left: 10px;
}

.login-form label,
.login-form .form-forgot-pass,
.signup-form label {
  font-size: 1.3em;
}

.login-form input {
  height: 50px;
}

.login-form .form-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.login-form .form-forgot-pass {
  text-decoration: underline;
}

.g-recaptcha > div {
  margin: 0 auto;
}

.btn-signup,
.btn-signup:hover {
  background: #00a6b680;
  color: #fff;
  font-weight: 700;
}

.forgot-password-card p {
  line-height: 1.692;
}