.swal-overlay .swal-modal{
  width: 400px;
  position: absolute;
  left: 45%;
  top: 30%;
}
.swal-overlay .swal-title{
  font-size: 20px;
}
.swal-overlay .swal-button{
  background-color: #1ab394;
}
.swal-overlay .swal-button:active{
  background-color: #1ab394;
} 
.swal-overlay .swal-button:not([disabled]):hover{
  background-color: #1ab394;
}