/* ----------- iPhone 6+, 7+ and 8+ ----------- */

@media screen and (device-width: 414px) and (device-height: 736px) {
  .login-inner header {

  }
  .login-inner {

  }
}

@media screen and (device-width: 736px) and (device-height: 414px) {
  .login-inner header {

  }
  .login-inner {

  }
}

/* end 6 7 8 */

/* iphone x */
@media screen and (device-width: 375px) and (device-height: 812px) {
  /* .login-inner {
    margin-right: 10% !important;
  } */
}

@media screen and (device-width: 812px) and (device-height: 375px) and (orientation: landscape) {
  .login-inner {
    margin-top: 12%;
  }
  .login-inner header img {
    margin-bottom: 1%;
    width: 30%;
  }
}
/* end iphone x */
