/* Applied to login page */

body {
    background: white;
}

#forgotten-password {
    position: absolute;
    width: 302px;
    margin-left: calc(50% - 151px);
    top: 30px;
    text-align: center;
}

#logo {
    margin-bottom: 30px;
}

#forgotten-password button {
    width: 100%;
    background: #30b58D;
    border: none;
}

#forgotten-password > form > div {
    margin-bottom: 5px;
}
