
.modal-dialog{
  width: 400px;
}

.modal-header{
  background-color: #ffcc00;
  text-align: center;
  padding: 10px 50px 20px 50px;
}

.modal-header i{
  float: right;
  font-size: 24px;
  color: #000000;
  margin-right: -25px;
}

.modal-header i:hover{
  color: #7224AC;
}

.modal-header h4{
  color: #000000;
  text-transform: uppercase;
  letter-spacing: -2px;
  font-size: 18px;
  margin: 0px;
  padding: 0px;
}

.modal-header p{
  color: #000000;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  margin: 10px 0px 0px 0px;
  padding: 0px;
}

.modal-body{
  padding: 25px 50px 20px 50px;
}

.modal-body input{
  border-radius: 100px;
  border: 1px solid #ffffff;
  margin-bottom: 20px;
  padding-left: 15px;
  height: 38px;
}

.modal-body a{
  color: #000000;
  text-decoration: none;
}

.modal-body p{
  text-align: right;
  color: #000000;
  line-height: 14px;
  margin: 0px 0px 15px 0px;
  padding: 0px;
}

.modal-body strong:hover {
  color: #7224AC;
}

.modal-body button{
  height: 38px;
  border-radius: 100px;
  background-color: #000000;
  color: #ffcc00;
  text-transform: uppercase;
  font-weight: 900;
  width: 100%;
  margin: 15px 0px 10px 0px;
}

.modal-body button:hover{
  height: 38px;
  border-radius: 100px;
  background-color: #7224AC;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 900;
  width: 100%;
}

.modal-footer a{
  text-decoration: none;
  color: #000000;
}

.modal-footer {
  background-color: #F2F2F2;
  color: #000000;
  text-align: center;
}

.modal-footer i:hover {
  color: #7224AC;
}

@media(max-width:520px){

  .modal-dialog{
    width: auto;
  }

}

@media(max-width:320px){

  .modal-header{
    background-color: #ffcc00;
    text-align: center;
    padding: 10px 10px 20px 10px;
  }

  .modal-header i{
    margin-right: 0px;
  }

  .modal-body{
    padding: 25px 20px 20px 20px;
  }

}