.login .btn-default {
  text-transform: none;
  color: #4D6E9D;
}
.otp-opener-text {
  cursor: pointer;
  text-align: right;
  font-size: 12px;
  color: #999999;
  display: none;
}
.message {
  border: 1px solid #d5d50b;
  padding: 15px;
  margin-bottom: 20px;
  background-color: #ffffc3;
}
.otp-buttons {
  display: flex;
  justify-content: space-between;
}
.otp-buttons-reverse {
  flex-direction: row-reverse;
}
.login .otp-buttons .btn-primary {
  margin: initial;
  width: initial;
}
.otp-buttons.twobuttons .otp-button {
  padding-left: 50px;
  padding-right: 50px;
}
.otp-buttons.threebuttons .otp-button {
  padding-left: 25px;
  padding-right: 25px;
}
.otp-buttons.otp-buttons-reverse button.btn,
.otp-buttons.otp-buttons-reverse button.btn + button.btn {
  margin: 0 5px;
}
.login-step-notification .notificationImg {
	width: 224px;
	display: block;
	margin: 35px auto 26px;
}
.login-step-notification h2 {
	font-size: 21px;
	text-align: center;
	margin-bottom: 13px;
}
div.login-step-notification p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 15px;
}
.login-step-notification strong {
	color: #0B56BF;
}
.login-step-notification a {
	font-size: 14px;
}
.login-step-notification .notifLinks {
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
}
.login-step-notification .notifLinksRight a {
	color: black;
}
.login-step-notification .notifResent {
	font-size: 16px;
	color: #000;
	margin-top: 20px;
	display: none;
}
.login-step-notification .sep {
	border-bottom: 1px solid #e7e7e7;
	margin: 30px 0 15px;
}
.login-step-notification .link-label {
	font-size: 14px;
	margin: 0 0 5px;
	color: #000;
}
.login-step-notification .notifLinks ul {
	padding-left: 7px;
	list-style-type: none;
}
.login-step-notification .notifLinks li {
	font-size: 14px;
	line-height: 1.5;
	position: relative;
}
.login-step-notification .notifLinks li:before {
	display: block;
	content: '.';
	width: 16px;
	height: 16px;
	position: absolute;
	top: -6px;
	left: -8px;
	font-size: 18px;
	font-weight: 900;
	color: #0b56bf;
}

.login-step-challenge h2 {
	font-size: 18px;
	text-align: center;
	line-height: 22px;
	margin-top: 58px;
	margin-bottom: 13px;
}
div.login-step-challenge p {
	font-size: 14px;
	text-align: center;
	margin-bottom: 15px;
}
.login-step-challenge a {
	color: black;
	text-decoration: underline;
}

.chlgtext_SWCR > span {
	display: block;
	font-size: 36px;
	margin: 0 auto;
}

section.login-page p.chlgtext_SWCR {
	text-align: center;
}
.form-group-sendagain {
	margin-bottom: 20px;
}
.form-group .icon-addon label {
  position: absolute;
  left: 14px;
  top: 9px;
}
