body {
  /*height: 100%;*/
  /*overflow: hidden;*/
  width: 100% !important;
  box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
  margin: 0;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
 button {
    background: #03A9F4;
    padding: 10px 16px;
    width: auto;
    font-weight: 600;
    text-transform:  uppercase;
    font-size: 14px;
    color: #fff;
    line-height: 16px;
    letter-spacing: 0.5px;
    border-radius: 2px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1), 0 3px 6px rgba(0,0,0,0.1);
    border: 0;
    outline: 0;
    margin: 15px 15px 15px 0;
    transition: all 0.25s;
  }

  button:hover {
    background: #0288D1;
    box-shadow: 0 4px 7px rgba(0,0,0,0.1), 0 3px 6px rgba(0,0,0,0.1);
  }

  .create_account {
      display: inline-block;
      line-height: 42px;
      padding: 0;
      height: 100%;
      cursor: pointer;
      width: 338px;
      text-align: center;
      color: black;
      font-size: 14px;
      border: 1px solid #333;
      border-radius: 25px;
  }

  .create_account:hover{
    background-color: #f7f1f1;
  }

  .content h2 {
    color: #03A9F4;
    font-weight: 300;
    font-size: 35px;
  }

 
  .off {
    background: none;
    color: #03A9F4;
    box-shadow: none;
  }

  .right .off:hover {
    background: #eee;
    color: #03A9F4;
    box-shadow: none;
  }
  .left .off:hover {
    box-shadow: none;
    color: #03A9F4;
    background: #363A3D;
  }
  input {
    background: transparent;
    border: 0;
    outline: 0;
    border-bottom: 1px solid #45494C;
    font-size: 14px;
    color: #959595;
    padding: 8px 0;
    margin-top: 20px;
  }
  .formTitle  {
  color:white;
  }
.main-form .title {
      padding-bottom: 15px;
      text-align: center;
      font-size: 24px;
      font-weight: 400;
      color: #333;
  }
  .main-form-2 .title {
      padding-bottom: 15px;
      text-align: center;
      font-size: 24px;
      font-weight: 400;
      color: #333;
  }
@media all and /*(max-width: 2000px) and*/ (min-width: 700px) {
   
  .backRight {
    position: absolute;
    right: 0;
    width: 50%;
    height: 100%;
    background: #3498db url('/images/photo-backRight.jpg');
    background-size: cover;
    background-position: 50% 50%;
  }

  .backLeft {
    position: absolute;
    left: 0;
    width: 50%;
    height: 100%;
    background: #e74c3c url('/images/photo-backLeft.jpg');
    background-size: cover;
    background-position: 50% 50%;
  }

  #back {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -999;
  }

  #slideBox {
    width: 50%;
    max-height: 100%;
    height: 100%;
    overflow: hidden;
    margin-left: 50%;
    /*position: absolute;*/
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
  }
  .topLayer {
    width: 200%;
    /*height: 100%;*/
    height: 1000px;
    position: relative;
    left: 0;
    left: -100%;
  }

  .left {
    width: 50%;
    height: 100%;
    background: #2C3034;
    left: 0;
    position: absolute;
  }

  .right {
    width: 50%;
    height: 100%;
    background: #f9f9f9;
    right: 0;
    position: absolute;
  }

  .content {
    width: 50%;
    margin: 0 auto;
    /*top: 30%;*/
    position: absolute;
    left: 50%;
    margin-left: -125px;
  }

  

  .main-form {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: absolute;
      top: 35%;
      right: 20%;
      padding: 0px 30px 0;
      width: 400px;
      background-color: #fff;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  }
  .main-form-2 {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: absolute;
      top: 50%;
      left: 20%;
      padding: 0px 30px 0;
      width: 400px;
      background-color: white;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  }
  .login-box {
       -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: absolute;
      top: 50%;
      right: 250px;
      padding: 0px 30px 0;
      width: 400px;
      background-color: #fff;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  }
  
  .form-control {
      border-radius: 0 !important;
      box-shadow: none;
      border-color: #d2d6de;
  }
  .main-form-label {
      display: block;
      font-size: 14px;
      line-height: 18px;
      color: #666;
      padding-bottom: 4px;
  }
  .btn.btn-flat {
      border-radius: 0;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      border-width: 1px;
  }

  .new {
      position: absolute;
      background: #fff;
      display: inline-block;
      font-size: 16px;
      color: #333;
      bottom: -10px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      text-align: center;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 60%;
  }

#goRightMobile{
      display: none;
    }
  #goLeftMobile{
    display: none;
  }
}
@media all and (max-width: 600px) and (min-width: 100px) {
    .left {
      display: none;
    }
    #goRight{
      display: none;
    }
    #goLeft{
      display: none;
    }


}