label {
display: block;
font-size: 1.125rem;
margin-bottom: .77rem;
}
input {
width: 100%;
background: #EDEDED;
border: 1px solid #C7C7C7;
font-size: 1rem;
padding: .75rem;
outline: none;
margin-bottom: 2.5em;
}
button {
width: 100%;
background: #5200FF;
padding: 1em;
color: white;
border: none;
font-size: 1.125rem;
cursor: pointer;
}
*, *:before, *:after {
box-sizing: border-box;
}
body {
margin: 0;
font-family: 'Poppins';
}
.left-col {
background: #5200FF;
color: white;
position: relative;
text-align: center;
}
.left-col:before {
content: '';
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
opacity: 0.22;
background-image: url('bg.jpg');
background-size: cover;
background-position: 100%;
}
.content {
position: relative;
}
.left-col, .right-col {
padding: 6.75rem 8vw;
}
h1 {
margin: 0;
font-family: 'Bebas Neue';
font-weight: normal;
font-size: 4rem;
line-height: 1.2em;
}
p {
font-size: 1.5rem;
font-weight: 500;
margin-bottom: 0;
}