@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/solid.min.css');

html,
body {
  margin: 0;
  padding: 0;
  background-color: #0d0d0d;
  /* background-color: #0b1226; */
  font-family: 'Source Sans Pro', sans-serif;
}

body {
  background: transparent;
}

/*
real-dark-blue: #030917 #0B1226
mid-blue: #020659 #0367A6
dark-blue: #011C40
light-blue: #5A86BF #0388A6 #0378A6
cyan: #5CF2F2
orange: #F28444
 */

header {
  margin: 10px;
  height: 32px;
}

.logo {
  display: block;
  width: 200px;
  height: 100%;
  text-indent: -9000px;
  background: url('logo.svg') no-repeat top left;
  background-size: contain;
}

#container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

#container canvas {
  max-width: 100%;
}

h1 {
  font-weight: 700;
  font-size: 4.5rem;
  line-height: 0.9;
  margin-bottom: 1rem;
}

p {
  max-width: 290px;
  margin: 0;
  font-size: 1.5rem;
  line-height: 1;
}

.content {
  /* display: flex; */
  /* flex-direction: column; */
  /* height: calc(100vh - 32px - 20px - 10px); */
  max-width: 420px;
  margin: 160px 10px 10px 10px;
  text-transform: uppercase;
  color: #fff;
}

form {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

input {
  width: calc(100% - 60px);
  margin: 0;
  padding: 10px;
  padding-left: 0;
  font-size: 1.25rem;
  border-radius: 0;
  background-color: transparent;
  font-family: inherit;
  color: inherit;
  border: none;
  outline: none;
  border-bottom: 2px dotted #444;
}

button {
  height: 50px;
  padding: 14px 6px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

button svg {
  height: 100%;
}

button path {
  fill: #fff;
}

.hide {
  display: none;
}

.success {
  margin-top: 23px;
  font-size: 1.25rem;
}
