.wrapper {
width: 100%;
height: 100%;
background: linear-gradient(to right, green 50%, red 50%);
}
<style>
.center {
text-align: center;
}
</style>
<div class = "center">
<button id = "button_reg">Регистрация</button>
</div>