.modal form, .modal form * {
    box-sizing: border-box;
}
.modal form textarea {
    height: 120px;
}
.modal form .form-result {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
}
.modal form .form-result .alert {
    display: none;
}
button {
    background: none;
    border: none;
}