p.message.register {
    display: none !important;
}

p.login_form_text {
    width: 350px;
    text-align: center; /* Corrected 'allign' to 'text-align' */
    margin: 0 auto !important;
}

p.login_form_text {
    height: 100px;
    color: white;
    font-size: 16px;
    font-weight: 400;
    background-color: #A82C4A;
}
