/* Sign Up Option 1 */
#sign_up1 {
  background: url("../../img/backgrounds/ocean.jpg") no-repeat;
  display: block;
  height: 540px;
  margin-bottom: 90px;
  margin-top: -20px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  #sign_up1 .header {
    text-align: center;
    margin: 0;
    color: #fff;
    margin-top: 85px; }
    #sign_up1 .header h4 {
      font-size: 38px;
      margin-top: 0;
      margin-bottom: 25px;
      line-height: 38px;
      font-weight: 300;
      text-shadow: 1px 1px 0px #143C4E; }
    #sign_up1 .header p {
      font-style: italic;
      font-size: 17px;
      margin: 0 0 40px 0; }
    #sign_up1 .header .social {
      margin: 0 auto 28px;
      float: none;
      text-align: center; }
      #sign_up1 .header .social a.circle {
        text-align: center;
        width: 56px;
        height: 56px;
        border-radius: 100%;
        margin-right: 25px;
        display: inline-block;
        -webkit-transition: border-color ease-in .1s;
        -moz-transition: border-color ease-in .1s;
        -o-transition: border-color ease-in .1s;
        transition: border-color ease-in .1s; }
        #sign_up1 .header .social a.circle:hover {
          border-color: white; }
        #sign_up1 .header .social a.circle img {
          display: inline-block;
          margin-top: 13px; }
      #sign_up1 .header .social a.facebook {
        border: 2px solid #233678;
        background: #233678; }
      #sign_up1 .header .social a.twitter {
        border: 2px solid #54AEE1;
        background: #54AEE1; }
      #sign_up1 .header .social a.gplus {
        border: 2px solid #292929;
        background: #292929;
        margin: 0; }
  #sign_up1 .division {
    margin: 0 auto 50px;
    float: none;
    overflow: hidden;
    position: relative;
    text-align: center; }
    #sign_up1 .division .line {
      border-top: 1px solid #68a7c4;
      width: 34%;
      top: 10px;
      position: absolute; }
    #sign_up1 .division .l {
      left: 0; }
    #sign_up1 .division .r {
      right: 0; }
    #sign_up1 .division span {
      color: #fff;
      font-size: 17px; }
  #sign_up1 .footer form {
    margin: 0 0 46px 0; }
  #sign_up1 .footer input[type="text"], #sign_up1 .footer input[type="password"] {
    border-radius: 3px;
    font-size: 16px;
    height: 35px;
    margin: 0 10px 0px 0;
    color: black;
    width: 27%;
    margin-top: -4px; }
  #sign_up1 .footer input[type="submit"] {
    text-transform: uppercase;
    color: #fff;
    background: #187CCC;
    font-size: 15px;
    padding: 8px 18px;
    border: 0 none;
    border-radius: 3px;
    -webkit-transition: background linear .2s, box-shadow linear .2s;
    -moz-transition: background linear .2s, box-shadow linear .2s;
    -o-transition: background linear .2s, box-shadow linear .2s;
    transition: background linear .2s, box-shadow linear .2s; }
    #sign_up1 .footer input[type="submit"]:hover {
      background: #252528; }
  #sign_up1 .remember label.checkbox {
    float: left;
    font-weight: bold;
    width: 30%;
    font-size: 14px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0; }
  #sign_up1 .remember a {
    color: #fff;
    font-size: 14px;
    border-bottom: 1px solid white;
    font-weight: bold; }
  #sign_up1 .dosnt {
    text-align: center;
    color: #fff;
    font-size: 14px; }
    #sign_up1 .dosnt span {
      margin-right: 8px; }
    #sign_up1 .dosnt a {
      color: #fff;
      border-bottom: 1px solid white; }
      #sign_up1 .dosnt a:hover {
        color: #252528;
        border-color: #252528;
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        -ms-transition: all .2s;
        transition: all .2s; }
  #sign_up1 .remember a:hover {
    color: #252528;
    border-color: #252528;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s; }

/* Sign Up Option 2 */
#sign_up2 .section_header {
  margin-bottom: 50px; }
  #sign_up2 .section_header h3 {
    margin: 0; }
    #sign_up2 .section_header h3 span {
      font-size: 18px;
      line-height: 20px; }
#sign_up2 .left_box {
  color: #252527; }
  #sign_up2 .left_box h4 {
    margin: 20px 0 40px 0;
    line-height: 43px;
    font-size: 38px;
    font-weight: 300; }
  #sign_up2 .left_box .perk_box {
    float: left;
    width: 100%; }
    #sign_up2 .left_box .perk_box .perk {
      width: 100%;
      color: #727276;
      margin-bottom: 31px; }
      #sign_up2 .left_box .perk_box .perk .icos {
        float: left;
        margin-right: 16px;
        width: 28px;
        height: 46px; }
      #sign_up2 .left_box .perk_box .perk .ico1 {
        background-position: 4px 6px; }
      #sign_up2 .left_box .perk_box .perk .ico2 {
        background-position: -35px 14px; }
      #sign_up2 .left_box .perk_box .perk .ico3 {
        background-position: -69px 7px; }
      #sign_up2 .left_box .perk_box .perk p {
        font-size: 15px; }
        #sign_up2 .left_box .perk_box .perk p strong {
          color: #333; }
#sign_up2 a.btn_sign {
  text-transform: uppercase;
  color: #FDFDFD;
  font-size: 15px;
  border-radius: 4px;
  background: #333333;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  width: 25%;
  display: block;
  padding: 6px 0 6px;
  -webkit-transition: background linear .2s, box-shadow linear .2s;
  -moz-transition: background linear .2s, box-shadow linear .2s;
  -o-transition: background linear .2s, box-shadow linear .2s;
  transition: background linear .2s, box-shadow linear .2s; }
  #sign_up2 a.btn_sign:hover {
    background: #252528; }
