@font-face {
    font-family: bpg;
    src: url(/projects/fonts/bpg_glaho_sylfaen.ttf);
}

.font-bpg {
    font-family: bpg !important;
}
.reset-password-page {
    width: 100%;
    text-align: center;
    overflow: hidden;
    font-family: bpg;
}

.user-reset-password-form {
    position: relative;
    margin: 20px auto;
    padding: 20px 30px 30px 30px;
    border-radius: 5px;
    color: white;
    font-size: 18px;
    background-color: #555555;
}

.input {
    margin: 0;
    max-width: inherit;
}

.user-reset-password-form input[type="submit"] {
    width: 250px;
    margin: 0 auto;
}

.user-links {
    position: absolute;
    right: 5px;
    bottom: 5px;
    font-size: 14px;
}