/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.2); /* Black w/ opacity */
}

/* Loder gif */
#ajax_loader{
  font-size:100px;
  z-index: 111;
  position: absolute;
  left: 42%;
  top: 30%;
  color: #375287;
  display: none;
}
/* Modal Content */
#modal1{
  margin-left: 100px;
  margin: auto;
  padding: 10px;
  border: 1px solid #888;
  width: 45%;
  text-align: center;  
  /*background-image: linear-gradient(310deg, #375287, lightblue,lightblue,lightblue, #375287); */
  background-image: linear-gradient(330deg, #0E73A9, lightblue,lightblue,lightblue, #0E73A9); 
}
.modal-content h1{
  font-family: Bigshot One;
  text-align: center; 
  font-size: 25px;
  font-weight: 700;
  /*color: #ff0088;*/
  background: -webkit-linear-gradient(400deg, green,black,blue,red,black,green);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#otpmsg{
  color: #ff0088;
  font-size: 20px;
  font-family: Bigshot One;
  text-align: center;
}
#closediv button{
  float: right;
  width: 100px;
}
#otpverify m{
  font-weight: 700;
  font-size: 20px;
}
#otpverify input{
  border: 2px solid #0077F9;
}
#closediv button, #otpverify button{
  color: #fff;
  font-weight: 600;
  width: 100px;
  height: 33px;
  background: #0077F9;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 15px;
}
#closediv button:hover, #otpverify button:hover{
  transition: all 200ms ease-in;
  transform: rotate(0) scale(1.1);
}
#resend r{
  margin-top: 10px;
  font-size: 18px;
  font-family: Bigshot One;
  font-weight: 500;
}
@media screen and (max-width:600px){
  #modal1{
  margin-left: 0;
  margin: auto;
  padding: 10px;
  border: 1px solid #888;
  width: 100%;
  }
}