* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #eceef1;
}

#signin {
  float: right;
  font-family: inherit;
  background: #0077c5;
  border-radius: 4px;
  border: 1px solid #4c4c4c;
  padding: 0 20px;
  color: white;
  cursor: pointer;
  font-size: 1.125em;
  font-weight: normal;
  height: 34px;
  width: 100px;
}

.navbar {
  float: right;
  width: 100%;
  display: block;
  text-align: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin-right: 40px;
  margin-top: 15px;
}

.text {
  margin-right: 110px;
}

#logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  width: 300px;
}

#form {
  font-family: Arial, Helvetica, sans-serif;
  background-color: #fff;
  margin-right: auto;
  margin-left: auto;
  width: 400px;
  height: 700px;
  border-radius: 2px;
  border: 1px solid #c7c7c7;
  text-align: center;
  padding: 30px;
  padding-bottom: 0;
}

#form h1 {
  font-size: 22px;
  color: #4c4c4c;
  font-weight: 400;
  line-height: 1.1;
  padding-bottom: 20px;
}

#form h3 {
  font-size: 14px;
  color: #4c4c4c;
  font-weight: 400;
  line-height: 1.1;
}

form {
  text-align: left;
}

form label,
form input,
form button {
  display: block;
}

form label {
  margin-top: 35px;
  font-size: 15px;
  font-weight: 400;
  padding-bottom: 10px;
  color: #4c4c4c;
}

#small-text {
  font-size: 11px;
  font-weight: 300;
  color: #4c4c4c;
}

form button {
  font-family: Arial, Helvetica, sans-serif;
  background: #0077c5;
  border-radius: 4px;
  border: 1px solid #4c4c4c;
  padding: 0 20px;
  color: white;
  cursor: pointer;
  font-size: 1.125em;
  font-weight: normal;
  height: 50px;
  width: 325px;
  margin-top: 35px;
}

form input {
  height: 30px;
  width: 325px;
  border: 0.1px solid #c7c7c7;
  padding: 9px 5px;
}

#tele {
  margin-bottom: 0;
}

#terms {
  font-style: italic;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #4c4c4c;
  margin-top: 60px;
  line-height: 2;
}

#small {
  margin-top: 70px;
  padding: 16px 20px 15px 18px;
  font-size: 10px;
  color: #4c4c4c;
}

#legal {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
  color: #4c4c4c;
}
