:root {
    --amod-theme-heading-color: #000;
    --amod-theme-light-blue-100: #31769b;
    --amod-theme-light-blue-100-hover: #3f94c3;
    --amod-theme-light-blue-60: #8cbfdb;
    --amod-theme-light-blue-80: #5a91af;
    --amod-theme-blue-40: #adc8d7;
    --amod-theme-gray-100: #282828;
    --amod-theme-gray-80: #535353;
    --amod-theme-gray-60: #7e7e7e;
    --amod-theme-gray-40: #a9a9a9;
    --amod-theme-gray-10: #eaeaea;
    --amod-theme-gray-5: #f4f4f4;
    --amod-theme-gray-20: #d4d4d4;
    --amod-theme-green: #427d26;
    --amod-theme-green-80: #689751;
    --amod-theme-green-40: #b3cba8;
    --amod-theme-green-10: #ecf2e9;
    --amod-theme-light-green: #74a433;
    --amod-theme-light-green-hover: #90b65c;
    --amod-theme-purple: #2d0c6d;
    --amod-theme-purple-80: #573d8a;
    --amod-theme-purple-40: #ab9ec5;
    --amod-theme-light-purple: #625aab;
    --amod-theme-light-purple-hover: #817bbc;
    --amod-theme-berry: #9f237a;
    --amod-theme-berry-80: #b24f95;
    --amod-theme-berry-40: #d9a7ca;
    --amod-theme-navy-100: #04315b;
    --amod-theme-navy-80: #365a7c;
    --amod-theme-navy-40: #9badbd;
    --amod-theme-negative: #b00020;
    --amod-theme-negative-hover: #8f001a;
    --amod-theme-negative-10: #ffe7ec;
    --amod-theme-positive: #237b4b;
    --amod-theme-positive-100: #237b4b;
    --color-amig-positive-10: #ebfbe6;
    --amod-theme-white: #ffffff;
    --mdc-theme-on-surface: #535353;
    --mdc-theme-on-primary: #fff;
    --mdc-theme-primary: #31769b;
    --amod-theme-raleway: Raleway, sans-serif;
    --amod-theme-arial: Arial;
}


.ciam-caption-web-regular{
    font-family:  var(--amod-theme-arial, Arial);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
}

.ciam-caption-web-bold{
    font-family:  var(--amod-theme-arial, Arial);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25rem;
}

.ciam-h3-web-text{
    font-family: var(--amod-theme-raleway, Raleway, sans-serif);
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.25rem;
}

.ciam-h6-web-text {
    font-family: var(--amod-theme-raleway, Raleway, sans-serif);
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5rem;
}

