@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');

body {
  position: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover!important;
  background-repeat: no-repeat;
  margin: 0;
  height: 100%;
  width: 100%;
}

.container {
  width: 380px;
  padding: 0;
  margin: 9% auto 0 auto;
  -ms-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.25);
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.25);
  position: releative;
  overflow: hidden;
  background: #ffffff;
}

.logo-container {
  margin: 10px;
  margin-top: 30px;
  padding: 0;
  display: block;
  position:  relative;
  overflow: hidden;
  text-align: center;
}

.logo-container img {  
  width: 50%;
}

.message {
  margin: 0;
  padding: 0 20px 20px 20px;
  text-align: center;
}

.footer {
  position: fixed;
  text-align: center;
  bottom: 10px;
  color: #a0a0a0;
}

.footer a {
  color: #d0d0d0;
}
  
h1 { 
  line-height: 1.25;
  font-family: 'Montserrat', sans-serif;
}

p { 
  margin-top: 20px;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
}