
.register__group {
        margin: 1.5rem 0;

}
.register__group:nth-of-type(1) input {
    width: 48%;
    flex-grow: 1;
}
.register__group:nth-of-type(1){
    gap: 1rem;
}
.register__group input {
    width: 100%;
    padding: .4rem 1rem;
    border: .1rem solid var(--gray);
}
.form__submit {
    margin-top: 1.5rem;
    
}