

body{
  margin:0px;
  font-family:"Roboto", "Helvetica Neue", sans-serif;
}
.h4{
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
  margin-top: 10px;
}
.h1,h1{
  font-family:"Roboto", "Helvetica Neue", sans-serif;
  font-size: 57px;
  margin: 0px;
  line-height: 67px;
}
span{
  font-family:"Roboto", "Helvetica Neue", sans-serif;
}
.h2,h2{
  font-family:"Roboto", "Helvetica Neue", sans-serif;font-size: 24px;
  margin: 0px;
  font-weight: bold;
  line-height: 45px;
}
.h3, h3{
  font-family:"Roboto", "Helvetica Neue", sans-serif;
  font-size: 1.75rem;
  margin: 0px;
  text-align: center;
  font-weight: 500;
  padding-bottom: 20px;
}
.header .h1{
  padding-top: 65.5px;
}
p{
  font-family:"Roboto", "Helvetica Neue", sans-serif;
  font-size: 24px;
  line-height: 36px;
  display:block;
  margin: 0px;
}

img{
  /*display:block;
  max-width: 100%;*/
}
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a{
  color:#E30613!important;
  text-decoration:none;
}
.mand{
  color:#E30613!important;
}
.container{
  max-width: 450px;
  margin:0 auto;
  padding:15px;
}
.large {
  max-width: 1200px;
}
.top_row {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
}
img.ment{
  max-width: 190px;
}
img.vis{
  max-width: 210px;
}
.form{
  display: flex;
  flex-direction: column;
}
#register{
  border: 0px !important;
  color: white;
  background:#E30613!important;
  padding: 10px 15px;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 4px;
}
input{
  padding:8px 10px;
  background:#bdbdbd;
  margin:15px 0 20px 0;
  border:0px;
}
@media (max-width:450px){

  .top_row {
    flex-direction:column;
  }
}
