body {
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  background-image: url(images/white-square-background.jpg);
  height: 100vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #070f12;
}

@media only screen and (max-width: 600px) {
  body {
    background-size: cover !important;
  }
}

p,h1,h2,h3,h4,h5,h6,div,a,span {
  font-family: "Montserrat", sans-serif;
  color:white;
}

.transparent-input, .transparent-input:focus {
  background-color: rgb(231, 245, 254);
  border:none;
}

input.btn {
  background-color: #1488ad !important;
  color: #e7f5fe !important;
}