.customizable_head{
    display: flex;
    max-width: 488px;
    height: 250px;
    top: 180px;
    float: right;
    margin-top: 140px;
    background: #FFFFFF;
    border: 1px solid #707070;
    box-sizing: border-box;
    padding-left: 15px;
}
#customizable_header {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 0.05em;
    color: #501176;
    margin-bottom: 15px;
}
#customizable_paragraph {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.05em;
    color: #484848;
    margin-bottom: 25px;
}
.learn_button {
    background: #501176;
    border: 1px solid #501176;
    box-sizing: border-box;
    color: #FFFFFF;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.02em;
    padding: 5px 10px;
}
.banner-container {
    position: relative;
    text-align: left;
}
#banner-title-head {
    position:absolute;
    top:100px;
    padding-left:80px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0.05em;
    color: #383838;
}
#banner-title-body {
    position:absolute;
    top:220px;
    padding-left:80px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.05em;
    color: #000004;
}
.main_title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 59px;
    letter-spacing: 0.05em;
    color: #501176;
    margin-top:20px;
}
.below_title {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.05em;
    color: #484848;
    margin-bottom: 20px;
}

.fieldset {
    margin-bottom:20px;
}

.password-strength-meter {
    height:5px;
    padding: 0;
    font-size: 10px;
    font-weight: bold;
    line-height: 25px;
}
.form-create-account .fieldset.create.account:after {
    margin-top: 20px;
    float: right;
}
#create-account-submit {
    background: #501176;
    border: 1px solid #501176;
    box-sizing: border-box;
    padding: 10px 35px;
}
#create-account-submit-title {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #FFFFFF;
}
.read-conditions {
    margin-bottom:20px;
    margin-top:20px;
}
#conditions-label {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 126%;
    letter-spacing: 0.03em;
    color: #5E5E5E;
}

#sign-in-label {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.05em;
    color: #484848;
}

#password-strength-meter-container{
    position: relative;
    top: 55px;
}

.pass-wrapper #password-error{
    margin-top:35px;
}

form.form-create-account input.input-text {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.03em;
    color: black;
    padding: 20px 20px 20px 10px;
}

#password-confirmation {
    margin-top:30px;
}

form.form-create-account select {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.03em;
    color: black;
}

form.form-create-account select:not([multiple]) {
    height: 42px;
}

.hide-label > label {
    display: none !important;
}

.field .control._with-tooltip input.checkbox {
    margin-right: 5px;
    width: inherit;
}

.field.checkbox-field .field-tooltip {
    top: -3px;
}

.field .control._with-tooltip select {
    margin-right: 10px;
    width: calc(100% - 36px);
}
