body {
  background: linear-gradient(-35deg,#5CACCC 0,#156096 65%);
  text-align: center;
}
a.pt-buttonbase {
  margin: 24px 0 0;
  padding: 8px 0 8px;
  height: auto;
}

.philips-shield {
  height: 220px;
}

a, p {
  text-decoration: none;
  text-align:center;
  color: #ffffff;
}

a:hover {
  text-decoration: none;
  color: #ffffff;
}

.hidden {
    visibility: hidden;
    overflow: hidden;
    width: 0px;
    height: 0px;
}

.footer-div {
    text-align:center;
    margin-bottom:10px;
    padding-bottom: 0px;
    position: relative;
    bottom: 0;
}

.right-addon input {
  padding-right: 30px;
}

.pt-textbox input {
  padding-left: 1em;
  padding-right: 1em;
}

.pt-textbox input, .pt-textbox textarea {
  font-family: centrale-book, sans-serif;
  font-size: 1em;
  box-sizing: border-box;
  outline: 0;
  background-color: transparent;
}

.philips-overlay {
  background-color: #163670;
  color: #fff;
  outline: 0;
  height: 100%;
  flex-direction: column;
  min-height: 100vh;
  display: inline-block;
  display: flex;
  background-size: cover;
  margin: auto;
}

.pt-buttonbase {
  height: auto;
    vertical-align: top;
    min-width: auto;
    outline: 0;
    color: #fff;
    background-color: #163670;
    width: 100%;
    padding: 12px 0;
    border-radius: 6px solid #163670;
}

.control-label.pt-label.pt-truncate {
  width: 30%;
  margin: 0 auto;
}

.message {
  color: #fff;
  padding-bottom: 5px;
}

.container .message {
  margin-top: 20px;
  text-align: center;
}

fieldset {
  display: block;
  margin-inline-start: 2px;
  margin-inline-end: 2px;
  padding-block-start: 0.35em;
  padding-inline-start: 0.75em;
  padding-inline-end: 0.75em;
  padding-block-end: 0.625em;
  min-inline-size: min-content;
  border-width: 0px;
  border-style: groove;
  border-color: threedface;
  border-image: initial;
}

input {
  padding: 1px 0px;
  padding-top: 1px;
  padding-right: 30px;
  padding-bottom: 1px;
  padding-left: 14px;
  border-width: 2px;
  border-style: inset;
  border-color: initial;
  border-image: initial;
}

.alert-danger-red {
  background-color: #cd202c;
  border-color: transparent;
  color: #fff;
}

.help-block {
  color: #fff;
  background-color: #D05A0B;
  margin-top: 2px;
  margin-bottom: 2px;
  height: 34px;
  padding: 7px 14px;
  width: 300px;
  margin-right: 30px;
  margin-block-end: 1em;
  margin-inline-start: 400px;
  margin-inline-end: 0px;

}

.passwordPolicyRule {
  list-style-type: none;
  padding-inline-start: 0px;
}


.passwordPolicyMessage {
  text-align: left!important;
  padding-left: 0;
  padding-right: 10%;
  font-weight: 400;
}

.sec-inner.addon {
  width: 31%;
  margin: 0 auto;
}

.radio-addon{
  text-align:left;
}

input#SendSms , input#SendEmail{
  margin-left: 4px;
}

label.radio-inline {
  font-size: 14px;
  color: #fff;
  padding-left: 8px;
  letter-spacing: 1px;
  margin: 0 0 16px 0;
  line-height: 0px;
}
a.resendotpbtn {
  display: inline-block;
    padding: 11px 7px 15px;
    font-size: 17px;
    line-height: 23px;
    text-anchor: revert;
    border-bottom: 0;
    width: 100%;
    margin: 10px auto;
}

