/* ################################ XS ####################################### */
.form .form-header {
  text-align: center;
  line-height: 20px;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 0;
  padding-top: 12px;
}

.form .input-meta .input-label,
.form .input-meta .input-sub-label {
  margin-top: 21px;
}

.header .help {
  margin-top: 17px;
}

.header .tools-container {
  float: right;
  vertical-align: middle;
}

.header .tools-container .ui-select {
  margin: 0;
}

.header .tools-container .ui-btn {
  height: auto;
  padding: 0;
}

.header .tools-container .ui-btn span {
  line-height: 28px;
}

.no-bg-dropdown .ui-selectonemenu-label {
  font-size: 14px;
  line-height: 20px;
}

/* reset passwort labels */

#successfulPasswordResetForm .form-header,
#successfulPasswordResetForm .form-navigation {
  display: none;
}

#successfulPasswordResetForm .form.row {
  padding-bottom: 18px;
}

#answerTheQuestionsForm .form .input {
  margin-bottom: 7px;
}

#answerTheQuestionsForm .input-label.valid {
  font-weight: bold;
}

#resetForm .input-label.valid {
  margin-top: 3px;
}

#resetForm .input-label.password-strength-label {
  margin-top: -2px;
}

#resetForm div.please-enter-new-password-label {
  margin-bottom: 18px;
}

/* ########################################################################### */
/*                               DEFAULT                                       */
/* ########################################################################### */
.header .tools-container {
  padding-left: 10px 0;
}

.header .help {
    margin-top: 25px;
}

.header .help .circled-text {
  margin: 5px 0;
}

.language-select .ui-icon {
  background-image: none;
}

.language-select .ui-selectonemenu-label {
  padding: 0;
  font-size: 16px;
  line-height: 22px;
  height: auto;
}

/* ################################ SM ####################################### */
@media screen and (min-width: 768px) {

  .header .help .circled-text {
    margin: 10px 0;
  }

  #successfulPasswordResetForm .form.row {
    padding-top: 8px;
    padding-bottom: 17px;
  }

  #resetForm .input-label.password-strength-label {
    margin-top: 3px;
  }

  #answerTheQuestionsForm .form .form-content {
    padding: 0 40px 33px;
  }

  .form .navigation-item {
    width: auto;
  }

}

/* ################################ MD ####################################### */
@media screen and (min-width: 992px) {

}

/* ################################ LG ####################################### */
@media screen and (min-width: 1200px) {

}

/* ########################################################################### */
/*                                 USER                                        */
/* ########################################################################### */
.header .help .visible-xs,
.header .help .visible-xs a {
  color: #ADADAD;
}

.form .form-header {
  background-color: #F2f2f2;
  color: #001366;
  border-top: 7px solid #001366;
}

.no-padding-logo-left {
	margin: 0;
	padding: 0;
	float: left;
	margin-top: 25px;
	margin-bottom: 30px;
	text-align: unset;
}

.mobile-logo-responsive {
	max-width: 100%;
	height: auto;
	display: block;
}