.oraz-lub {
	
}

@media screen and (min-width: 768px) {
	.inputs-group__flex {
	position: relative;
    display: flex;
    justify-content: space-between;
}
   
}

@media screen and (min-width: 768px) {
	
    .oraz-lub {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    text-align: center;
	}
}

@media screen and (min-width: 768px) {
	.form-group__flex {
	position: relative;
    display: flex;
    justify-content: space-between;
	align-items: center;
}
    
}

@media screen and (min-width: 768px) {
	.col-sm-6__width {
    width: 40%!important;
}
}

@media screen and (min-width: 768px) {
	.col-xs-12__width {
    width: 40%!important;
}
}

.text-align__center {
	text-align: center;
}