body { 
  background-color: #090b0f !important;
  min-height: 100vh;
  margin: 0;
  display: flex;
  flex-direction: column;
}

main { 
  flex: 1;
}

@media only screen and (max-width: 768px) {
  .formWidth { 
    width: 275px !important;
  }
  .overflowY { 
    overflow-y: hidden !important;
  }
  .stickyFooter {
    position: sticky;
    bottom: 0;
  }
  .responsive-break {
    display: block !important;
  }
}

.footerStyle { 
  display:flex;
  justify-content:flex-end;
  color:#008000;
  padding-right:10px;
  padding-bottom:5px;
}

.margin-left { 
  margin-left: 20px !important;
}

.logo {
  font-size: 1.5rem !important;
  font-weight: bold !important;
  font-family: monospace, sans-serif !important;
}

.header-border-bottom { 
  border-bottom: 1px solid #232424 !important;
}

.inputGyre { 
  background-color: #080a0e;
  color: #ffffff;
  border: none;
  outline: none;
  border: 1px solid #2a2930;
  width: 428px;
  border-radius: 5px;
  height: 30px;
}

input:focus {
  background-color: #15141b;
}

.divSquare { 
  width: 300px;
  height: 100px;
  background-color: #080a0e !important; 
  outline: none;
  border: 1px solid #2a2930;
  color: #ffffff;
  border-radius: 5px;
}

.submitButton { 
  width: 428px;
  height: 30px;
  background-color: #413d55 !important; 
  outline: none;
  border: 1px solid #2a2930;
  color: #ffffff;
  border-radius: 5px;
}

.discordButton { 
  width: 428px;
  height: 30px;
  background-color: #3d74ff !important; 
  outline: none;
  border: 1px solid #2a2930;
  color: #ffffff;
  border-radius: 5px;
}

#submitBtn:focus { 
  background-color: #080a0e !important; 
}

.h1FontWeight { 
  font-weight: 700 !important;
}

.emailIcon { 
  background: url(../images/emailico.png) no-repeat scroll 7px 7px;
  padding-left: 32px;
  background-size: 21px;
}

.nameIcon { 
  background: url(../images/name-icon.png) no-repeat scroll 7px 7px;
  padding-left: 32px;
  background-size: 17px;
}

.arrowIcon { 
  background: url(../images/rightarrow.png) no-repeat scroll right;
  background-size: 20px;
}

.responsive-break {
  display: inline;
}

.hidden { 
  display: none;
}

.successStyle { 
  text-align: center;
  color:#008000;
  margin: 0 auto;
}

.errorStyle { 
  text-align: center;
  color:#ff0000;
  margin: 0 auto;
}
