.icms-forms__full-msg{
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: flex;
}
.icms-forms__full-msg > a {
    font-size: 1.5rem;
    margin: 10px 0 0 0;
}
.icms-forms__full-msg h1{
    font-size: 2.5rem;
}
.icms-forms__wrap {
    position: relative;
}
html {
    height: auto;
}
html, body {
    box-sizing: border-box;
}
.icms-forms__embed_layout {
    display: flex;
    flex-direction: column;
    background: none;
    overflow: hidden;
}