html, body {
  font-family: 'Roboto', sans-serif !important;
}

.col-12 {
  padding-left: 20px;
  padding-right: 20px;
}

.login {
  padding: 130px 0 30px 0;
}

h3 {
  font-size: 34px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.47;
  letter-spacing: normal;
  color: #3e3f42;
}

.txt-below {
  font-size: 17px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.65;
  letter-spacing: normal;
  color: #9ea0a5;
}

#invalid {
  display: none;
}

.warning {
  border-radius: 4px;
  background-color: rgba(230, 73, 45, 0.1);
  margin-top: 20px;
  padding: 8px 12px;
}

.txt-warning {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  color: #e6492d;
}

.ic-warning {
  width: 1rem;
  height: 1rem;
  background-image: url(../css/ic-warning.svg);
  background-size: 1rem 1rem;
  display: inline-flex;
}

form {
  margin-top: 20px;
}

label {
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: #9ea0a5;
  text-transform: uppercase;
}

.btn-primary {
  border: none;
  border-radius: 4px;
  background-color: #e6492d !important;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  width: 100%;
}

.btn-primary:hover {
  background-color: #e6492d;
}

.btn-primary:active {
  background-color: #e6492d;
}

.form-control {
  padding: 14px 16px;
  font-size: 17px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #3e3f42;
  border-radius: 4px;
  border: solid 1px #e2e5ed;
}

.form-control:focus {
  border: solid 1px #e2e5ed;
  box-shadow: none;
}

.tos {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.57;
  letter-spacing: normal;
  color: #9ea0a5;
  display: inline-flex;
}


