.regular-user-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: center;
    border: 1px solid ;
    border-style: dashed;
    padding: 10px;
    gap: 10px;
    align-items: center;
    cursor:pointer;
    border-radius: 5px;
}
.regular-user-wrapper:hover{
    background-color:rgba(57,122,124,0.1);
}
.icon-user-type{
    height:110px;
}
.register-wrapper-subtext{
    margin-bottom: 0 !important;
}
.box-account-type-wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.register-data-card{
    display: none;
}
.result-message{
    width: 100%;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}