.md-input-group {
  font-family: 'Roboto';
}
 .password-section{
    position: relative;
  }
.toggle-password{
    position: absolute;
    left: 110px;
    top: 24px;
    background: white;
    padding: 0 9.5px;
    border-radius: 0px 4px 4px 0px;
    border-top: 1px solid #9a9a9a;
    border-bottom: 1px solid #9a9a9a;
    border-right: 1px solid #9a9a9a;
    width: 50px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
  .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;
}

/* BS5 fix: Reset left border-radius and negative margin for .md-input inside .input-group */
.input-group .md-input.form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: 0 !important;
}

.md-input.form-select {
  background-color: white; 
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px;
  padding-right: 32px; 
  border: 1px solid #9a9a9a;
  border-radius: 4px;
  font-weight: 300;
  height: 45px;
  color: #000;
   /* Ellipsis for long text */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

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: "";
}

/* Month Dropdown */
.edit-seasonal-mailing-addr .md-input.form-select:not(.long-field) {
  display: block;
  color: #000;
  background-color: transparent;
  border: 1px solid #9a9a9a;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 0 0 8px;
  font-weight: 300;
  height: 45px;
}

/* Override Bootstrap 5 .form-select padding when used with .md-input */
select#idBenType.md-input.form-select {
    padding: 0 0 0 8px;
    height: 45px;
    background-position: right 8px center;
}

select#idBenType.md-input.form-select:disabled {
   background-color: transparent;
    opacity: 1 !important;
    
}

/*.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;
}

*/