.white-background
{
    background: #fff;
}

#main-content
{
}

#uploadCertificateTitle
{
    margin-top: 32px;
}

.action-buttons
{
    margin-top: 2.5rem;
    display: flex;
    gap: 32px;
}

#back-button
{
    width: 98px;
    margin-left: 32px;
}

#passwordSubmitButton
{
    margin-top: 16px;
}

.error-text
{
    color: var(--gov-color-error);
}

.idp-icon
{
    background-size: cover !important;
}

.idp-picker-container
{
    display: flex;
    gap: 10px 35px;
    flex-wrap: wrap;
}

.button-full-width
{
    width: 100%;
}

.form-container
{
    display: flex;
    flex-direction: column;
}

.form-container-group
{
    display: flex;
    flex-direction: column;
    width: 295px;
    max-width: 295px;
}

.gov-bottom-help__contacts
{
    display: flex;
    flex-direction: row;
    gap: 0 100px;
}

.gov-bottom-help__contacts>h4>span.gov-icon~span
{
    white-space: nowrap
}

.gov-container-watermark-container
{
    position: relative;
}

.gov-container-watermark
{
    position: absolute;
    top: 160px;
    right: 0;
    pointer-events: none;
}

.form-control-eye
{
    top: 2.125rem;
    width: 0.75rem;
    height: 0.75rem;
}

@media only screen and (max-width: 992px)
{
    .gov-container-watermark
    {
        display: none !important;
    }
}

.info-message
{
    margin: 32px 0;
    position: relative;
    z-index: 10;
}

.error-message
{
    margin: 32px 0;
    position: relative;
}

.success-message
{
    margin-bottom: 1.5625rem;
    position: relative;
}

.other-actions-container
{
    display: flex;
    flex-direction: row;
    border-top: 1px solid var(--gov-color-grey-inactive);
    padding-top: 32px;
    margin-top: 32px;
    width: fit-content;
}

@media only screen and (max-width: 700px) {
    .form-container
    {
        flex-direction: column;
    }
    .form-container-group
    {
        width: 100%;
        max-width: 100%;
    }
    .gov-bottom-help__contacts
    {
        flex-direction: column;
    }
    .error-message
    {
        width: 100%;
        max-width: 100%;
    }
    .action-buttons
    {
        flex-direction: column;
    }
    .mobile-full-width
    {
        width: 100% !important;
        max-width: 100% !important;
    }

    .other-actions-container
    {
        flex-direction: column !important;
        width: 100% !important;
        max-width: 100% !important;
    }
}

.reset-buttons-container
{
    display: flex;
    flex-direction: row;
}

h4
{
    padding: 0 !important;
}

.form-fields
{
    padding-bottom: 1.5rem;
}

#password-toggle,
#passwordRepeat-toggle
{
    top: 20% !important;
}

.caais-support-info
{
    display: flex;
}

.caais-support-info span:first-child
{
    margin-right: 0.5em;
}

body.gov-theme-app .gov-footer__upper .gov-footer__col .gov-list--plain a.gov-link
{
    padding-left: unset;

    font-family: Roboto;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
}

body.gov-theme-app .gov-footer__upper .gov-footer__col a:has(.gov-icon-custom.gov-icon-custom--twitter),
body.gov-theme-app .gov-footer__upper .gov-footer__col a:has(.gov-icon-custom.gov-icon-custom--youtube),
body.gov-theme-app .gov-footer__upper .gov-footer__col a:has(.gov-icon-custom.gov-icon-custom--facebook),
body.gov-theme-app .gov-footer__upper .gov-footer__col a:has(.gov-icon.gov-icon--twitter),
body.gov-theme-app .gov-footer__upper .gov-footer__col a:has(.gov-icon.gov-icon--youtube),
body.gov-theme-app .gov-footer__upper .gov-footer__col a:has(.gov-icon.gov-icon--facebook)
{
    text-decoration-line: unset;
    margin-right: 1.5rem;
}

body.gov-theme-app .gov-footer__upper .gov-footer__col span.gov-icon
{
    font-size: 1.2rem;
}

body.gov-theme-app .gov-bottom-help
{
    max-width: unset;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

body.gov-theme-app .gov-bottom-help .gov-bottom-help__content
{
    margin-left: auto;
    margin-right: auto;
    max-width: 70rem;
}

body.gov-theme-app .gov-bottom-help__content .gov-bottom-help__content--text h2
{
    max-width: unset;
    margin-bottom: 1.25rem;
}

body.gov-theme-app .gov-bottom-help__content .gov-bottom-help__content--text:before
{
    display: none;
}

body.gov-theme-app .gov-bottom-help__content .gov-bottom-help__content--text:before
{
    display: none;
}

body.gov-theme-app .gov-bottom-help {
    max-width: unset;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

body.gov-theme-app .gov-bottom-help .gov-bottom-help__content {
    margin-left: auto;
    margin-right: auto;
    max-width: 70rem;
}

body.gov-theme-app .gov-bottom-help .gov-bottom-help__content h2
{
    max-width: unset;
}

body.gov-theme-app .gov-bottom-help__content .gov-bottom-help__content--text:before
{
    display: none;
}

body.gov-theme-app .gov-bottom-help__content .gov-bottom-help__content--text .gov-bottom-help__contacts h4
{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0.75rem;
}

input.gov-button.button-full-width~div.gov-button.button-full-width
{
    margin-left: 2rem;
}