.account-registration{display:flex;flex-direction:column;align-items:center;gap:var(--tlp-x-large-spacing);background-color:white}.accont-registration-creation-title{       
    font-size: 40px;
    font-weight: 100;
    line-height: normal;
    text-align: center;
}.account-registration-content{text-align:center}.account-registration-content>.tlp-text-muted>strong{color:var(--tlp-dark-color);font-weight:600}.account-registration-content-title{margin:0 0 var(--tlp-medium-spacing);font-size:1.5rem;font-weight:600;line-height:1.875rem}.account-registration-content-cta{margin:var(--tlp-large-spacing) 0 0}.account-registration-error{width:400px;margin:0}.account-registration-form{
    margin: 70px auto 80px !important;
/* height: 590px !important; */
    height: auto;
    padding-top: 10px !important;
    position: relative;
    box-sizing: border-box;
    width: 380px;
    padding: 30px;
    border: 1px solid #ededed;
    border-radius: var(--tlp-large-radius);
    background: #fff;
    box-shadow: var(--tlp-pane-shadow);

}.account-registration-form .robustness.good>.password-strategy-bad{display:none}.account-registration-form .robustness.bad>.password-strategy-good{display:none}.account-registration-form-submit{display:flex;margin:var(--tlp-large-spacing) 0 0}.account-registration-background{position:fixed;z-index:-1;bottom:0;left:50%;width:100vw;height:733px;transform:translate(-50%)}@media screen and (max-height: 700px){.account-registration-background{bottom:-25%}}@media screen and (min-width: 3000px){.account-registration-background{transform:translate(-25%)}.account-registration-background>.homepage-background-illustration{transform:scale(2);transform-origin:bottom center}}
