body{
  font-family: Arial, Helvetica, sans-serif;
  background: #ececec;
}

/*--------------------Login container ------------------*/

.box-area{
  width: 930px;
}

.right-box{
  padding: 40px 30px 40px 40px;
}

::placeholder{
  font-size: 16px;
}

.in-box{
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 768px){
  .box-area{
    margin:0 10px;
  }

  .left-box{
    height: 100px;
    overflow: hidden;
  }

  .right-box{
    padding: 20px;
  }
}