.mdy-o365-form { max-width: 42rem; }
.mdy-o365-form label { display: block; margin-bottom: .35rem; }
.mdy-o365-form input:not([type="hidden"]),
.mdy-o365-form textarea { box-sizing: border-box; width: 100%; padding: .65rem; border: 1px solid #767676; border-radius: .25rem; font: inherit; }
.mdy-o365-form textarea { resize: vertical; }
.mdy-o365-form button { margin-top: 1rem; padding: .65rem 1rem; cursor: pointer; }
.mdy-o365-form button:disabled { cursor: wait; opacity: .65; }
.mdy-o365-form .mdy-o365-result { margin-top: 1rem; }

.mdy-o365-form .mdy-o365-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
