.app-container {
    width: 100%;
    background-image: url("https://wicounts.com/wp-content/uploads/2019/04/bg_repeat_wave_navy.png");
    padding: 30px;
}
.app-container .content {
    width: 100%;
    max-width: 900px;
    margin: auto;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #fff;
}
.app-container .content .client-logo {
    background-color: transparent;
    box-shadow: initial;
}
.app-container .content .client-logo .client-logo-inner {
    width: 100%;
    max-width: 500px;
    background-color: #fff;
    margin: auto;
}
.app-container .content .registration-form {
    background-color: transparent;
}
.app-container .content .registration-form form input[type=submit] {
    max-width: 300px;
    width: 100%;
    margin: auto;
    display: block;
    background-color: #435676;
}
.app-container .content .registration-form form label {
    position: relative;
}
.app-container .content .registration-form form label.active {
    position: relative;
    top: initial;
}
.app-container .content .registration-form form .white-card {
    box-shadow: initial;
}
.app-container .content .registration-form form .white-card:first-of-type {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.app-container .content .registration-form form .white-card:first-of-type h2 {
    width: 100%;
}
.app-container .content .registration-form form .white-card:first-of-type .form-row {
    width: 45%;
}
.app-container .content .registration-form form .white-card:first-of-type .form-row label {
    margin-bottom: 8px;
    display: block;
}
.app-container .content .registration-form form .white-card:first-of-type .form-row.checkbox-row {
    margin-top: 0;
}
.app-container .content .registration-form form .white-card:first-of-type .form-row:nth-child(2),
.app-container .content .registration-form form .white-card:first-of-type .form-row:nth-child(3),
.app-container .content .registration-form form .white-card:first-of-type .form-row:nth-child(4) {
    width: 100%;
}
@media (max-width: 600px) {
    .app-container .content .registration-form form .white-card:first-of-type .form-row {
        width: 100%;
    }
}
