body{
	background: url('../images/pattern2.png') repeat;
	min-height: 100vh; 
}
.flex-grow {
   flex: 1;
}

.logo img{
	width: 100%;
	max-width: 159px;
}

.bg-wrapper{
	width: 100%;
}
.bg-block1{
	background: url('../images/bg1400.png') no-repeat center center;
	background-size: cover;
}
.bg-block2{
	background: url('../images/pattern.png') repeat;
}
.title-devider{
	width: 80px;
    height: 4px;
    background-color: rgb(221, 39, 72);
    margin: 24px auto 0;
}

.max-with-620{
	max-width: 620px
}
.footer-text{
	margin-bottom: 0;
	font-size: 12px;
}
.submit-button{
	background-color: rgb(221, 39, 72);
	box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
	transition: all .3s;
}

.submit-button:hover{
	background-color: rgba(221, 39, 72,.9);
}
.footer{
	position: relative;
	bottom: 0;
}