.md-input-group {
  font-family: 'Roboto';
}
 .password-section{
    position: relative;
  }
.toggle-password{
    position: absolute;
    left: 110px;
    top: 24px;
    background: white;
    padding: 9.6px;
    right: 1px;
    border-radius: 0px 4px 4px 0px;
    border-top: 1px solid #9a9a9a;
    border-bottom: 1px solid #9a9a9a;
    border-right: 1px solid #9a9a9a;
    width: 50px;
}
  .pswrd {
    left: 240px;
    
  }
  .hnt-answer {
    left: 291px;
    width: 54px;
    text-align: center;
  }

  .ssn-four {
    left: 55px;
    width: fit-content;
  }

label.md-input-label {
  display: inline-block;
  /* pointer-events: none; */
  height: 1em;
  max-width: 100%;
  font-weight: 500;
  font-size: 1em;
  /* transform: translate3d(0, 34px, 0); */
  transition: all .3s;
  /* padding-left: 5px; */
  margin-bottom: 0;
/*  color: rgba(0,0,0,.5);*/
  color: #2d1a1a;

}

.md-input.form-control {
  display: block;
  color: #000;
/*  width: 100%;*/
  background-color: transparent;
  background-image: none;
  border: 1px solid #9a9a9a;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  padding-left: 8px;
  /* padding-top: 12px; */
  font-weight: 300;
  height: 45px;
}
textarea.md-input{
  padding: 10px !important;
  height: 70px !important;
}

form.form-inline .md-input-group {
  float: left;
}

form.form-inline .md-input-group + .md-input-group {
  margin-left: 5px;
}

form.form-inline .md-input-group:after {
  content: "";
  clear: both;
}

form.form-inline:after {
  display: block;
  clear: both;
  content: "";
}

/*.card {
  padding: 50px;
  background: #f5f5f5;
  box-shadow: 0 5px 5px 1px rgba(122,122,122, .5);
  margin: 20px 20px;
}

.btn.md-btn {
  background: #1b58cf;
  color: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: 0px 2px 1px 1px #999;
  transition: all .3s;
}

.btn.md-btn:active {
  background: #90b4fc;
  color: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: 0px 0px 0px 0px #999;
}*/

/*.md-input-group .md-messages {
  height: 1px;
  position: relative;
}

.md-input-group .md-message {
  opacity: 0;
  transition: transform .4s, opacity .2s;
  pointer-events: none;
  transform: translate3d(0, -24px, 0);
  font-size: 12px;
  display: inline-block;
  margin-bottom: 15px;
}

.md-input-group.md-ripple .md-input.form-control {
  border: 0;
  position: relative;
}

.md-input-group.md-ripple {
  position: relative;
  overflow: hidden;
  padding-bottom: 1px;
}

.md-input-group.md-ripple:after {
  content: "";
  position: absolute;
  width: 100%;
  background: #999;
  height: 1px;
  transition: transform 1s;
  pointer-events: none;
  transform: scale3d(1, 1, 1);
}

.md-btn.md-ripple {
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.md-btn.md-ripple:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, #000 10%, transparent 10.01%);
  background-repeat: no-repeat;
  background-position: 50%;
  transform: scale(10, 10);
  opacity: 0;
  transition: transform .5s, opacity 1s;
}

.md-btn.md-ripple:active:after {
  transform: scale(0, 0);
  opacity: .2;
  transition: 0s;
}

.btn.btn-primary.btn-block {
  margin-top: 40px;
}

section form {
  min-height: 150px;
}

*/