.register-starter-account-container {
    width: 440px;
    margin: 30px auto;
}

.register-starter-account-title {
    font-size: 24px;
}

.checkbox-container-email-consent {
    margin-bottom: 20px;
}

.checkbox-label-email-consent {
    width: 90%;
}

.new-account-message {
    text-align: center;
    display: inline-block;
    width: 100%;
}

@media screen and (max-width: 510px) {
    .register-starter-account-container {
        width: 90%;
    }
}