#free-trial-registration-form #password-confirmation {
    display: none;
}

#free-trial-registration-form .step {
    display: flex;
    flex-direction: column;
    height: 100%;
}
#free-trial-registration-form .step > .content {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px
}
#free-trial-registration-form .step .progress {
    flex: 0;
}

#free-trial-registration-form .step:not(#step1) {
    display: none;
}

.alert-warning {
    display: none;
}

.step {

}
.step-content {
    width: 425px;
    flex-shrink: 0;
    margin-right: 130px;
    position: relative;
}
.marketing-content {
    flex-grow: 1;
    align-items: center;
}

.next-button.disabled {
    background-color: #DFE1F0;
}
.back-button.disabled {
    border-color: #DFE1F0;
}

#step1 .marketing-content, #step5 .marketing-content {
    display: flex;
}
#email-verifying-loader {
    display: none;
    background: url("../img/loader.svg") no-repeat right;
    height: 30px;
    width: 30px;
    top: 10px;
    right: 30px;
    position: absolute;
}
#step1 .marketing-content img, #step5 .marketing-content img {
    width: 170px;
}
#step1 .checkbox-text {
    font-weight: normal;
}
#step1 .terms {
    display: flex;
}
#step1 .terms input {
    margin-right: 10px;
}
#step1 .terms label {
    text-transform: initial;
    margin: 0;
}
#step1 .terms a {
    font-weight: bold;
}
#step1 .cannot-sign-in {
    margin: 30px 0 10px 0;
    font-size: 14px;
    color: #9452BA;
}
#step1 .redirect-login-page {
    margin-top: 0;
    font-size: 14px;
    color: #9452BA;
}
#step1 .cannot-sign-in a, #step1 .redirect-login-page a {
    font-weight: bold;
}

#step2 .marketing-content img {
    width: 500px;
}
#step2 .marketing-content, #step3 .marketing-content, #step4 .marketing-content, #step6 .marketing-content {
    text-align: center;
}

#step3 .marketing-content img {
    margin-bottom: 60px;
}

#step3 .marketing-content img {
    margin-bottom: 60px;
}

#step4 .step-content .step-title, #step5 .step-content .step-title {
    position: absolute;
    width: 600px;
}
#step4 .step-content .step-title label, #step5 .step-content .step-title label {
    text-transform: initial;
    margin-bottom: 20px;
}
#step5 .step-content .step-title label, #step3 .step-content .step-title label, #step2 .step-content .step-title label, #step6 .step-content .step-title label {
    text-transform: initial;
}

#step4 .step-content label.radio-field, #step5 .step-content label.radio-field {
    margin: 0 0 20px 0;
    font-weight: 500;
    color: #605C64;
}

#step4 .step-content .choice:nth-child(2), #step5 .step-content .choice:nth-child(2) {
    margin-top: 40px;
}

#step6 .idc {
    width: 185px;
    margin-bottom: 35px;
    font-size: 14px;
}
#step6 .idc-text {
    font-size: 14px;
}
#step6 .password-policy {
    font-size: 14px;
}
#step6 .password-policy ul {
    margin-left: 20px;
}
#step6 .password-policy li {
    list-style-type: disc;
}
#step6 .password-policy li.password-rule-valid{
    color: #5DA8A6;
    position: relative;
}
#step6 .password-policy li.password-rule-valid:after{
    content: " ";
    background: url("../icons/Icon_Validate.svg") no-repeat center right;
    width: 16px;
    height: 26px;
    position: absolute;
    margin-left: 5px;
}

#password-field {
    position: relative;
}
#password-field input {
    padding-right: 45px;
}
#toggle-view-password {
    position: absolute; top: 13px; right: 42px;
}
#visible-password {
    display: none;
}

.captcha-container {
    margin-top: 20px;
}

.checkbox-field {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    padding-top: 3px;
}

.checkbox-field input {
    display: none;
}
.checkbox-field .control-indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 22px;
    width: 22px;
    background: #FFF;
    border: 2px solid #B0B0DB;
    border-radius: 5px;
}

.checkbox-field:hover .control-indicator, .checkbox-field:active .control-indicator {
    border-color: #9452BA;
}
.checkbox-field:active .control-indicator:after {
    display: block;
    left: 3px;
    top: 3px;
    width: 12px;
    height: 12px;
    background-color: #9452BA;
    transform: rotate(0deg);
    border-radius: 2px;
    border-width: 0;
}
.checkbox-field input:checked ~ .control-indicator {
    background: #9452BA;
}
.checkbox-field .control-indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}
.checkbox-field input:checked ~ .control-indicator:after {
    display: block;
}
.checkbox-field .control-indicator:after {
    left: 6px;
    top: 3px;
    width: 4px;
    height: 7px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.checkbox-field input:checked ~ .control-indicator {
    background: #9452BA;
    border-color: #9452BA;
}

.radio-field {
    display: block;
    position: relative;
    padding-left: 32px;
    margin-bottom: 5px;
    padding-top: 3px;
}
.radio-field.last {
    margin-bottom: 0 !important;
}
.radio-field input {
    display: none;
}
.radio-field .control-indicator {
    position: absolute;
    top: 2px;
    left: 2px;
    height: 22px;
    width: 22px;
    background: #FFF;
    border: 2px solid #B0B0DB;
    border-radius: 11px;
}
.radio-field .control-indicator:after {
    left: 3px;
    top: 3px;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background: #FFF;
}
.radio-field input:checked ~ .control-indicator, .radio-field:hover .control-indicator {
    border-color: #9452BA;
}
.radio-field input:checked ~ .control-indicator:after {
    display: block;
}
.radio-field input ~ .control-indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
    background-color: #9452BA;
}
