.register-form {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    width: 55rem;
    height: 100%;
    background-color: #ffffff;
    color:#000000;
}

.register-form-title-logo {
    background-image: url(../images/apifant-logo.png);
    background-size: contain;
    height: 1.5rem;
    background-repeat: no-repeat;
    margin: 1.5rem 0 1rem;
}

.register-form-title {
    font-family: 'Roboto Mono', monospace;
    overflow: hidden;
    font-weight: bold;
    font-size: 2.8rem;
    /* letter-spacing: 0.4rem; */
    max-height: 5.6rem;
    /* text-transform: uppercase; */
    /* line-height: 1; */
    margin-bottom: 1rem;
}

.register-disclaimer {
    font-size: 1em;
    color: #000000;
    line-height: 1.5;
    margin-left: 2em;
}

.register-disclaimer-div {
    padding-left: 0.5em;
    padding-right: 0.5em;
    display: flex;
}