#sign_up2 .icos {
  background: url("../../img/signin_icos.png") no-repeat;
  width: 96px;
  height: 30px; }

#sign_up2 .box {
    /* float: right; */
    box-shadow: 0 0 5px 0 #eeeeee;
    background: white;
    border: 1px solid #DFDFDF;
    border-radius: 5px;
    width: 96%;
    padding: 35px 0 30px;
	margin-left: auto;
	margin-right: auto;
}
	
#sign_up2 .box .box_cont {
  margin: 0 auto;
  width: 95%;
}
    #sign_up2 .signin_box .box .social {
      margin: 0 auto 20px;
      float: none;
      text-align: center; }
      #sign_up2 .signin_box .box .social a.circle {
        text-align: center;
        width: 56px;
        height: 56px;
        border-radius: 100%;
        margin-right: 34px;
        display: inline-block;
        -webkit-transition: border-color ease-in .1s;
        -moz-transition: border-color ease-in .1s;
        -o-transition: border-color ease-in .1s;
        transition: border-color ease-in .1s; }
        #sign_up2 .signin_box .box .social a.circle:hover {
          border-color: rgba(0, 0, 0, 0.7); }
        #sign_up2 .signin_box .box .social a.circle img {
          display: inline-block;
          margin-top: 15px; }
      #sign_up2 .signin_box .box .social a.facebook {
        background: #233678;
        border: 2px solid #233678; }
      #sign_up2 .signin_box .box .social a.twitter {
        background: #54AEE1;
        border: 2px solid #54AEE1; }
      #sign_up2 .signin_box .box .social a.gplus {
        background: #292929;
        border: 2px solid #292929;
        margin: 0; }
    #sign_up2 .signin_box .box .division {
      margin: 0 auto 18px;
      float: none;
      overflow: hidden;
      width: 100%;
      position: relative;
      text-align: center; }
      #sign_up2 .signin_box .box .division .line {
        border-top: 1px solid #DFDFDF;
        width: 34%;
        top: 10px;
        position: absolute; }
      #sign_up2 .signin_box .box .division .l {
        left: 0; }
      #sign_up2 .signin_box .box .division .r {
        right: 0; }
      #sign_up2 .signin_box .box .division span {
        color: #424242;
        font-size: 17px; }
    #sign_up2 .signin_box .box .form form {
      margin: 0; }
    #sign_up2 .signin_box .box .form input[type="text"] {
      border-radius: 3px;
      font-size: 16px;
      margin-bottom: 16px;
      height: 37px;
      color: black; }
    #sign_up2 .signin_box .box .form input[type="submit"] {
      text-transform: uppercase;
      color: #fff;
      background: #187CCC;
      font-size: 15px;
      margin: 0 auto;
      display: block;
      padding: 6px 19px;
      border: 0 none;
      border-radius: 3px;
      -webkit-transition: background linear .2s, box-shadow linear .2s;
      -moz-transition: background linear .2s, box-shadow linear .2s;
      -o-transition: background linear .2s, box-shadow linear .2s;
      transition: background linear .2s, box-shadow linear .2s; }
      #sign_up2 .signin_box .box .form input[type="submit"]:hover {
        background: #252528; }
    #sign_up2 .signin_box .box .form .forgot {
      margin-left: 0;
      margin-bottom: 20px;
      width: 100%;
      color: #797979;
      text-align: center;
      overflow: hidden; }
      #sign_up2 .signin_box .box .form .forgot span {
        margin-right: 5px; }
      #sign_up2 .signin_box .box .form .forgot a {
        color: #797979;
        font-size: 13px;
        border-bottom: 1px solid #797979;
        font-weight: bold;
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        -ms-transition: all .2s;
        transition: all .2s; }
        #sign_up2 .signin_box .box .form .forgot a:hover {
          color: #187CCC;
          border-color: #187CCC; }

/* Responsive
-------------------------------------------------- */
@media (min-width: 768px) and (max-width: 991px) {
  #sign_up1 .footer input[type="text"], #sign_up1 .footer input[type="password"] {
    width: 25%; }

  #sign_up2 .left_box .perk_box .perk .icos {
    height: 66px; }
  #sign_up2 .signin_box .box .social a.circle {
    margin-right: 10px; } }
@media (max-width: 767px) {
  #sign_up1 {
    background: none;
    height: auto; }
    #sign_up1 .header h4 {
      color: #333;
      line-height: 35px;
      text-shadow: none; }
    #sign_up1 .header p {
      line-height: 24px;
      color: #333; }
    #sign_up1 .division span {
      color: #333; }
    #sign_up1 .division .line {
      display: none; }
    #sign_up1 .footer input[type="text"], #sign_up1 .footer input[type="password"] {
      font-size: 13px;
      width: 97%;
      margin-bottom: 12px; }
    #sign_up1 .footer input[type="submit"] {
      margin: 10px auto 0;
      display: block; }
    #sign_up1 .dosnt {
      float: left; }
      #sign_up1 .dosnt span {
        margin-left: 0;
        color: #333;
        border-color: #333;
        float: left; }
      #sign_up1 .dosnt a {
        color: #333;
        border-color: #333;
        float: left; }
        #sign_up1 .dosnt a:hover {
          color: #187CCC;
          border-color: #187CCC; }

  #sign_up2 .left_box {
    overflow: hidden;
    margin-bottom: 70px; }
    #sign_up2 .left_box h4 {
      text-align: center;
      margin-bottom: 30px; }
  #sign_up2 .signin_box {
    float: none; }
    #sign_up2 .signin_box .box {
      float: none;
      margin: 0 auto;
      width: 100%; } }
