﻿@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
  .container {
    padding-left: 36px;
    padding-right: 36px;
  }
  .form-body input,
  select {
    width: 100%;
  }
  .form-body .password-input {
    width: 100%;
  }
  .form-body .custom-select,
  .form-body .input-group {
    width: 100%;
  }

  .form-body .iti {
    width: 100%;
  }
}
