@media screen and (max-width: 1400px) {
  body .container .main {
    padding: 50px 320px;
  }
  .iti__country-list {
    width: 415px;
  }
}

@media screen and (max-width: 1200px) {
  body .container .main {
    padding: 50px 220px;
  }
  .iti__country-list {
    width: 435px;
  }
}

@media screen and (max-width: 992px) {
  body .container .main {
    padding: 50px 120px;
  }
  .iti__country-list {
    width: 396px;
  }
}

@media screen and (max-width: 768px) {
  body .container .main {
    padding: 50px 20px;
  }
  .iti__country-list {
    width: 416px;
  }
}

@media screen and (max-width: 540px) {
  .iti__country-list {
    width: 331px;
  }
}

@media screen and (max-width: 490px) {
  body .container .main {
    padding: 40px 0;
  }
  body .container .main section .inputs .rules {
    font-size: 13px;
  }
  body .container .main section .inputs .reset a {
    font-size: 13px;
  }
  body .container .main section .login-signup p {
    font-size: 14px;
  }
  .form-check .form-check-input {
    margin-left: 6px;
    margin-top: 1px;
  }
  body .container .main section .inputs .text-start img {
    top: -37px;
  }
}

@media screen and (max-width: 416px) {
  .iti__country-list {
    width: 292px;
  }
}

@media screen and (max-width: 404px) {
  body .container .main section .inputs .rules {
    display: inline;
  }
}
/*# sourceMappingURL=responsive.css.map */