.input-group {
  margin-bottom: 20px;
}
.accepttncs {
  font-size: 12px;
  
}
.accepttncs i {
  font-size: 24px;
}
h4 {
  margin-bottom: 30px;
}

.login-section {
  padding: 15px;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  box-shadow: 0 5px 5px rgba(0,0,0,.3);
}

body {
    margin: 0;
    font-family: "Lato";
    font-size: .8rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: left;
  
}
.field-row {
  text-align: left;
}
.forgot-button-row {
  display: none;
}


