@media screen and (min-width: 992px) {
  form#external-user-register-form #popup-country .modal-dialog, form#external-user-register-form #popup-other-country .modal-dialog {
    width: 700px;
  }
}
form#external-user-register-form #popup-country .modal-dialog .modal-body, form#external-user-register-form #popup-other-country .modal-dialog .modal-body {
  display: flex;
  align-items: center;
  padding: 50px;
  width: 100%;
  text-align: center;
  font-size: 20px;
}
form#external-user-register-form #popup-country .modal-dialog .modal-body a, form#external-user-register-form #popup-other-country .modal-dialog .modal-body a {
  border: none;
  background-color: unset;
  color: #06038D;
}
form#external-user-register-form #popup-country .modal-dialog .modal-body a:hover, form#external-user-register-form #popup-other-country .modal-dialog .modal-body a:hover {
  text-decoration: underline;
}
form#external-user-register-form #popup-country .modal-dialog .modal-footer .popup-blocks-link, form#external-user-register-form #popup-other-country .modal-dialog .modal-footer .popup-blocks-link {
  background-color: #06038D;
  color: #FFF;
  font-size: 12px;
  line-height: 12px;
  width: fit-content;
}
