.white-background
{
    background: #fff;
}

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

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

.gov-form-control--width {
	max-width: 400px;
	width: 400px;
}

.form-fields {
	gap: 10px;
	display: flex;
	flex-wrap: wrap;
}
.idp-icon
{
    background-size: cover !important;
}

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

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

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

.yes-no-buttons
{
    display: flex;
    flex-direction: row;
    padding-top: 38px;
}

.gov-button
{
    width: 8.25rem;
    height: 3.125rem;
}

h4
{
    padding: 0 !important;
}

h1
{
    margin-bottom: 1.9375rem !important;
    padding-top: 2.5625rem;
}

@media only screen and (max-width: 700px)
{
    .gov-bottom-help__contacts
    {
        flex-direction: column;
    }
}

.gov-footer-wrapper
{
    position: fixed;
    bottom: 0;
    width: 100%;
}

.gov-page
{
    display: flex;
    flex-flow: column;
    height: 100%;
}

.watermark
{
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 31.25rem;
    height: 36.61rem;
    opacity: 0.05;
    transform: translateY(-50%);
    z-index: 0;
}

.gov-container.gov-container--no-y-offset.gov-header
{
    height: 7.8125rem;
}

.gov-header__holder
{
    padding-top: 1.6875rem;
}

.gov-header
{
    flex: 0 1 auto;
}

.white-background
{
    flex: 1 1 auto;
}

.footer
{
    z-index: 1;
}

.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__content .gov-bottom-help__content--text:before
{
    display: none;
}

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

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;
}
