html, body{
  height: auto;
}
body { 
			background-image: url("") ;
			background-position: center center;
			background-repeat:  no-repeat;
			background-attachment: fixed;
			background-size:  cover;
			background-color: #18233d;
  
}

div, body{
  margin: 0;
  padding: 0;
  font-family: exo, sans-serif;
  
}
.wrapper {
  width: 100%; 
}

.message {
  width: 100%; 
  color: #fff;
  padding-top: 10%;
  text-align: center;
}

h1 {
    font-size: 40px;
    font-weight: 500;
}

p {
    font-size: 20px;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 250px;
    margin-top: 100px;
}

.button_cont {
    margin-top: 30px;
}

.btn_style {
color: #18233d !important;
text-transform: uppercase;
text-decoration: none;
font-weight: 500;
font-family: Lato;
background: #fff;
padding: 20px 50px;
border-radius: 5px;
display: inline-block;
border: none;
transition: all 0.4s ease 0s;
}

.btn_style:hover {
background: #fff;
letter-spacing: 1px;
-webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
-moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
box-shadow: 5px 40px -10px rgba(0,0,0,0.57);
transition: all 0.4s ease 0s;
}