.war-reminder-form {
    margin-top: 1em;
}

.war-reminder-form input {
    width: 100%;
    margin-bottom: .75em;
	border-radius: 8px !important;
}

.war-reminder-form button {
	border-radius: 8px !important;
}

.war-reminder-feedback.success {
    color: #2ecc71;
    margin-top: .5em;
}

.war-reminder-feedback.error {
    color: #e74c3c;
    margin-top: .5em;
}
