body {
    font-size: 14px;
    font-weight: 400;
    color: #212121;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding: 0;
    margin: 0;
    min-height: 100%;
    background-color: #f2f2f2;
}
.page .background-layout {
    background-image: none;
    padding: 0;
    margin: 0;
    min-height: 100vh;
}
.page .request-form {
    position: fixed;
    padding: 80px 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    text-align: center;
}

.page .request-form h1 {
    font-size: 28px;
    font-weight: 400;
    margin: 14px 0;
    color: #727272;
    text-transform: uppercase;
}
.page .request-form h1 span {
    font-weight: 500;
    color: #212121;
}
.page .request-form.auth-page h1 {
    margin: 14px 0 5px 0;
    color: #152658;
    text-transform: none;
}
.page .request-form.auth-page h1 img {
    height: 30px;
    vertical-align: -5px;
}
.page .request-form p {
    font-size: 15px;
    color: #727272;
    margin: 0 0 30px 0;
}
.page .request-form .request-form-field {
    position: relative;
    width: 300px;
    margin-bottom: 24px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.page .request-form .request-form-field span {
    width: 100%;
    display: block;
}
.page .request-form .request-form-field input {
    font-size: 1.1rem;
    width: 100%;
    padding-left: 2.3rem;
}
.page .request-form .request-form-field .p-input-icon-left .pi {
    position: absolute;
    top: 11px;
    left: 10px;
}
.page .request-form .request-form-submit {
    margin-top: 30px;
}
.page .request-form .request-form-submit button {
    min-width: 110px;
}
.request-form-submit a.p-button.p-component.p-button-secondary.p-button-text:hover {
    background: rgba(96, 125, 139, 0.04);
    border-color: transparent;
    color: #607D8B;
}
.p-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.p-checkbox-checked .p-checkbox-box .p-checkbox-icon {
    font-size: 0.95rem;
    padding-top: 1px;
    padding-left: 1px;
}
.p-checkbox .p-checkbox-box,
.p-field-checkbox label,
.request-form-submit button,
.request-form-submit a {
    cursor: pointer;
}
.link-like-button {
    display: inline-block;
}
@media screen and (min-width: 850px) {
    .page .background-layout {
        background-size: cover;
    }
    .page .background-layout.guest-form-page {
        background-image: url('/static/images/locked.jpg');
    }
    .page .background-layout.error-page {
        background-image: url('/static/images/locked_alt.png');
    }
    .page .background-layout.error-page.error-403 {
        background-image: url('/static/images/locked_access.jpg');
    }
    .page .background-layout.error-page.error-500 {
        background-image: url('/static/images/locked_internal_error.jpg');
    }
    .page .background-layout.error-page.maintenance-mode-page {
        background-image: url('/static/images/maintenance_mode.png');
    }
    .page .rounded-panel {
        padding: 80px;
        display: block;
        position: fixed;
        background-color: #ffffff;
        height: 200%;
        width: 100%;
        left: -50%;
        top: -50%;
        border-radius: 50%;
        opacity: 0.8;
    }
    .page .guest-form-page .rounded-panel {
        opacity: 0.95;
    }
    .page .request-form {
        text-align: left;
        position: fixed;
        padding: 250px 0 0 100px;
    }
    .page .request-form p {
        max-width: 300px;
    }
    .page .request-form .request-form-field {
        width: 300px;
        margin-left: 0;
        margin-right: 0;
        text-align: left;
    }
}
