.bg-one-screen {
  position: absolute;
  width: 100%;
  height: 100%; }

.logo {
  float: left;
  margin-top: 20px; }
  .logo img {
    height: 50px;
    display: inline-block; }

.wrapper-form {
  background: url("../img/form/bg-form.jpg") no-repeat center top #ffffff;
  border-top: 7px solid #ab0958;
  border-radius: 0 0 5px 5px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  padding: 20px 30px 30px;
  z-index: 101;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 20%;
  width: 100%;
  max-width: 380px; }

.section-one-screen {
  height: 100vh; }

.login-box {
  width: 273px; }

.lang-group {
  float: none;
  display: block;
  text-align: center; }

.wrapper-form .login-box, .registration-box .reg-form {
  width: 100%; }

.reg-form > form {
  margin-bottom: 0; }

.wrapper-form h3 {
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 15px; }

.login-box h3 {
  margin-bottom: 41px; }

.wrapper-form h4 {
  font-size: 14px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: "open_sansbold", sans-serif;
  text-align: center; }

.wrapper-form label {
  margin-bottom: 20px; }

.reg-form .radio {
  float: left;
  position: relative;
  border: 1px solid transparent;
  padding: 10px 0 10px 44px;
  min-width: 135px;
  width: 50%; }

.reg-form .radio-female:before {
  content: "";
  background: url("../img/form/female.svg") no-repeat center/cover;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%); }

.reg-form .checked.radio-female:before {
  content: "";
  background: url("../img/form/female-active.svg") no-repeat center/cover; }

.reg-form .radio-male:before {
  content: "";
  background: url("../img/form/male.svg") no-repeat center/cover;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%); }

.reg-form .checked.radio-male:before {
  content: "";
  background: url("../img/form/male-active.svg") no-repeat center/cover; }

.reg-form .radio input {
  opacity: 0; }

.reg-form .radio-group {
  display: block; }

.btn:focus, .btn:active {
  outline: none; }

.btn-lg {
  font-size: 13px;
  line-height: 18px;
  padding: 11px 15px; }
  .btn-lg.btn-facebook {
    padding-left: 30px; }

.btn-facebook {
  text-shadow: none;
  position: relative;
  margin-top: 10px !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }
  .btn-facebook .ico-facebook {
    position: absolute;
    left: 15px;
    top: 10px; }

.lang-btn {
  background: transparent;
  padding: 0;
  border: none;
  font-size: 0; }
  .lang-btn:focus, .lang-btn:active {
    box-shadow: none;
    outline: none; }

.lang-group img {
  margin-right: 5px; }

.dropdown.lang-group .caret {
  margin-left: 0;
  margin-top: 7px; }

.lang-group .dropdown-menu {
  text-align: left;
  padding-left: 0; }
  .lang-group .dropdown-menu ul {
    margin: 0 15px; }
  .lang-group .dropdown-menu li {
    list-style-type: none; }
    .lang-group .dropdown-menu li span {
      font-size: 12px;
      cursor: pointer; }

.form-horizontal .control-group {
  margin-bottom: -1px;
  border-radius: 0; }

.wrapper-form input[type=text], .wrapper-form input[type=email], .wrapper-form input[type=password] {
  border: 1px solid #efefef;
  height: 50px;
  padding: 15px 15px 15px 50px;
  box-shadow: none;
  font-size: 12px;
  line-height: 20px;
  width: 100%;
  border-radius: 0; }

