/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .swal2-container{
     z-index: 99999999;
 }

 .swal2-input{
     width: 60%;
 }

 .swal-send-pin{
     font-size: 16px;
     cursor: pointer;
     text-decoration: none;
 }

 .swal2-popup .swal2-validationerror {
     margin: 0 !important;
     padding: 0px 0px 10px 0px !important;
     background-color: transparent;
     font-size: 14px;
 }

 .swal2-popup .swal2-input {
     max-width: 200px !important;
 }
