.SIGNUP {
	background: linear-gradient(225deg, var(--blue) 0%, #0D1A66 99.97%);
	color: #fff;
	padding: 45rem;
}

.SIGNUP .b-column:last-child {
	display: flex;
    align-items: center;
    justify-content: center;
	text-align: center;
}

@media screen and (max-width: 960px) {
	.SIGNUP {padding: 30rem;}
	.SIGNUP .b-column:first-child {text-align: center;}
}
