.radio-register-types{
    gap: 10px;
    margin-top: 30px;
}
.radio-register-type input{
    display: none;
}
.radio-register-type .radio-register-type-text{
    padding: 10px 14px;
    border: 1px solid #5C5C5C;
    border-radius: 50px;
    font-size: 16px;
    line-height: 20px;
    color: #191919;
    font-weight: 500;
    cursor: pointer;
    transition: border-color .2s ease-in-out, color .2s ease-in-out;
}
.radio-register-type input:checked + .radio-register-type-text{
    border-color: #1FC3B0;
    color: #1FC3B0;
}
.result_container{
    position: relative;
}