.registration-page, .confirm-email-page, .step2-page {
    background-color: #2d505f;
    padding-top: 65px;
    padding-bottom: 50px;
    font-family: 'IBM Plex Sans', sans-serif;
}

.registration-page .title, .confirm-email-page .title, .step2-page .title {
    font-family: Lyon, serif;
    color: #fff;
    text-align: center;
    margin-bottom: 60px;
}

.registration-page .registration-form label, .step2-page .step2-form label {
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 500;
}

.registration-page .registration-form .form-group {
    margin-bottom: 26px;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

.registration-page .registration-form .checkbox .form-group:first-child {
    margin-top: 60px;
    margin-bottom: 30px;
}

.registration-page .registration-form .checkbox .form-group:last-child {
    margin-bottom: 60px;
}

.confirm-email-page .arrow {
    margin-bottom: 60px;
}

.confirm-email-page p {
    font-size: 20px;
    font-weight: 500;
}

.step2-page .email-label {
    letter-spacing: 1px;
    color: #85a5b0;
    font-weight: 500;
}

.step2-page .email {
    color: #fff;
    font-size: 26px;
}

.step2-page .step2-form {
    margin-top: 70px;
}

.step2-page .step2-form .form-group {
    margin-bottom: 40px;
}

.step2-page .step2-form .phone {
    display: flex;
    flex-direction: row;
}

.step2-page .step2-form .phone select {
    flex: 1 0 20%;
    margin-right: 20px;
    padding: 10px 5px;
}

.step2-page .step2-form .phone p.error {
    position: absolute;
    bottom: 0;
}

@media screen and (max-width: 500px) {
    .step2-page .step2-form .phone select {
        flex: 1 0 30%;
    }
}