
* {
  padding: 0;
  margin: 0;
  font-family: Noto Sans, sans-serif;
  text-decoration: none;
  color: white;
  border: none;
  background-image:none;
  background-color:transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
}

body {
  background-color: #0F0F10;
}

#logo {
  margin-top: 25px;
  margin-left: 11%;
  width: 200px;
}

#neurl-logo {
  width: 30px;
  height: 30px;
  background-image: url(../res/logo_dark.png);
  background-repeat: no-repeat, no-repeat;
  background-position: center bottom;
  background-size: 100%; 
  position: relative;
  top: 5px;
  display: inline-block;
}

#neurl-text {
  margin-left: 10px;
  font-size: 1.3em;
  display: inline-block;
}

#center-content {
  margin-top: 10%;
  width: 80%;
}

#header-text {
  width: 720px;
  text-align: left;
  font-size: 2.5em;
}

#machine-learning-text {
  background: rgb(255,222,49);
  background: linear-gradient(-90deg, rgba(255,161,49,1) 0%, rgba(255,61,49,1) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#upgrade-text {
  background: rgba(25,105,221,1);
  background: -webkit-linear-gradient(0deg, rgba(25,105,221,1) 0%, rgb(156, 103, 239) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#sub-header-text {
  width: 100%;
  text-align: center;
  margin-top: 70px;
  color: #86868C;
}

#newsletter {
  margin-top: 20px;
  width: 600px;
}

#email-input {
  background-color: #0f0f10;
  width: 50%;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 25%);
  height: 30px;
}

#email-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #86868C;
  opacity: 1; /* Firefox */
}

#email-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #86868C;
}

#email-input::-ms-input-placeholder { /* Microsoft Edge */
  color: #86868C;
}

#email-input:focus {
  border-color: rgba(255, 255, 255, 50%);
}

#sign-up-btn {
  background-color: #1969DD;
  color: white;
  border: none;
  border-radius: 5px;
  height: 35px;
  width: 135px;
  margin-left: 30px;
}

#sign-up-btn:hover {
  background-color: #2070E4;
  cursor: pointer;
}

#sign-up-btn:active {
  background-color: #1969DD;
  position: relative;
  bottom: -1px;
}

#sign-up-btn:disabled,
#sign-up-btn[disabled] {
  background-color: rgba(25, 105, 221, 0.5);
  color: rgba(255, 255, 255, 0.5);
}

#sign-up-btn:disabled,
#sign-up-btn[disabled] :hover {
  cursor: default;
}

#sign-up-btn:disabled,
#sign-up-btn[disabled] :active {
  cursor: default;
  position: relative;
  bottom: 0px;
}

#old-website-link {
  color: #2B2B2F;
  font-size: 0.8em;
  text-decoration: underline;
  position: relative;
  top: 20px;
}

#signup-confirmation {
  background: #1B1B1D;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.05);
  margin-top: 40px;
  width: 200px;
  height: 35px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#client-screenshot {
  width: 100%;
  height: 200px;
  left: auto;
  right: auto;
  /*background-image: url(../res/client_screenshot.png);*/
  background-repeat: no-repeat, no-repeat;
  background-position: center bottom;
  background-size: 80%;
  position: fixed;
  bottom: 0;
  z-index: -1;
}