label.remember-me {
  margin-bottom: 0;
  display: inline-block;
  font-size: 11px;
  color: #9d9d9d; }

.checkbox {
  position: relative; }
  .checkbox.remember-me {
    padding-left: 25px;
    margin-top: 12px;
    margin-bottom: 20px; }
    .checkbox.remember-me input {
      opacity: 0;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      margin: 0; }
  .checkbox .custom-checkbox {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    left: 0;
    top: 50%;
    margin-top: -8px;
    border: 1px solid #da0e67; }
  .checkbox.checked .custom-checkbox {
    background: url("../img/ico/ico-checked.svg") no-repeat center/cover #da0e67;
    background-size: 11px 10px; }

.login-box .forgot-password-link {
  float: right;
  font-size: 11px;
  font-family: "open_sansbold", sans-serif;
  margin: 12px 0 0 5px;
  line-height: 20px;
  color: #da0e67; }

input {
  position: relative; }
  input.email-field {
    background: url(../img/form/email.svg) no-repeat 17px 10px/cover #ffffff;
    background-size: 20px 30px;
    display: block; }
  input.password-field {
    background: url(../img/form/password.svg) no-repeat 22px 17px/cover #ffffff;
    background-size: 11px 16px;
    display: block; }
  input:focus {
    z-index: 101; }

.change-link {
  font-size: 12px;
  color: #9d9d9d;
  display: inline-block;
  margin-top: 20px;
  cursor: pointer; }
  .change-link > span {
    color: #da0e67; }
    .change-link > span:hover {
      text-decoration: underline; }

.login-footer {
  margin-top: 18px; }
  .login-footer .change-link {
    margin-top: 0;
    display: block;
    text-align: center; }

.lang-group .flag-icon {
  max-height: 16px; }

.lang-group img {
  width: 16px;
  height: 16px;
  margin-right: 12px; }

.copyright {
  float: left;
  font-size: 14px;
  color: #888888; }

.footer {
  padding: 30px 0;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0; }

.navbar-right {
  float: right; }

.navbar-footer {
  list-style-type: none;
  margin: 0; }
  .navbar-footer li {
    float: left;
    margin: 0 10px; }
    .navbar-footer li a {
      font-size: 14px;
      color: #888888; }

.wrapper-form .error-label {
  margin-bottom: 0;
  font-size: 11px;
  color: #da0e67; }

.forgot-password .control-group + .control-group {
  margin-top: 25px;
  text-align: center; }

.forgot-password form {
  margin-bottom: 0; }

.forgot-password .success-label {
  text-align: center; }

.ico-facebook {
  background: url("../img/ico-facebook.svg") no-repeat center/cover;
  width: 8px;
  height: 18px;
  display: inline-block; }

#nicknameConfirmation {
  margin-top: 30px !important; }

.modal {
  outline: 0;
  width: 520px;
  margin-left: -260px;
  z-index: 1050;
  border-radius: 0 0 5px 5px;
  background: #ffffff;
  border: 0;
  border-top: 6px solid #da0e67; }
  .modal h3 {
    margin: 0;
    font-size: 18px;
    font-family: 'Open Sans',sans-serif;
    font-weight: normal;
    color: #444444;
    line-height: 30px; }

.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eeeeee; }

.modal-body {
  padding: 15px 15px 0; }
  .modal-body .form-horizontal .control-group {
    margin-bottom: 15px;
    position: relative; }

.btn-main {
  background: #A0B52F;
  color: #ffffff;
  box-shadow: 0 2px 0 #859919;
  border: none;
  text-shadow: none;
  font-weight: 300; }
  .btn-main:hover {
    background: #A0B52F;
    color: #ffffff;
    box-shadow: 0 2px 0 #7a8d15; }
  .btn-main:active {
    background: #A0B52F;
    color: #ffffff;
    box-shadow: 0 1px 0 #7a8d15;
    transform: translateY(1px); }
  .btn-main:focus {
    background: #A0B52F;
    color: #ffffff;
    box-shadow: 0 2px 0 #7a8d15; }

#nicknameConfirmation p {
  font-size: 12px;
  margin-bottom: 5px; }

#nicknameConfirmation .form-horizontal .controls {
  margin-left: 0; }

#nicknameConfirmation .form-horizontal .control-label {
  float: none;
  width: 100%;
  padding-top: 0;
  text-align: left;
  font-size: 12px;
  margin-bottom: 5px; }

/*========================================
 *              ANIMATION
 *======================================== */
.btn-main, a, .btn {
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear; }

/*========================================
 *              RESPONSIVE
 *======================================== */
@media screen and (max-width: 767px) {
  .container {
    width: auto; }
  .center-logo {
    text-align: center; }
  .logo {
    float: none;
    display: inline-block;
    margin: 20px 0; }
    .logo img {
      height: 40px; }
  .section-one-screen {
    height: auto; }
  .wrapper-form {
    position: relative;
    left: 0;
    transform: translateX(0);
    max-width: 300px;
    padding: 15px;
    margin: 0 auto 30px auto; }
  .footer {
    float: none;
    padding: 15px 0;
    position: relative;
    text-align: center; }
  .copyright {
    float: none;
    display: inline-block;
    margin-bottom: 15px; }
  .navbar-right {
    float: none; }
  .navbar-footer li {
    float: none;
    display: block;
    margin: 5px 0; }
  .reg-form .radio {
    padding: 10px 5px 10px 45px;
    min-width: 130px; }
  #nicknameConfirmation {
    width: auto;
    left: 0;
    right: 0;
    margin: 0 auto !important; }
    #nicknameConfirmation h3 {
      font-size: 22px; }
  .modal {
    width: auto;
    left: 0;
    right: 0;
    margin-left: 0; }
  .checkbox.remember-me {
    padding-left: 35px; }
  .checkbox .custom-checkbox {
    position: absolute;
    width: 30px;
    height: 20px;
    border-radius: 10px;
    left: 0;
    top: 50%;
    margin-top: -10px;
    border: 1px solid #9d9d9d; }
    .checkbox .custom-checkbox:before {
      content: "";
      width: 16px;
      height: 16px;
      display: block;
      border-radius: 50%;
      position: absolute;
      left: 1px;
      top: 1px;
      background: #9d9d9d; }
  .checkbox.checked .custom-checkbox {
    background: #ffffff; }
    .checkbox.checked .custom-checkbox:before {
      background: #bcbe47;
      transform: translateX(10px); }
  .bg-one-screen {
    position: relative; } }

@media screen and (max-width: 480px) {
  #nicknameConfirmation .row-fluid .span4 {
    width: 100%;
    margin-bottom: 15px; }
  #nicknameConfirmation .row-fluid [class*="span"] {
    margin-left: 0; }
  .control-group.sign-box {
    padding-top: 45px;
    position: relative;
    text-align: center; }
  .checkbox.remember-me {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap; }
  .login-box .forgot-password-link {
    float: none;
    margin: 0 0 10px;
    display: inline-block; } }

.center-logo {
  display: flex;
  justify-content: center; }

.material-login-box {
  background: rgba(255, 255, 255, 0.75);
  border-top: none;
  padding: 15px;
  max-width: 380px;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  margin: 100px auto 0 auto; }
  .material-login-box .form-group {
    margin-bottom: 15px; }
    .material-login-box .form-group label.error {
      background: rgba(218, 14, 103, 0.1);
      color: #da0e67;
      padding: 7px 12px;
      display: block;
      border-radius: 5px;
      margin-top: 10px;
      font-size: 18px;
      line-height: 1.3;
      height: auto; }
  .material-login-box .form-control {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    border-color: transparent;
    padding: 10px 12px;
    font-size: 16px;
    line-height: 1.7;
    color: #333333;
    display: block;
    width: 100%;
    height: auto;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); }
  .material-login-box h1 {
    line-height: 1.1;
    margin-top: 5px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 400;
    text-align: center; }
  .material-login-box .btn {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    line-height: 26px;
    opacity: .8;
    background-image: none;
    font-size: 18px;
    padding: 10px 15px;
    text-shadow: none; }
  .material-login-box .btn-success {
    background-color: #28a745;
    border-color: #28a745; }
  .material-login-box .btn-primary {
    background: #4267b2;
    border-color: #4267b2; }
  .material-login-box .forgot-password-link {
    color: #da0e67;
    font-size: 18px; }
  .material-login-box form {
    margin: 0; }
  .material-login-box .btn-facebook .ico-facebook {
    top: 14px; }

.btn-home {
  background: rgba(255, 255, 255, 0.75);
  color: #333333;
  border-radius: 5px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  font-size: 18px;
  line-height: 26px;
  padding: 10px 15px; }

.fixed-right {
  position: absolute;
  right: 15px;
  top: 15px; }

.hide {
  display: none !important; }

/*# sourceMappingURL=login-new.sass */