body {
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: Arial, sans-serif;
}
.first-step-registration {
    display: flex;
    flex-direction: row;
}
.first-step-registration__header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.first-step-registration__header-text {
    font-size: 44px;
    font-weight: bold;
}
.first-step-registration__header-link {
    font-size: 18px;
    color: #1787D8;
    cursor: pointer;
    text-decoration: none;
}
.first-step-registration__content {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding-bottom: 110px;
    font-size: 18px;
    font-family: Arial;
}
.first-step-registration__alternative-enterence {
    margin-top: 35px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.first-step-registration__alternative-enterence-text {
    margin: auto 0;
    color: #818C99;
}
.first-step-registration__form {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
}
.first-step-registration__form-field {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}
.first-step-registration__label-field {
    font-size: 18px;
    line-height: 28px;
    color: #021933;
    margin-bottom: 12px;
}
.first-step-registration__input-field {
    font-size: 18px;
    color: #818C99;
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    border-radius: 8px;
    height: 60px;
    text-indent: 20px;
}
.first-step-registration__to-next-step {
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    width: 355px;
    height: 60px;
    background-color: #1787D8;
    border-radius: 8px;
    border: none;
    cursor: pointer;
}
.first-step-registration__to-next-step:active, .first-step-registration__to-next-step:focus {
    outline: none;
}
.first-step-registration__to-next-step:disabled {
    opacity: 0.5;
    cursor: normal;
}
.first-step-registration__login {
    margin-left: 60px;
}
.first-step-registration__exception {
    color: #E5221C;
}
.first-step-registration__services {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 55%;
}
.first-step-registration__service-type {
    cursor: pointer;
}
.first-step-registration__login {
    cursor: pointer;
    color: #1787D8;
    text-decoration: none;
}

/* second step */
.second-step-registration {
    display: none;
    flex-direction: row;
}
.second-step-registration__header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.second-step-registration__header-text {
    font-size: 44px;
    font-weight: bold;
}
.second-step-registration__header-link {
    font-size: 18px;
    color: #1787D8;
    cursor: pointer;
    text-decoration: none;
}
.second-step-registration__content {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding-bottom: 110px;
    font-size: 18px;
    font-family: Arial;
}
.second-step-registration__mandatory-fields {
    color: #E6E6E6;
    text-align: right;
}
.second-step-registration__form {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
}
.second-step-registration__form-field {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}
.second-step-registration__label-field {
    font-size: 18px;
    line-height: 28px;
    color: #021933;
    margin-bottom: 12px;
}
.second-step-registration__input-field {
    font-size: 18px;
    color: #818C99;
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
    border-radius: 8px;
    height: 60px;
    text-indent: 20px;
}
.second-step-registration__register {
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    width: 355px;
    height: 60px;
    background-color: #1787D8;
    border-radius: 8px;
    border: none;
    cursor: pointer;
}
.second-step-registration__register:disabled {
    opacity: 0.5;
    cursor: normal;
}
.second-step-registration__exception {
    color: #E5221C;
}
.second-step-registration__rules-link {
    color: #1787D8;
    text-decoration: none;
}

@media (max-width: 480px) {
    /* first step registration */
    .first-step-registration__content {
        width: 100%;
        font-size: 16px;
        box-sizing: border-box;
        position: relative;
    }
    .first-step-registration__header {
        flex-direction: column;
    }
    .first-step-registration__header-text {
        font-size: 32px;
    }
    .first-step-registration__header-link {
        margin-top: 10px;
        font-size: 16px;
    }
    .first-step-registration__alternative-enterence {
        flex-direction: column;
        font-size: 18px;
    }
    .first-step-registration__form {
        margin-top: 25px;
    }
    .first-step-registration__label-field {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 8px;
    }
    .first-step-registration__to-next-step {
        height: 48px;
        max-width: 100%;
        width: 100%;
        font-size: 16px;
        font-weight: normal;
    }
    .first-step-registration__login {
        font-size: 18px;
        margin: 20px auto 0;
    }
    .first-step-registration__input-field {
        font-size: 16px;
        height: 48px;
    }
    /* second step registration */
    .second-step-registration__content {
        width: 100%;
        font-size: 16px;
        box-sizing: border-box;
        position: relative;
    }
    .second-step-registration__header {
        flex-direction: column;
    }
    .second-step-registration__header-text {
        font-size: 32px;
    }
    .second-step-registration__header-link {
        margin-top: 10px;
        font-size: 16px;
        text-decoration: none;
    }
    .second-step-registration__mandatory-fields {
        font-size: 18px;
        line-height: 25px;
        text-align: left;
    }
    .second-step-registration__form {
        margin-top: 25px;
    }
    .second-step-registration__label-field {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 8px;
    }
    .second-step-registration__register {
        height: 48px;
        max-width: 100%;
        width: 100%;
        font-size: 16px;
        font-weight: normal;
    }
    .second-step-registration__input-field {
        font-size: 16px;
        height: 48px;
    }
    .second-step-registration__rules {
        font-size: 18px;
        line-height: 24px;
    }
}