a.btn.postactivationbtn {
  margin: 15px 0 0 0;
}
.postactivation {
  font-size: 14px;
}
.resetreqpage a.backtologin {
  margin: 32px 0 21px;
  background-color: #163670;
  padding: 10px 21px 12px 26px;
  border-radius: 5px;
  background-image: url(../../images/arrow-left.png);
  background-repeat: no-repeat;
  background-size: 11px;
  background-position: 7px;
}
a.backtologin {
  display: inline-block;
  margin: 18px 0 0;
  font-size: 14px;
}
.resetreqpage p {
  margin-bottom: 4px;
  font-size: 16px;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.99);
  z-index: 99999999;
  font-family: Arial, Helvetica, sans-serif;
  height: 100%;
}

.status {
  z-index: 99999999;
  width: 250px;
  height: 250px;
  left: 50%;
  top: 60%;
  position: absolute;
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: center;
  margin: -125px 0 0 -125px;
  color: #333;
}

.status p {
  top: 60%;
}

.status em {
  font-size: 10px!important;
  display: block;
  font-style: normal;
}

.center-text {
  text-align: center;
}

.info {
  top: 50px !important;
}
.preloader {
  position: fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background: linear-gradient(-35deg,#5CACCC 0,#156096 65%);
  text-align: center;
  z-index:99999; /* makes sure it stays on top */
}
.loaderstatus {
  width:100px;
  height:100px;
  position:absolute;
  left:50%; /* centers the loading animation horizontally one the screen */
  top:50%; /* centers the loading animation vertically one the screen */
  background-image:url("../../images/loader.gif");
  z-index:9999; /* path to your loading animation */
  background-repeat:no-repeat;
  background-position:center;
  background-size: cover;
  margin:-50px 0 0 -50px; /* is width and height divided by two */
}

.alert-danger-red strong a {
  color: #156096;
  display: inline-block;
}
.alert-danger-red strong {
  display: inline-block;
  margin: 0 6px;
}

.inner-addon.right-addon.otpinputtype {
  margin-top: 22px;
  display: none;
}

p.emailladressmsg {
  display: none;
  width: 60%;
    margin: 3px auto 15px;
    line-height: 25px;
}
p.mobilenumbermsg {
  display: none;
  width: 60%;
  margin: 3px auto 15px;
  line-height: 25px;
}

input#mobileOtpcode {
  margin: 0 auto 22px;
  display:none;
}
a.resendcodebtn {
  width: 100%;
  margin: 13px auto;
  padding: 10px 0;
  display: none;
}


.kbaquestionsec {
  text-align: left;
  margin: 0 0 20px 0;
}
.kbaquestionsec label.kbaquestions {
  padding: 22px ​0 2px ;
}

a.btn.pt-buttonbase.kbgpagebtn-left {
  min-width: auto;
  float: left;
  width: 103px;
  margin: 0;
}

button.pt-buttonbase.kbgpagebtn-right {
  min-width: auto;
  float: right;
  width: 103px;
}

.kba-org {
  width: 50%;
  margin: 0 auto;
  line-height: 26px;
}

p.mobileemailsent {
  display: none;
}

.kbaquestionsecinner {
    margin-bottom: 18px;
}
label.kbaquestions:first-letter {
  text-transform: capitalize;
}

.kbaflowresnedbtn {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .right-addon input {
    padding-right: 30px;
    width: 84%;
}

.control-label.pt-label.pt-truncate {
  width: 30%;
  margin: 0 auto;
}
}

input.pt-textbox {
  padding: 10px 16px 10px 30px;
  position: relative;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
  border: 2px solid #fff;
  width: 100%;
}

i#showPswd {
  margin-left: 5px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  border: 0;
  transform: translate(0, -50%);
}
i#showOPswd{
  margin-left: 5px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  border: 0;
  transform: translate(0, -50%);
}
i#showCPswd , i#showLPswd {
  margin-left: 5px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  border: 0;
  transform: translate(0, -50%);
}


.inner-addon.right-addon {
  position: relative;
}