.register-section{
    width: 50%;
    height: fit-content;
}
.register-section .switch-account-type > button{
    height: auto;
    padding: 5px !important;
}
.register-section .register-title::after {
    content: '';
    flex: 1;
    margin: auto 0 auto 10px;
    height: 0;
    border-top: 1px solid #E8E8E8;
}
.register-section .fieldset{
    margin: 16px 0;
}
.register-section label{
    display: block;
    font-size: 14px;
    font-weight: 500;
}
.register-section input.form-text,
.register-section select{
    width: 65%;
    height: 40px;
}
.register-section .fieldset-col,
.register-section .fieldset-col input.form-text,
.register-section .fieldset-col select{
    width: 100%;
}
@media screen and (max-width: 1279px) {
    .register-section{
        width: 80%;
    }
}
@media screen and (max-width: 767px) {
    .register-section{
        width: 100%;
    }
    .register-section input.form-text,
    .register-section select{
        width: 100%;
    }
}
@media screen and (max-width: 639px) {
    .register-section .switch-account-type > button{
        width: 100%;
    }
}
#alert_parent{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ef4444;
    color: #FFF;
    padding: 20px;
    margin: 30px 0;
}
#alert_parent svg{
    fill: #FFF;
}
.register-confirmation-section .confirmation__message{
    color: #33691E;
    background-color: #D6EEC8;
    padding: 20px 30px;
    margin: 30px 0;
}
.register-confirmation-section .error__message{
    color: #FFF;
    background-color: #ef4444;
    padding: 20px 30px;
    margin: 30px 0;
}