/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 5 sept. 2016, 14:06:00
    Author     : tony dit le Néant
    maj laurent


*/
html {
  height: 100%;
}
div.clear {
  clear: both;
}
.pie {
  behavior: url(htc/PIE.htc);
}
* {
  font-family: Lato, Arial, sans-serif;
}
.r-2 {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -khtml-border-radius: 2px;
  -webkit-border-radius: 2px;
}
#for_signin_form .r-5 {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.r-7 {
  border-radius: 7px;
  -moz-border-radius: 7px;
  -khtml-border-radius: 7px;
  -webkit-border-radius: 7px;
}
/* Header
-----------------------------------------------------------------------------*/
header {
  display: block;
  width: 100%;
  position: relative;
  background: rgba(36, 36, 38, 0.8);
  z-index: 12;
  /*Stephan car la popup reset password se met en dessous du form d inscription sur petit ecran*/
}
#h-center {
  width: 95%;
  padding: 30px 0px;
  margin: 0 auto;
  position: relative;
}
#h-logo,
#f-logo {
  display: block;
  margin: 0;
  width: 180px;
  min-height: 40px;
}
#f-logo {
  float: none;
  margin-bottom: 30px;
}
#h-logo img,
#f-logo img {
  display: block;
  max-width: 180px;
}
#signin-btn {
  display: none;
  width: 100px;
  padding: 13px 0;
  text-align: center;
  cursor: pointer;
  background-color: #F06F71;
  text-transform: uppercase;
  font-size: 14px;
  color: #ffffff;
  position: absolute;
  top: 20px;
  right: 0px;
}
#lost_pwd {
  display: block;
  font-size: 14px;
  color: #dedee0;
  text-decoration: underline;
  position: absolute;
  top: 55px;
  right: 0px;
}
#lost_pwd:hover {
  text-decoration: none;
}
#dm {
  display: block;
  width: 150px;
  font-size: 18px;
  color: #FFFFFF;
  text-align: right;
  text-transform: uppercase;
  position: absolute;
  top: 12px;
  left: -165px;
}
#for_enter_form {
  display: block;
  width: 500px;
  height: 70px;
  position: absolute;
  top: 17px;
  right: 0px;
  z-index: 2;
}
#enter {
  display: block;
  position: relative;
  margin: 0;
}
.inp-bg {
  height: 35px;
  padding: 10px 10px 0px 10px;
  background-color: rgba(254, 249, 237, 0.1);
  position: absolute;
  z-index: 1;
}
.login_place {
  top: 0px;
  right: 310px;
}
.pass_place {
  top: 0px;
  right: 110px;
}
.mail3_place {
  top: 80px;
  right: 40px;
}
#pass_auth,
#login_auth,
#mail3 {
  display: block;
  margin: 0px;
  border: none;
  background: none;
  font-size: 16px;
  color: #dedee0;
}
#mail3 {
  width: 325px;
}
#pass_auth::-webkit-input-placeholder,
#login_auth::-webkit-input-placeholder,
#mail3::-webkit-input-placeholder {
  color: #dedee0;
}
#pass_auth:-moz-placeholder,
#login_auth:-moz-placeholder,
#mail3:-moz-placeholder {
  color: #dedee0;
}
#pass_auth,
#login_auth {
  width: 170px;
}
#enter-btn,
#for_signin3_form input[type="submit"] {
  display: block;
  width: 100px;
  height: 45px;
  border: none;
  cursor: pointer;
  background-color: #F06F71;
  text-transform: uppercase;
  font-size: 16px;
  color: #ffffff;
  position: absolute;
  border-radius: 5px;
  top: 0px;
  right: 0px;
}
#for_signin3_form input[type="submit"] {
  width: 345px;
  top: 150px;
  right: 40px;
}
#transparent_bg {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
}
#error1,
#error2 {
  display: block;
  width: 150%;
  padding: 5px 10px;
  font-size: 13px;
  text-align: right;
  color: #c04b4b;
  position: absolute;
  top: -20px;
  right: 0px;
  z-index: 5;
  cursor: pointer;
}
#for_signin3_form {
  display: none;
  position: absolute;
  top: 200px;
  right: 50%;
  margin-right: -212px;
  z-index: 560;
}
#signin3 {
  width: 425px;
  height: 230px;
  background: rgba(36, 36, 38, 0.8);
  position: relative;
}
#rvc {
  display: block;
  font-size: 16px;
  color: #FFFFFF;
  text-align: left;
  position: absolute;
  text-transform: uppercase;
  top: 40px;
  left: 40px;
}
#close1,
#close2 {
  width: 9px;
  height: 9px;
  cursor: pointer;
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 100;
}
#close2 {
  display: none;
}
.radio,
.chbox {
  display: block;
  position: relative;
  cursor: pointer;
}
.radio .input-wrap,
.chbox .input-wrap {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
  border-radius: 5px;
}
.radio input,
.chbox input {
  position: absolute;
  top: -999px;
}
/*--------- .chbox.type-1 ---------- */
.chbox.type-1 {
  width: 180px;
  padding: 4px 0px 0px 27px;
  box-sizing: border-box;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 1.2;
  position: absolute;
  left: 0;
  top: 50px;
}
.chbox.type-1 .input-wrap {
  width: 22px;
  height: 22px;
}
.chbox.type-1 .input-wrap.checked {
  border-radius: 6px;
  background-color: #000000;
}
.chbox.type-1 .input-wrap.no-checked {
  border-radius: 6px;
}
/*Content
----------------------------------------------------------*/
article {
  display: block;
}
#a-1 {
  display: block;
  width: 100%;
  height: 600px;
}
#for_signin_form {
  width: 500px;
  height: 600px;
  background: rgba(36, 36, 38, 0.8);
  position: relative;
  float: right;
  margin: 0;
}
#signin {
  display: block;
  width: 430px;
  padding-top: 50px;
  position: relative;
  margin: 0 auto;
}
#form-h1 {
  font-size: 30px;
  color: #FFFFFF;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 20px;
  line-height: 1;
}
#form-h2 {
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  padding-bottom: 35px;
}
#steps {
  width: 170px;
  margin: 0 auto;
  margin-bottom: 35px;
  position: relative;
}
#steps .st,
#steps .sp {
  height: 5px;
  float: left;
}
#steps .st {
  width: 22px;
}
#steps .st.checked {
  background-color: #d9938b;
}
#steps .st.no-checked {
  background-color: #fbf3f2;
}
#steps .sp {
  width: 8px;
}
#step-2,
#step-3,
#step-4,
#step-5 {
  display: none;
}
.label-1 {
  display: block;
  text-align: center;
  color: #FFFFFF;
  font-size: 24px;
  margin-bottom: 20px;
}
#radios {
  text-align: center;
  margin-bottom: 35px;
}
/*--------- .radio.type-1 ---------- */
.radio.type-1 {
  display: inline-block;
  width: 135px;
  padding: 15px 0px;
  margin: 0 2px 5px 2px;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
}
.radio.type-1 .label {
  position: relative;
  z-index: 10;
}
.radio.type-1 .input-wrap {
  width: 100%;
  height: 100%;
  z-index: 1;
}
.radio.type-1 .input-wrap.checked {
  background-color: #d9938b;
}
.radio.type-1 .input-wrap.no-checked {
  background-color: #fbf3f2;
}
.radio.type-1 .input-wrap.checked ~ .label {
  color: #FFFFFF;
}
.radio.type-1 .input-wrap.no-checked ~ .label {
  color: #000000;
}
#chboxes {
  text-align: center;
  margin-bottom: 50px;
}
/*--------- .chbox.type-3 ---------- */
.chbox.type-3 {
  display: inline-block;
  width: 135px;
  padding: 15px 5px 15px 36px;
  box-sizing: border-box;
  margin: 0 2px 5px 2px;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
}
.chbox.type-3 .label {
  position: relative;
  z-index: 10;
}
.chbox.type-3 .input-wrap {
  width: 100%;
  height: 100%;
  z-index: 1;
}
.chbox.type-3 .input-wrap span {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 8px;
  top: 50%;
  margin-top: -10px;
}
.chbox.type-3 .input-wrap.checked span {
  border-radius: 6px;
  background-color: #fbf3f2;
}
.chbox.type-3 .input-wrap.no-checked span {
  background: #d9938b;
  -pie-background: #d9938b;
  border-radius: 6px;
}
.chbox.type-3 .input-wrap.checked {
  background-color: #d9938b;
}
.chbox.type-3 .input-wrap.no-checked {
  background-color: #fbf3f2;
}
.chbox.type-3 .input-wrap.checked ~ .label {
  color: #FFFFFF;
}
.chbox.type-3 .input-wrap.no-checked ~ .label {
  color: #000000;
}
.fs {
  margin: 0 auto;
}
.next-step-btn {
  display: block;
  min-width: 135px;
  height: 45px;
  cursor: pointer;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  position: relative;
  border: none;
  border-radius: 5px;
  background: #F06F71;
  -pie-background: #F06F71;
}
.back-step-btn {
  display: block;
  width: 135px;
  height: 45px;
  cursor: pointer;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  border: none;
  background: #F06F71;
  border-radius: 5px;
  -pie-background: #F06F71;
  float: left;
  margin: 0 52px;
}
.inp-bg-2 {
  width: 250px;
  height: 35px;
  padding: 10px 10px 0px 10px;
  background-color: rgba(254, 249, 237, 0.1);
  position: relative;
  margin: 0 auto;
}
#field-login,
#passw,
#mail,
#ville {
  display: block;
  width: 250px;
  margin: 0px;
  border: none;
  background: none;
  font-size: 16px;
  color: #dedee0;
  text-align: center;
}
#field-login::-webkit-input-placeholder,
#passw::-webkit-input-placeholder,
#mail::-webkit-input-placeholder,
#ville::-webkit-input-placeholder {
  color: #dedee0;
}
#field-login:-moz-placeholder,
#passw:-moz-placeholder,
#mail:-moz-placeholder,
#ville:-moz-placeholder {
  color: #dedee0;
}
.mal,
.vil {
  margin-bottom: 130px;
}
.fp {
  margin-bottom: 20px;
}
.fp_sub {
  width: 85%;
  margin: 0 auto;
  margin-bottom: 7px;
}
#step-5 .fp_sub {
  width: auto;
}
.log {
  margin-bottom: 55px;
}
.pas {
  margin-bottom: 60px;
}
#sugg_mail {
  display: block;
  font-size: 14px;
  color: #FFFFFF;
  cursor: pointer;
  text-align: right;
  position: absolute;
  right: 0px;
  top: 55px;
}
#sugg_mail a {
  color: #FFFFFF;
  text-decoration: underline;
}
.vil {
  z-index: 200;
}
#props {
  width: 100%;
  height: 180px;
  overflow-y: scroll;
  position: absolute;
  top: 47px;
  left: 0px;
  background-color: #f6e6e4;
}
#props a {
  display: block;
  font-size: 16px;
  font-weight: 300;
  color: #242426;
  padding: 10px 15px;
}
#props a:hover {
  background-color: #F06F71;
  color: #ffffff;
}
.customSelectWrap {
  background-color: #f6e6e4;
  font-size: 16px;
  color: #242426;
  position: relative;
}
.sexSelect {
  height: 54px;
  width: 350px;
  margin-bottom: 40px;
}
#date {
  width: 100%;
  position: relative;
  margin-bottom: 70px;
}
.dateSelects {
  height: 45px;
  width: 130px;
  float: left;
}
.selTop {
  cursor: pointer;
  position: relative;
}
.selDropDown {
  display: none;
  overflow-y: scroll;
  cursor: pointer;
  position: absolute;
  left: -1px;
  z-index: 1000;
}
.selDropDown p:hover {
  background: #F06F71;
  color: #ffffff;
}
.selDownArrow {
  width: 16px;
  height: 9px;
  cursor: pointer;
  color: #d9938b;
  position: absolute;
  top: 40%;
  right: 10px;
  margin-top: -4px;
}
.selDropDown p {
  line-height: 1;
  padding: 0px;
  margin: 0px;
  padding: 10px 0px 10px 15px;
  background: none;
}
.selDropDown p.selected {
  background-color: #F06F71;
  color: #ffffff;
}
.selDropDown p.no-selected {
  background: none;
  color: #242426;
}
.selectedOptText {
  display: block;
  line-height: 1;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -9px;
}
.customSelectWrap select {
  line-height: 1;
  background: none;
  border: none;
}
.middle_sel_space {
  width: 20px;
  height: 45px;
  background: none;
  float: left;
}
/*--------- .chbox.type-2 ---------- */
.chbox.type-2 {
  width: 100%;
  padding: 4px 0px 0px 27px;
  box-sizing: border-box;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 1.2;
  position: relative;
  margin-bottom: 25px;
}
.chbox.type-2 a {
  color: #FFFFFF;
  text-decoration: underline;
}
.chbox.type-2 a:hover {
  text-decoration: none;
}
.chbox.type-2 .input-wrap {
  width: 22px;
  height: 22px;
}
.chbox.type-2 .input-wrap.checked {
  background-color: #000000;
}
.signin_h3 {
  font-size: 24px;
  color: #666666;
  padding: 0px 0px 8px 10px;
  text-transform: uppercase;
}
.signin_h3 span {
  font-size: 24px;
}
#valider_submit {
  display: none;
}
#small_text {
  font-size: 11px;
  font-weight: bold;
  color: #000;
  text-align: center;
  line-height: 1.4;
  padding-bottom: 20px;
}
.bg_err {
  background-color: white;
  padding: 5px;
}
.bg_color {
  color: #000 !important;
}
.bg_color a {
  color: #000 !important;
}
.bg_err2 {
  background-color: white;
  padding: 15px;
}
#err_login,
#err_pass,
#err_mail,
#err_ville,
#err_date,
#err_login2,
#err_pass2,
#err_mail2,
#err_ville2,
#err_date2 {
  display: none;
  font-size: 14px;
  color: #cd0000;
  text-align: left;
  cursor: pointer;
  position: absolute;
  top: 55px;
  left: 0px;
  z-index: 5;
}
#err_cond,
#err_cond2 {
  display: none;
  color: #cd0000;
}
[id^="err_"] {
  color: #cd0000;
}
#err_login2,
#err_pass2,
#err_mail2,
#err_ville2,
#err_date2,
#err_cond2 {
  display: block;
}
#a-2 {
  display: block;
  width: 100%;
  height: 215px;
  background-color: #242426;
  padding: 10px 0px;
  overflow: hidden;
  position: relative;
}
#a-2 ul {
  width: 2240px;
  padding-left: 10px;
}
#a-2 li {
  float: left;
  margin: 0px 10px 15px 0px;
}
#a-2 #first-slide {
  background: url('../images/slide-1.png') no-repeat;
  background-size: 100% 100%;
}
#a-2 a {
  display: block;
  width: 215px;
  height: 215px;
  position: relative;
}
#a-2 a img {
  display: block;
  width: 100%;
  height: 100%;
}
.fog-blue {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(55, 55, 58, 0.8);
  position: absolute;
  top: 0px;
  left: 0px;
}
.age,
.name {
  display: block;
  color: #FFFFFF;
  line-height: 1;
}
.name {
  padding: 30px 0px 5px 30px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 400;
}
.age {
  padding-left: 30px;
  font-size: 28px;
  font-weight: 600;
}
#a-2 a:hover .fog-blue {
  display: block;
}
#a-3 {
  display: block;
  width: 100%;
  background-color: #242426;
  position: relative;
  min-height: 400px;
}
#a-3-center {
  width: 990px;
  padding: 35px 0px 40px 0px;
  margin: 0 auto;
}
#a-3 .left {
  width: 480px;
  float: left;
}
#a-3 .right {
  width: 480px;
  float: right;
}
#a-3 .right p {
  font-size: 14px;
  color: #ffffff;
  line-height: 1.5;
  text-align: left;
}
#a-3 .h1 {
  display: block;
  padding: 20px 0px 30px 0px;
  font-size: 16px;
  color: #ffffff;
  text-align: left;
  text-transform: uppercase;
}
#links-1,
#links-2 {
  display: block;
  float: left;
}
#links-1 {
  margin-right: 70px;
}
#links-1 a,
#links-2 a {
  display: block;
  font-size: 14px;
  color: #ffffff;
  line-height: 1.2;
  text-align: left;
  margin-bottom: 20px;
}
#links-1 a:hover,
#links-2 a:hover {
  text-decoration: underline;
}
/*Google button
-----------------------------------------------------------*/
.btn-google {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 85%;
  padding: 5px 20px 5px 40px;
  border-radius: 4px;
  border: none;
  font-weight: bold;
  cursor: pointer;
  font-size: 1rem;
  text-align: center;
  min-height: 48px;
  background-color: #000;
  color: white;
  margin: 25px auto 0;
}
.google-text {
  font-size: 16px;
  font-family: 'Bebas Neue', sans-serif;
  font-weight: bold;
  letter-spacing: inherit;
  color: #FFFFFF;
  text-transform: none;
  line-height: 28px;
}
.btn-google .icon-google {
  background: #fff;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 10px;
}
/*footer
-----------------------------------------------------------*/
footer {
  display: block;
  width: 100%;
  background-color: #1a1a1c;
  position: relative;
}
#f-center {
  width: 990px;
  margin: 0 auto;
  padding: 20px 0px 15px 0px;
}
#f-center p {
  font-size: 14px;
  color: #e5bf1b;
  text-align: left;
  line-height: 1.4;
}
video#bgvid {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
  background-size: cover;
}
.bgph {
  position: absolute;
  top: 0;
  width: 100%;
  height: auto;
  background-size: cover;
}
/*-----------------------------------------------------------------------*/
@media only screen and (min-width: 320px) and (max-width: 640px) {
  .back-step-btn {
    margin: 0px 7px;
  }
  #h-center {
    width: 300px;
    padding: 20px 0px;
  }
  #signin-btn {
    display: block;
  }
  #dm {
    width: 100%;
    font-size: 18px;
    text-align: center;
    top: 0;
    left: 0;
  }
  #for_enter_form {
    display: none;
    width: 200px;
    height: 270px;
    top: 240px;
    right: 50%;
    margin-right: -100px;
  }
  .login_place {
    top: 40px;
    right: 5px;
  }
  .pass_place {
    top: 105px;
    right: 5px;
  }
  #lost_pwd {
    display: block;
    width: 100%;
    text-align: center;
    top: 52px;
    right: 0px;
  }
  #enter-btn {
    top: 190px;
    right: 50%;
    margin-right: -50px;
  }
  .chbox.type-1 {
    top: 205px;
    left: 25px;
  }
  #for_signin3_form {
    top: 100px;
    right: 50%;
    margin-right: -150px;
  }
  #signin3 {
    width: 300px;
    height: 230px;
  }
  #rvc {
    top: 40px;
    left: 20px;
  }
  .mail3_place {
    top: 80px;
    right: 20px;
  }
  #mail3 {
    width: 240px;
  }
  #for_signin3_form input[type="submit"] {
    width: 260px;
    right: 20px;
  }
  #a-3-center {
    width: 300px;
  }
  #a-3 .left,
  #a-3 .right {
    width: 300px;
    float: none;
    margin: 0 auto;
  }
  #a-3 .right {
    margin-bottom: 30px;
  }
  #f-center {
    width: 300px;
  }
  article {
    padding-top: 115px;
    background-size: auto 300px !important;
  }
  #a-1 {
    height: 600px;
  }
  #for_signin_form {
    width: 100%;
    height: 600px;
    float: none;
    margin: 0;
  }
  #signin {
    width: 300px;
    padding-top: 30px;
  }
  #signin.minusTopForm {
    padding-top: 10px !important;
  }
  #radios {
    margin-bottom: 20px;
  }
  #chboxes {
    margin-bottom: 15px;
  }
  .dateSelects {
    width: 90px;
  }
  .middle_sel_space {
    width: 15px;
  }
  video#bgvid {
    position: absolute;
    bottom: 110px;
    top: -126px;
    width: 795px;
    height: auto;
    z-index: 0;
  }
  .googleMargin {
    margin-right: 10px;
    display: inline-block;
  }
  #err_login,
  #err_pass,
  #err_mail,
  #err_ville,
  #err_date,
  #err_login2,
  #err_pass2,
  #err_mail2,
  #err_ville2,
  #err_date2,
  .chbox.type-2 {
    font-size: 13px;
  }
}
/*321*/
@media only screen and (min-width: 640px) and (max-width: 990px) {
  .back-step-btn {
    margin: 0px;
  }
  #h-center {
    width: 600px;
    padding: 20px 0px;
  }
  #signin-btn {
    display: block;
  }
  #dm {
    width: 100px;
    font-size: 18px;
    text-align: left;
    top: 5px;
    left: -100px;
  }
  #for_enter_form {
    display: none;
    width: 500px;
    height: 70px;
    top: 95px;
    right: 0px;
    margin: 0;
  }
  .login_place {
    top: 0px;
    right: 310px;
  }
  .pass_place {
    top: 0px;
    right: 110px;
  }
  #lost_pwd {
    display: block;
    width: auto;
    text-align: right;
    top: 55px;
    right: 0px;
  }
  #enter-btn {
    top: 0px;
    right: 0px;
    margin: 0;
  }
  .chbox.type-1 {
    top: 50px;
    left: 0px;
  }
  #for_signin3_form {
    top: 200px;
    right: 50%;
    margin-right: -212px;
  }
  #signin3 {
    width: 425px;
    height: 230px;
  }
  #rvc {
    top: 40px;
    left: 40px;
  }
  .mail3_place {
    top: 80px;
    right: 40px;
  }
  #mail3 {
    width: 325px;
  }
  #for_signin3_form input[type="submit"] {
    width: 345px;
    right: 40px;
  }
  #a-3-center {
    width: 620px;
  }
  #a-3 .left,
  #a-3 .right {
    width: 560px;
    float: none;
    margin: 0 auto;
  }
  #a-3 .right {
    margin-bottom: 30px;
  }
  #f-center {
    width: 560px;
  }
  article {
    padding-top: 400px;
    background-size: auto 400px !important;
  }
  #a-1 {
    height: 600px;
  }
  #for_signin_form {
    width: 100%;
    height: 600px;
    float: none;
    margin: 0;
  }
  #signin {
    width: 430px;
    padding-top: 50px;
  }
  #signin.minusTopForm {
    padding-top: 10px !important;
  }
  #radios {
    margin-bottom: 35px;
  }
  #chboxes {
    margin-bottom: 50px;
  }
  .dateSelects {
    width: 130px;
  }
  .middle_sel_space {
    width: 20px;
  }
  video#bgvid {
    bottom: 0;
    width: 100%;
    height: auto;
    z-index: 0;
  }
  .googleMargin {
    margin-right: 10px;
    display: inline-block;
  }
}
/*641*/
@media (min-width: 990px) {
  #h-center {
    width: 95%;
    padding: 30px 0px 40px 0px;
  }
  #signin-btn {
    display: none;
  }
  #dm {
    width: 150px;
    font-size: 18px;
    text-align: right;
    top: 12px;
    left: -165px;
  }
  #for_enter_form {
    display: block;
    width: 500px;
    height: 70px;
    top: 17px;
    right: 0px;
    margin: 0;
  }
  .login_place {
    top: 0px;
    right: 310px;
  }
  .pass_place {
    top: 0px;
    right: 110px;
  }
  #lost_pwd {
    display: block;
    width: auto;
    text-align: right;
    top: 55px;
    right: 0px;
  }
  #enter-btn {
    top: 0px;
    right: 0px;
    margin: 0;
  }
  .chbox.type-1 {
    top: 50px;
    left: 0px;
  }
  #for_signin3_form {
    top: 200px;
    right: 50%;
    margin-right: -212px;
  }
  #signin3 {
    width: 425px;
    height: 230px;
  }
  #rvc {
    top: 40px;
    left: 40px;
  }
  .mail3_place {
    top: 80px;
    right: 40px;
  }
  #mail3 {
    width: 325px;
  }
  #for_signin3_form input[type="submit"] {
    width: 345px;
    right: 40px;
  }
  #a-3-center {
    width: 990px;
  }
  #a-3 .left {
    width: 480px;
    float: left;
    margin: 0;
  }
  #a-3 .right {
    width: 480px;
    float: right;
    margin: 0;
  }
  #f-center {
    width: 990px;
  }
  article {
    padding-top: 0;
    background-size: auto auto !important;
  }
  #a-1 {
    height: 600px;
  }
  #for_signin_form {
    width: 500px;
    height: 600px;
    float: right;
    margin: 0;
  }
  #signin {
    width: 430px;
    padding-top: 50px;
  }
  #signin.minusTopForm {
    padding-top: 10px !important;
  }
  #radios {
    margin-bottom: 35px;
  }
  #chboxes {
    margin-bottom: 50px;
  }
  .dateSelects {
    width: 130px;
  }
  .middle_sel_space {
    width: 20px;
  }
  .googleMargin {
    margin-right: 10px;
    display: inline-block;
  }
}
#signin.minusTopForm {
  padding-top: 10px !important;
}
.fb lable,
.google lable {
  font-size: 12px !important;
}
@media (max-width: 768px) {
  .inner-content {
    width: 86%;
    margin: 0 auto !important;
  }
}
@media (max-width: 480px) {
  .fb,
  .google {
    margin: 0 !important;
  }
}
.inner-content .box {
  margin-right: unset;
}
/* 2.2 */
/*# sourceMappingURL=style_506470.css.map */