.collapsibleButtonIcon {
  content: '';
  position: absolute;
  width: 28px;
  height: 28px;
  background: transparent url(../images/help-tip-close.svg) no-repeat 50% 2px;
  border: none;
}

.collapsibleButtonIcon.collapsed {
  content: '';
   background: transparent url(../images/help-tip.svg) no-repeat 50% 2px;
}

.login-disabled {
 
  color: gray; 
}

.login-dob {
 
  display: flex;
  flex-wrap: nowrap;
}

.login-dob > input {
 
  margin-right: 0.5rem;
}

.login-errors {
 
  color: #A94442;
}

.login-errors > ul > li > a {
 
  color: #A94442;
}

.login-errors-message {
 
  font-weight: 700;
}

.login-instructions {
  
  font-weight: 700;
}

.login-privacy {
  
  text-align: center;
}

.login-title {
  
  margin-top: 1rem;
  text-align: center;
}

.login-return-button,
.login-return-message,
.login-submit-button,
.login-submit-message {
 
  margin-bottom: 1rem;
}

.ui-datepicker-trigger {
 
  background: none;
  border: none;
  padding: 0;
}

.ui-datepicker select {
 
  color: #333;
}

.ui-widget-header {
 
  background: #0071B3;
  border: 1px solid #0071B3;
}
