html,
body {
    height: 100%;
}

#alert,
#formGenerate,
#formRetrieve,
#showLink,
#showPassword,
#formGeneratePassword {
    display: none;
    max-width: 375px;
    text-align: center;
}

#formGeneratePassword {
    text-align: left;
}

.btn-group .btn,
.btn-primary {
    border-radius: 3.125rem;
}