.modal-content {
  border-radius: 16px;
}

.modal-sm
{
  max-width: 360px;
  margin: 0 auto;
}
.modal-dialog .modal-title {
  text-align: center;
  font: 'Roboto-Light';
  color: #000;
  margin-bottom: 10px;
  font-weight: 400;
}

.modal-content2 .logo
{
  display: flex; justify-content: center; margin-bottom:20px
}

.modal-content2 {
  box-shadow: none;
  border: none;
  vertical-align: middle;
  padding: 35px 30px 35px 30px;
  text-align: center;
  max-width: 568px; 
/* #  padding: 30px; */
}

.modal-content2 p input {
  width: 100%;
  color: #1d62dd;
  padding: 10px 15px;
  border: none;
  border: 1px solid #d3d3d3;
}

.modal-content2 input[type='submit'] {
  padding: 15px 0px;
  display: block;
  margin: 15px auto 0px;
  width: 75%;
}

.lbutton {
  width: auto;
  background-color: #ff264e;
  border-radius: 7px;
  border: 2px solid #ff264e !important;
  color: #fff !important;
  margin-top: 30px;
}

.lbutton:hover {
  background-color: #fd5c79;
}

.lbutton:active {
  background-color: #b83e55;
  border: 2px solid #b83e55 !important;
}

.lbutton:focus {
  outline: none;
}