.modal-wrapper > div.alert-content {
    display: none;
    width: auto;
    height: auto;
}
.modal-wrapper > div.alert-content > form.modal-form {
    /* width: 450px; */
    width: 404px;
    height: auto;
    text-align: center;
}
.modal-wrapper > div.alert-content > form.modal-form > h1 {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 700;
}

.modal-wrapper > div.alert-content > form.modal-form > p {
    margin-bottom: 30px;
}

.modal-wrapper > div.alert-content > form.modal-form > input {
    height: 40px;
    border-radius: 5px;
}