
.table-registration { width: 100%; max-width: 450px; }
.table-registration td { vertical-align: top; }
.table-registration tr td:first-of-type { width: 50%; }
.table-registration input, .table-account input, .table-registration select, #account-registration input:not([type="submit"]) { border: 1px solid #a5acb2; padding: 10px; margin: 5px 0 0 0; background: #fff; }
.table-account input[type="submit"] { background: var(--blue1); width: auto; border: none; }
.table-account td input { width: 100%; box-sizing: border-box; }
.table-registration textarea { margin-top: 5px; }

.table-block { margin-bottom: 1.5em; }

.table-account { max-width: 800px; margin: 0 auto; }

/******************************************************************************/

.width110 { width: 120px; }

.registration-container {
    /*max-width: 800px;*/
    margin: auto;
    padding: 15px 0;
    background: #fff;
}

.registration-header { text-align: center; }
.registration-header .center { margin: 20px 0 40px 0; font-weight: bold; font-size: 15px; }
.registration-header h2 { font-size: 25px; font-weight: bold; }

.benefits {
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin-top: 20px;
}
.benefit {
    width: 30%;
}
.benefit img {
    width: 50px;
    height: 50px;
}
.benefit .icon { font-size: 35px; color: var(--blue1); }

.benefit h3 { text-align: center; margin: 0.5em auto; max-width: 200px; min-height: 50px; }
.benefit p { text-align: center; margin: 0 auto; max-width: 250px;  }

.registration-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
    background: #eee;
}
.image-container {
    width: 40%;
}
.image-container img {
    width: 100%;
    height: auto;
    max-width: 350px;
}
.email-form {
    width: 60%;
    padding: 20px;
}

.privacy-text {
    color: #666;
}

@media only screen and (max-width: 550px), (max-device-width: 550px) {

    .account-container .block { padding: 15px; }

}

@media only screen and (max-width: 400px), (max-device-width: 400px) {

    .benefits { display: block; }
    .benefit { width: 100%; margin-bottom: 2em; }
    .benefit h3 { min-height: auto; }
    .registration-section { display: block; text-align: center; margin: 0 auto; }
    .image-container { width: 100%; text-align: center; margin: 0 auto; max-width: 150px; padding-top: 20px;  }
    .email-form { box-sizing: border-box; width: 100%; }

}
