html,
body {
  height: 100%;
    font-family: 'Audiowide';
}

body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #2F353B;
}

.form-signin {
  width: 100%;
  padding: 0;
  margin: auto;
    overflow: hidden;
}

// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) { 
    
     .display-1 {
            font-size: 30px !important;
        }
    
}

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) { 

 .display-1 {
        font-size: 60px !important;
    }
}

// Large devices (desktops, 992px and up)
@media (min-width: 992px) { 

    .display-1 {
        font-size: 80px !important;
    }
    
 }

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { 

    .display-1 {
        font-size: 96px !important;
    }
    
}