body{
  background: #d42135;
}

.container{
  margin: 0px auto;
  width: 100%;
  height: 100vh;
  background: linear-gradient(
        45deg, 
        rgba(192,192,192,0.5) 0, rgba(192,192,192,0.5) 25%, transparent 25%, transparent 50%, 
        rgba(192,192,192,0.5) 50%, rgba(192,192,192,0.5) 75%, transparent 75%, transparent
      );
  /*background-size: 50px 50px;*/
}

.main{
    text-align: center;
    background-color: #fff;
    border-radius: 20px;
    width: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.inner-column {
padding-top: 68.4px;
padding-right: 114px;
padding-bottom: 68.4px;
padding-left: 114px;
}

.flex {
display: flex;
flex-direction: row;
flex-wrap: wrap;
margin-left: 0;
margin-right: 0;
max-width: 100%;
}

.widget-column{
	float: left;
}

.col-md-3{
	width: 20%;
	margin-top: 1em;
}

.col-md-9{
	width: 70%;
	padding-left: 10%;
}

.lp-line-react {
height: 0;
width: 100%;
margin: 12px 0;
border: none;
border-bottom-width: 1px;
border-bottom-color: rgba(33, 32, 41, 0.14);
border-bottom-style: solid;
}

.lp-text-react {
	text-align: left;
}

h1 {
	font-family: sans-serif;
	font-size: 28px;
}