input {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    font-weight: normal;
    border: none;
    outline: none;
    padding-bottom: 16px;
    margin-bottom: 24px;
    line-height: 28px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    padding-top: 15px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  
  input:hover {
    background-color: #f4f4f4;
  }
  
  input[type="checkbox"] {
    width: auto;
    margin: 0 10px 0 0 !important;
  }
  
  .inputContainer {
    position: relative;
  }


.btn-login {
  margin-top:16px;
  font-size: 1.20rem;
  font-weight: bold;
  width:inherit;
  height:52px;
}


.btn-sso-login {
  margin-top:16px;
  margin-left:0px;
  padding: 12px;
  font-size: 1.00rem;
  font-weight: bold;
  width:inherit;
  height:48px;
  
  font-weight:normal;
}

#email, #password {
    padding-left:15px
}