.ciam-h3-mobile-text{
    font-family: var(--amod-theme-raleway, Raleway, sans-serif);    
    font-style: normal;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.ciam-body2-web-regular {
    font-family:  var(--amod-theme-arial, Arial);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
}

.ciam-body2-web-bold {
    font-family:  var(--amod-theme-arial, Arial);
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5rem;
}

.amig-body1-mobile-regular {
    font-family: var(--amod-theme-arial, Arial);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
}

.primary-button-theme {
    position: relative;
    background-color: var(--mdc-theme-primary, #31769b);
    color: var(--mdc-theme-on-primary, #fff);
    border: none;
    border-radius: 0.125rem;
    padding: 0.75rem 1.5rem;
    text-transform: none;
}

.primary-button-theme:hover,
.primary-button-theme:active,
.primary-button-theme:focus {
    text-decoration: none !important;
    background-color: var(--amod-theme-light-blue-100-hover, #3f94c3);
}

.primary-button-theme:hover {
    cursor: pointer;
}

.primary-button-theme:disabled {
    background: var(--amod-theme-blue-40, #adc8d7);
    pointer-events: none;
}

.secondary-button-theme {
    color: var(--mdc-theme-primary, #31769b);
    background-color: var(--mdc-theme-on-primary, #fff);
    border: 0.125rem solid var(--mdc-theme-primary, #31769b);
    border-radius: 0.125rem;
    padding: 0.75rem 1.5rem;
    text-transform: none;    
}

.secondary-button-theme:hover,
.secondary-button-theme:active,
.secondary-button-theme:focus {
    text-decoration: none !important;
    color: var(--amod-theme-light-blue-100-hover, #3f94c3);
    border-color: var(--amod-theme-light-blue-100-hover, #3f94c3);
}

.secondary-button-theme:hover {
    cursor: pointer;
}

.secondary-button-theme:disabled {
    color: var(--amod-theme-blue-40, #adc8d7);
    border-color: var(--amod-theme-blue-40, #adc8d7);
    pointer-events: none;
}

.button--loading::after {
    content: "";
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    top: 0;
    left: 0.938rem;
    right: auto;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat !important;
    background-size: 1.5rem 1.5rem !important;
    padding-right: 1rem;
    background-image: url('https://portals.amig.com/amod-ui/images/rotating-circle-blue_128.gif')
}

.padding-override {
    padding-bottom: 2rem !important;
}

.button--loading-solid::after {
    content: "";
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    top: 0;
    left: 0.938rem;
    right: auto;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat !important;
    background-size: 1.5rem 1.5rem !important;
    padding-right: 1rem;
    background-image: url('https://portals.amig.com/amod-ui/images/rotating-circle-blue_128.gif')
}

.mfa-inline-links {
    display: inline-block;
    color: var(--mdc-theme-primary, #31769b);
    text-decoration: none !important;    
}

.mfa-inline-links:hover,
.mfa-inline-links:active,
.mfa-inline-links:focus {
    color: var(--amod-theme-light-blue-100-hover, #3f94c3);
}

.mfa-inline-links:hover {
    cursor: pointer;
}

.amod-layout-grid {
    margin: 0 5rem;
    position: relative;
    padding: 0
}

.amod-layout-grid-box-shadow {
    background-color: white;
    background: #fff;
    border: 1 px solid #f4f4f4;
    box-sizing: border-box;
    box-shadow: 0 10px 15px rgb(0 0 0/ 10%), 0 4px 6px rgb(0 0 0/ 5%);
    border-radius: 2 px
}

.image {
    height: 100%;
    object-fit: cover;
}

.image-component,
.image-full-height,
.amod-image-component,
.image-component .image {
    height: 100%;
    object-fit: cover;
    position: relative;
}

.amod-image-component .image {
    display: block;
    position: absolute;
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-position: top;
}

.banner {
    padding: 1rem;
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    margin: .5rem 0;
}

.error-banner-link {
    color: var( --amod-theme-negative, #b00020);
    text-decoration: none;
    position: relative;
    margin-bottom: 1.25rem;
    width: 9.375rem;
    padding-left: 1.5rem;
}

.error-banner-link:hover,
.error-banner-link:active,
.error-banner-link:focus {
    color: var( --amod-theme-negative-hover, #8f001a);
}

.success-background {
    background: var(--color-amig-positive-10, #EBFBE6);
}

.error-background {
    background: var( --amod-theme-negative-10, #FFE7EC);
}

.error-notification-link {
    display: inline-block;
    color: var( --amod-theme-negative, #b00020);
    text-decoration: none !important;    
}

.error-notification-link:hover,
.error-notification-link:active,
.error-notification-link:focus {
    color: var( --amod-theme-negative-hover, #8f001a);
}

.error-notification-link:hover {
    cursor: pointer;
}

.mdc-layout-grid__cell img {
    width: 100%;
    height: auto
}

#api {
    word-break: break-word
}

#api .mdc-button {
    height: auto
}

.error-text {
    color: var( --amod-theme-negative, #b00020);
    font-family: var(--amod-theme-arial, Arial);
    font-size: 0.875rem;
    margin-top: 0.5rem;
}

.error-border {
    border: 0.0625rem solid var( --amod-theme-negative, #b00020) !important;
}

.notification-icon {
    height: 2rem;
    width: 2rem;
    background-size: 2rem 2rem;
}

.notification-message {
    color: var(--amod-theme-gray-100, #282828);
    font-family: var(--amod-theme-arial, Arial);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
    padding-top: 0.25rem;
} 

.notification-theme {
    display: none;
    padding: 1rem 1.5rem;
    border-radius: 0.125rem;
    box-shadow: 0 0.0625rem 0.1875rem 0 rgba(0, 0, 0, 0.10), 0rem 0.0625rem 0.125rem 0rem rgba(0, 0, 0, 0.06);
    grid-template-columns: 2rem auto;
    gap: 1rem;
    margin-top: .5rem;
}

.ciam-theme-eyebrow {
    color: var(--amod-theme-gray-60, #7E7E7E);
    margin-bottom: 0.5rem;
}

.ciam-theme-eyebrow-step {
    display: contents;
}

.ciam-theme-title {
    color: var(--amod-theme-gray-100, #282828);
}

.ciam-theme-sub-title {
    color: var(--amod-theme-gray-80, #535353);
    display: grid;
    gap: 0.5rem;
    margin: 1rem 0 2rem;
}

.checked-validation-checkbox {
    background-image: url(https://portals.amig.com/amod-ui/images/success-icon.png) !important;
}

.error-validation-checkbox {
    background-image: url(https://portals.amig.com/amod-ui/images/error-icon.png) !important;
}

.validated-criteria {
    color: var(--amod-theme-positive-100, #237B4B) !important;
}

.no-list {
    list-style-type: none;
}

.mdc-top-app-bar {
    background-color: var(--mdc-theme-background, #fff); 
    display: flex;
    position: fixed;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    width: 100%;
    z-index: 4;
}

.authenticated-header {
    background-color: #31769b;
}

.header-exit-container{
    padding: 1.25rem 1rem 1rem 0rem;
}

.exit-button{
    border: 2px solid black;
    background-color: #31769b;
    color: black;
    padding: 14px 28px;
    font-size: 16px;
    cursor: pointer;
    border-color: #ededed;
    color: #fdfdfd;
}

.exit-button:hover,
.exit-button:active,
.exit-button:focus{
    background-color: var(--amod-theme-light-blue-80, #5a91af);
    box-shadow: none;
}

.drop-shadow-divider {
    left: 0;
    top: 0;
    box-shadow: 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.06), 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.1);
    z-index: 6
}

.amod-top-nav-bar {
    height: 6rem;
    margin: auto;
    width: 100%;
    max-width: 1440px;
}

.mdc-top-app-bar__row {
    display: flex;
    position: relative;
    box-sizing: border-box;
    width: 100%;
}

.mdc-top-app-bar__section {
    display: inline-flex;
    flex: 1 1 auto;
    align-items: center;
    min-width: 0;
    padding: 8px 12px;
    z-index: 1
}

.mdc-top-app-bar__section--align-start {
    justify-content: flex-start;
    order: -1;
    padding-left: 4rem
}

.mdc-touch-target-wrapper {
    display: inline
}

.login-page-template .amod-layout-grid {
    margin: 5rem 5rem 0rem 5rem
}

.mdc-layout-grid__inner {
   grid-gap: 0rem;
   display: grid;
   margin: 0;
   grid-template-columns: repeat(12, minmax(0, 1fr));
}

.mdc-layout-grid__cell--span-5-desktop {
    width: auto;
    grid-column-end: span 5
}

@supports(display:grid) {
    .mdc-layout-grid__cell {
        margin: 0
    }
}

.mdc-layout-grid__cell--span-7-desktop {
    width: auto;
    grid-column-end: span 7
}

.amod-main-content.login-page-template {
    background-color: var(--amod-theme-gray-5,#f4f4f4);
    padding-bottom: 6.375rem;
}
.amod-main-content {
    margin: auto;
    width: 100%;
    max-width: 1440px;
}

.amod-main-content {
    padding-top: 5rem;
    left: 0;
}

.amod-eyebrow-heading {
    position: relative;
    font-size: 1rem;
    font-style: normal;
    font-weight: bold;
    line-height: 1.5rem;
    padding-bottom: 1rem;
}

.amod-buttons {
    align-items: center;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.disabled {
    display: none !important;
}

.not-visible {
    display: '';
    visibility: hidden;
    height: 0;
    width: 0;
    padding: 0 !important;
    margin: 0 !important;
}

.textInput {
    margin: .5rem 0 1.5rem 0;
    padding: .75rem 4rem .75rem 1rem;
    width: 100%;
    width: -webkit-fill-available;
    outline: 0;
    border: 1px solid var(--amod-theme-gray-20);
    background: var(--amod-theme-gray-5)
}

.sub-text {
    color: #535353;
    margin-bottom: .5rem;
}

a.amod-theme-blue-100, .amod-theme-blue-100 {
    color: var(--mdc-theme-primary, #31769b);
    text-decoration: none;
}

.simplemodal-container, .simplemodal-overlay {
    display: none !important;
}

.section-left,.section-right{
    width: 50%;
    display: inline-flex;
    flex: 1 1 auto;
    align-items: center;
    min-width: 0;
    z-index: 1;
    justify-content: flex-start;
    order: -1;
}

.header-container {
    height: 6rem;
    position: sticky;
    margin: auto;
    width: 100%;
    max-width: 90rem;
    display: flex;
    box-sizing: border-box;
    padding: 0rem 5rem;
}

.header-container .section-right{
    justify-content: flex-end;
    margin-left: auto;
    display: flex;
    align-items: center;
}

.header .logo-container {
    padding-top: 0.75rem;
}


/* footer styles */
.footer-container {
    background-color: var(--amod-theme-light-blue-100, #31769b);
}

.footer {
    box-sizing: border-box;
    padding: 4rem 5rem;
    margin: auto;
    max-width: 90rem;
    background-color: var(--amod-theme-light-blue-100, #31769b);
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 9.75rem;
}

.social-icons {
    display: flex;
    gap: 1.5rem;
}

.social-icons .social-icon {
    padding: 0;
}

.social-icons .social-icon:hover {
    background-color: transparent;
}

.logo-img{
    max-width: 10.7rem;
    max-height: 4.5rem;
  }

.footer-logo-img {
    width: 10.6875rem;
    cursor: pointer;
}

.footer-logo {
    margin-bottom: 7rem;
}

.footer-content {
    font-family:  var(--amod-theme-arial, Arial);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
    color: var(--amod-theme-white, #ffffff);
    display: grid;
    gap: 3rem;  
}

.footer-links {
    margin-right: 6.813rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.5rem;
}

.footer-link-col {
    display: grid;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    gap: 1rem;  
}

.footer-link-col .footer-link {        
    color: var(--amod-theme-white, #ffffff);
} 

.footer-link-col .footer-link:hover{
    cursor: pointer; 
    text-underline-offset: 0.313rem;           
}

.footer-text-content {    
    color: var(--amod-theme-white, #ffffff);
    display: grid;
    gap: 1.5rem;
}

.footer-legal-links {
    display: grid;
    grid-template-columns: auto auto;
    gap: 4.5rem;
    color: var(--amod-theme-white, #ffffff);
}

.legal-links .legal-link{
    color: var(--amod-theme-white, #ffffff);
    text-decoration:none;
}

.legal-links .legal-link:hover{
    border-bottom: 0.125rem solid var(--amod-theme-white, #ffffff); 
    cursor: pointer;
    padding-bottom: 0.25rem;          
}

.legal-links .vertical-divider {
    display: inline-block;
    margin: 0 0.375rem;
}

.rights-reserved {
    display: contents;
}

.login-restrict-mobile {
    background: rgba(40, 51, 63, 0.64);
    position: fixed;
    z-index: 8;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    overflow: auto;
    display: none;
}

.mobile-restrict-modal {
    background-color: var(--amod-theme-white, #fff);
    position: relative;
    border-radius: 0.125rem;
    box-shadow: 0rem 0.25rem 0.375rem 0rem rgba(0, 0, 0, 0.05), 0rem 0.625rem 0.9375rem 0rem rgba(0, 0, 0, 0.10);
    box-sizing: border-box;
    margin: 5rem auto;
    padding: 1.875rem 1.5rem 2.5rem;
    width: calc(100vw - 2rem);
}

.restrict-modal-title {
    color: var(--amod-theme-heading-color, #000);
    margin-bottom: 1.1875rem;
}

.restrict-modal-msg {
    color: var(--amod-theme-gray-80, #535353);
    margin-bottom: 1.4375rem;
}

.redirect-home {
    width: 100%;
    display: block;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
}

#change-password-validation {
    margin-bottom: 2.875rem;
}

.password-wrap {
    position: relative;
}

.view-password {
    height: 1.5rem;
    width: 1.5rem;
    background: url(https://portals.amig.com/amod-ui/images/eye-icon.png);
    background-repeat: no-repeat;
    background-size: 1.5rem 1.5rem;
    position: absolute;
    right: 1rem;
    top: 0.75rem;
}

.view-password:hover {
    cursor: pointer;
}

.password-validation-label {
    color: var(--amod-theme-gray-100, #282828);
    margin-bottom: 0.5rem;
}

.password-validation-grid {
    color: var(--amod-theme-gray-80, #535353);
    display: grid;
    grid-template-columns: 1.5rem auto;
    gap: 0.5rem;
}

.validation-criteria {
    display: grid;
    gap: 0.5rem;
}

.validation-criteria >div {
    margin-left: 1.5rem;
}

.validation-checkbox {
    background-image: url(https://portals.amig.com/amod-ui/images/checkbox-icon.png);
    background-repeat: no-repeat;
    background-size: 1.5rem 1.5rem;
}

::-ms-reveal,
::-ms-clear {
    display: none;
}

.input-error-message {
    min-height: 1.25rem;
    color: var(--amod-theme-negative, #b00020);
}

.input-error {
    border-color: var(--amod-theme-negative, #b00020) !important;
}

.unauth-header {
    background-color: var(--amod-theme-gray-5,#f4f4f4);
}

.verify-buttons>#verifyPhone{
    order: 1;
}

.verify-buttons>#sendCode{
    order: 1;
}

.verify-buttons>#sendCode,.verify-buttons>#verifyPhone{
    display: block !important;
    position: relative;
}

.number{
    margin-bottom: 9.5rem;
}

.verify-button-override {
    width: 50% !important;
    margin-left: auto;
    display: inline-block !important;
}

@media (max-width: 600px) {
    .login-restrict-mobile {
      display: block;
    } 
}

@media(max-width:1023px) {
    .amod-layout-grid {
        margin: 0 1rem 0rem;
    }

    .amod-buttons {
        display: flex;
        flex-direction: column-reverse;
    }

    .notification-theme {
        grid-template-columns: 1.5rem auto;
    }

    .ciam-theme-sub-title {
        gap: 1rem;
        margin-bottom: 1.5rem;
    }
    
    .notification-icon  {
        height: 1.5rem;
        width: 1.5rem;
        background-size: 1.5rem 1.5rem;
    }
    
    .notification-message {
        padding-top: 0.063rem;
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .padding-override {
        padding-bottom: 0 !important;
    }

    .error-banner-link {
        padding-left: 1.5rem;
    }

    .ciam-h6-web-text, .ciam-body2-web-regular{
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .ciam-h3-web-text{
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .ciam-caption-web-regular, .ciam-caption-web-bold{
        font-size: 0.75rem;
        line-height: 0.875rem;
    }

    .amod-top-nav-bar {      
        height: 4rem;
        width: 100%
    }

    .mdc-top-app-bar__section--align-start {
        padding-left: 1rem !important;
    }

    .amod-main-content.login-page-template {
        padding-bottom: 1.5rem;
        padding-top: 3.5rem;
    }

    .login-page-template .amod-layout-grid {
        margin: 1.5rem 1rem 0.875rem
    }

    .mdc-layout-grid__inner {
        display: grid;
        grid-template-columns: unset;
        margin: 0; 
    }

    .mdc-layout-grid__cell--span-8-tablet {
        width: auto;
        grid-column-end: span 8;
    }

    .footer {
        padding: 2rem 1rem;
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .footer-logo {
        display: flex;
        justify-content: center;
        margin-bottom: 2rem;
    }

    .header-container {
        padding: 0;
        height: 4rem;
    }

    .header .logo-container {
        padding: 0.5rem 0 0.5rem 1rem;
    }

    .logo-img{
        width: 100%;
        max-width: 8.125rem;
        object-fit: cover;
        max-height: 3rem;
    }
    
    .footer-logo-img {
        width: 8.75rem;
    }

    .footer-accordions {
        display: block;
        width: 18.4375rem;
        margin: 0 auto 2rem auto;
    }

    .social-icons {
        justify-content: center;
        gap: 1rem;
    }

    .social-icon>img {
        height: 1rem;
        width: 1rem;
        ;
    }

    .footer-links {
        display: none;
    }

    .footer-content {
        gap: 2rem;
    }

    .footer-legal-links {
        grid-template-columns: auto;
        gap: 0;
        text-align: justify;
    }

    .legal-links {
        text-align: center;
    }

    .legal-links .legal-link {
        white-space: nowrap;
    }

    .copyright,
    .rights-reserved {
        display: block;
        text-align: center;
    }

    #change-password-validation {
        margin-bottom: 2rem;
    }

    .view-password {
        height: 1.375rem;
        width: 1.375rem;
        background-size: 1.375rem 1.375rem;
        right: 1.0625rem;
        top: 0.8125rem;
    }

    .create-account #continue {
        width:100% !important;
    }

    .number{
        margin-bottom: 2rem;
    }

    .verify-buttons>#sendCode,.verify-buttons>#verifyPhone{
        width: 100%
    }

    .header-exit-container{
        padding: 0.75rem 1rem 1rem 0rem;
    }

    .exit-button{
        padding: 10px 21px;
        font-size: 14px;
    }
}

@media(max-width:568px) {
    .amod-top-nav-bar {
        width: 100%;
        height: 4.75rem
    }

    .mdc-top-app-bar__row {
        height: 56px        
    }

    .mdc-top-app-bar__section {
        padding: 4px
    }

    .mdc-layout-grid__cell--span-4-phone {
        width: auto;
        grid-column-end: span 4;
    }

    /* .amod-main-content {
        padding-top: 1.5rem;
    } */

    /* .amod-main-content.login-page-template {
        padding-top: 3rem;
    } */
    .amod-layout-grid {
        margin: 0 5rem;
        position: relative;
        padding: 0;
    }


    .footer-legal-links {
        gap: 1rem;
    }

    .footer {       
        gap: 2.1875rem;
    }
    
    .footer-content {
        gap: 2.1875rem;
    }

    .logo-img{
        width: 100%;
        max-width: 8.125rem;
        max-height: 3rem;
    }

    .header-container {
        padding: 0;
        height: 4.75rem;
    }

    .header .logo-container {
        padding: 0.75rem 0  1rem 1rem;
    }
}

.create-account .amod-buttons, .sign-in .amod-buttons{
    gap: 2rem;
    display: flex;
    flex-direction: column-reverse;
    align-items: normal !important;
}

.create-account .amod-buttons button {
    position: relative;
}


.create-account .ciam-caption-web-bold{
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.create-account .ciam-body2-web-regular{
    font-size: 1rem;
    line-height: 1.5rem;
}

.create-account .ciam-body2-web-regular .error-text {
    margin-top: 0;
}

.amod-main-content.login-page-template.with-critical-banner {
    padding-top: 0;
}

.amod-main-content.login-page-template.with-critical-banner .amod-layout-grid {
    margin-top: 2rem;
}

#amod-return-login-button {
    display: none;
}