.tx-genesis-registration form .row {
    display: flex;
    flex-wrap: nowrap;
    gap: 30px;
}
.tx-genesis-registration form .col {
    width: 100%;
}
.tx-genesis-registration form .form-label {
    width: 100%;
    font-weight: bold;
    margin-bottom: 3px;
}
.tx-genesis-registration form .form-group {
    margin: 5px 0;
}
.tx-genesis-registration form input[type="text"],
.tx-genesis-registration form input[type="tel"],
.tx-genesis-registration form input[type="email"],
.tx-genesis-registration form input[type="password"],
.tx-genesis-registration form input[type="number"],
.tx-genesis-registration form select
{
    border: 1px solid #ccc;
    background: #fff;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
}

.tx-genesis-registration form #password-generator {
    width:160px;
    margin-bottom: 0;
}

.tx-genesis-registration form #password-generated {
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
}

.tx-genesis-registration .typo3-messages {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.tx-genesis-registration .typo3-messages .alert {
    border:2px solid #ccc;
    padding: 8px 12px;
    font-weight: bold;
    margin-bottom: 5px;
}
.tx-genesis-registration .typo3-messages .alert-danger {
    background-color: #CD5C5C;
    border-color: #B22222;
    color:#000;
}
.tx-genesis-registration .typo3-messages .alert-warning {
    background-color: #FFA500;
    border-color: #FF8C00;
    color:#000;
}
.tx-genesis-registration .typo3-messages .alert-info {
    background-color: #87CEEB;
    border-color: #1E90FF;
    color:#000;
}
.tx-genesis-registration .typo3-messages .alert-success {
    background-color: #32CD32;
    border-color: #228B22;
    color:#000;
}
.tx-genesis-registration .typo3-messages .alert:before {
    display: none;
}
.tx-genesis-registration .typo3-messages .alert p:last-of-type {
    margin-bottom: 0;
}
