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

* {
  font-family: 'Montserrat', sans-serif;
}

body {
  background-color: transparent;
}

body::-webkit-scrollbar {
  display: none;
}

html {
  min-height: 100%;
  background: url('patt-1.jpg') no-repeat center center fixed;
  background-size: cover;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* Navbar and Help Button */
.get-help, .get-help-btn {
  color: #005abb;
}

.get-help:hover, .get-help-btn:hover {
  text-decoration: none;
}

.get-help-btn {
  border: 1px solid;
  border-radius: .33em;
  padding: .20em;
}

.get-help-btn-div {
  padding-top: .70em;
}

/* Username Display */
.username-div {
  padding-bottom: .75rem;
}

.get-help-text {
  margin-top: 2rem;
}

/* Signup Warning */
#pw-warning-signup {
  color: #285f8f;
}

.pw-warning {
  color: #78111b;
  font-size: 16px;
  border: .5px solid;
  border-radius: 3px;
  padding-left: .33em;
  padding-bottom: .20em;
}

/* Username Display */
.username-div {
  margin-top: -.5em;
  padding-bottom: .5em;
  margin-bottom: 1rem;
}

.contact-n-quest-txt {
  background: white;
  border: none;
  border-radius: .33rem;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  padding: 1rem;
  opacity: 0.9;
}

/* Login Form Container */
.login-1 {
  background: #87C2EE;
  border: none;
  border-radius: .33rem;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  padding: .5em;
  opacity: 0.9;
  margin-bottom: -1em;
  margin-top: 1rem;
}

.signup-btn-div {
  margin: .5em .10em;
}

/* Account Status Section */
.account-status {
  margin-top: 2rem;
  font-size: 1.2rem;
  padding-left: 1.2rem;
}

.upgrade-link {
  font-size: 1.3rem;
  font-family: 'Montserrat', sans-serif;
  border: 1px solid;
  padding-top: .2em;
  padding-bottom: .2em;
  padding-left: .2em;
  padding-right: .2em;
  border-radius: .2em;
}

.account-status a {
  text-decoration: none;
  color: #0056b3;
}

.account-status a:hover {
  text-decoration: none;
}

/* Image Credit */
.img-credit {
  margin-left: 45%;
  margin-right: auto;
  position: fixed;
  bottom: 5px;
  font-size: .80em;
  color: #1f4361;
  z-index: -1;
}

@media (min-width: 992px) {
  body {
    margin-left: 20%;
    margin-right: 20%;
  }

  .img-credit {
    margin-left: 25%;
    margin-right: auto;
    position: absolute;
    bottom: 10px;
    font-size: 1em;
    color: #1f4361;
  }
}
