html,
body {
    height: 100%;
    font-family: monospace;
}

body {
    background-color: #f5f5f5;
}

#logo {
    background-image: url("../img/logo.png");
    width: 194px;
    height: 50px;
    margin: 60px auto;
}

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

#formGeneratePassword {
    text-align: left;
}
