.error {
  display: block;
  color: red;
  font-weight: normal;
  font-size: 13px; }

.swal2-title {
  font-size: 1.2em !important; }

.swal2-input {
  height: 2em !important;
  padding: 0 .75em; }

#swal2-content {
  font-size: 15px !important;
  font-weight: 500 !important;
  padding: 0 1em !important; }

.swal2-styled {
  font-size: 12px !important; }

.swal2-image {
  margin: 10px auto !important; }

.swal2-container {
  z-index: 10001 !important; }

#loading {
  background: #ffffff;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: fixed;
  display: block;
  z-index: 99999;
  display: none; }

.err {
  display: block;
  font-size: 11px;
  color: #f00;
  text-align: left; }

.errborder {
  /*border: 1px solid #f00 !important;*/
  border-bottom: 1px solid #f00 !important; }

#loading-image {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
  width: 136px;
  transform: translate(-50%, -50%); }

.red-text {
  color: #f00; }
  
  .mobile-cta {
    position: fixed;
    text-align: center;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
	width:100%;
	z-index: 1;
}