@import url("default.css");

/************************************* CUSTOM STYLES *************************************/  
body {
  font-family: "Roboto-Light", arial, sans-serif;
  background: url(../img/bcvd/background-default.jpg) no-repeat center center fixed;
  background-size: cover;
  overflow: initial;
}
body > form {
  min-width: 1000px !important;
  max-width: 1000px !important;
  margin: 0 auto;
}
.right {
  float: right;
}
a {
  color: #009D4D;
  text-decoration: none;
}
a:hover {
  color: #40B579;
  text-decoration: none;
}
#header {
  border-top: none;
  border-bottom: 5px solid black;
  width: 100%;
  background-color: white;
  padding: 0;
}
#header-bar {
  min-width: 100%;
  max-width: 100%;
  height: 70px;
}
#header-bar > div {
  height: 40px;
}
#header-bar-menu {
  display: none;
}
#header-bar-locale {
  visibility: hidden;
  width: 54px;
  border-left: 1px solid #cecccc;
  margin: 0 !important;
  height: 100% !important;
}
[data-uap-view=USERID] #header-bar-locale {
  visibility: visible;
}
#header-bar-locale ul.selected-locale {
  display: block !important;
  height: 100%;
  position: relative;
}
#header-bar-locale ul.select-locale {
  position: absolute;
  margin: 0;
  top: 70px;
  text-align: center;
  width: 53px;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1;
  border-bottom: 5px solid #cecccc;
}
#header-bar > div#header-bar-locale ul.select-locale.hidden {
  display: none;
}
ul.selected-locale > li {
  display: block !important;
  line-height: 75px;
  text-align: center;
}
li.locale {
  display: block !important;
}
li.locale > a:not([class]) {
  line-height: 37px;
  display: block;
}
li.locale > a:not([class]):hover {
  cursor: pointer;
}
span.selected-locale {
  position: relative;
  text-transform: capitalize;
  font-size: 13px;
}
[data-uap-view=MAINTENANCE] span.selected-locale {
  display: none;
}
span.selected-locale:hover {
  cursor: pointer;
}
span.selected-locale:after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 2px;
  border: solid rgb(112, 112, 112);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
span.logo-title {
  font-size: 36px;
  font-family: "Roboto-Thin";
  color: #009D4D;
  vertical-align: -webkit-baseline-middle;
}
#logo {
  margin: 0 auto;
  background: url(../img/bcvd/logo175.png) no-repeat;
  background: url(../img/bcvd/logo-bcv.png) no-repeat;
  background-position: center; /* put 30px with js */
  background-color: transparent;
  height: 120px;
  width: 215px;
  width: 165px;
  max-width: 100%;
  min-width: auto;
}
#container {
  border: none;
  margin: 0 auto;
  box-shadow: none;
  border-radius: 0;
  position: relative;
  background: transparent;
  min-width: 100%;
  max-width: 100%;
}
.login #container {
  padding-bottom: 350px !important;
}
.logout #container {
  padding-bottom: 100px;
}
#container-header {
  border: 0;
}
#container-header #header-title {
  display: none;
}
#container-header>div {
  margin: 0;
}
#container #uap-steps {
  display: none;
}
#upper-panel-dynamic {
  font-family: "Roboto-Thin", arial, sans-serif;
  display: block;
  width: 100%;
  font-size: 43px;
  text-transform: none;
  line-height: 50px;
  margin: 60px 0 15px;
  overflow: hidden;
  text-align: center;
  color: #020202;
}
#upper-panel-dynamic p {
  font-family: "Roboto-Regular";
  font-size: 15px;
  line-height: 1.3;
  padding: 20px 40px;
}
#main-panel>div {
  width: 100%;
}
.login-panel.USERID .uap-display {
  text-align: center;
  font-size: 18px;
  line-height: 36px;
  margin: 0 0 30px 0;
  color: #404040;
}
.USERID .login-form.right-panel {
  border-left: none;
  padding-left: 0;
  width: 100%;
}
.form-wrapper {
  display: flex;
  flex-flow: column;
  position: relative;
}
#uap-errorBox-container {
  order: 2;
  width: 100%;
}
#uap-errorBox {
  margin: 50px auto 0 auto;
  display: block;
  max-width: 700px;
  width: 100%;
  padding: 10px;
  background-color: white;
  border-radius: 5px;
}
.left-panel.dropdown>span.login-title, a.selected-locale {
  display: none;
}
.inner-footer {
  display: none !important;
}
[data-uap-view=ACTIVATION_EZIO_MOBILE_INSTRUCTIONS] .inner-footer {
  display: block !important;
  border-bottom: none;
}
.accordion-panel h3 {
  font-family: "Roboto-Light";
  font-size: 18px;
  text-align: center;
  background-color: #009D4D;
  color: white;
}
.ui-accordion .ui-accordion-content {
  background-color: #fff;
}
.ui-accordion .ui-accordion-header { 
  background: #009D4D;
  color: white; 
}  
.ui-accordion .ui-accordion-header.ui-state-hover { 
  background: #00ab5f;
}
span.ui-icon {
  right: 30px;
  left: auto !important;
  margin-top: -7px !important;
}
span.ui-icon-triangle-1-e {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 13px solid white;
}
span.ui-icon-triangle-1-s {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 13px solid white;
}
.accordion-panel table {
  width: 100%;
}
.accordion-panel p {
  text-align: center;
}
.accordion-panel .image {
  width: 100%;
  height: 400px;
  background-image: url(../img/bcvd/mauth-scan-instructions.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
ul.selected-locale {
  display: block;
  margin: 0;
}
.labelInputWrapper span {
  display: block;
  position: absolute;
  margin: -42px 0 0 0;
  width: 100%;
  font-weight: normal;
  font-size: 15px;
  transition: none;
}
.login-panel .left-panel {
  width: 100%;
  visibility: visible;
}
.login-panel .left-panel .user-infoWrapper {
  text-align: center;
}
.login-panel .left-panel .user-infoWrapper .label.user-info {
  display: none;
}
.user-infoWrapper.date, .user-infoWrapper.time {
  display: none;
}
.login-panel .login-form {
  float: left;
  clear: both;
  border-left: 0;
  padding-left: 0;
  margin-top: 30px;
  width: 100%;
}
.ACTIVATION_EZIO_MOBILE_INSTRUCTIONS .login-form {
  margin: 0 auto;
}
.cronto-header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  counter-reset: crontostep;
  font-size: 16px;
  margin: auto;
  max-width: 450px;
  font-family: "Roboto-Regular";
}
.cronto-header > .cronto-header-step {
  width: 25%;
  position: relative;
}
.cronto-header > .cronto-header-step::before {
  content: counter(crontostep);
  counter-increment: crontostep;
  display: block;
  width: 30px;
  height: 30px;
  border: 2px solid #a0a0a0;
  border-radius: 50%;
  line-height: 30px;
  background: white;
  color: #a0a0a0;
  text-align: center;
  margin: 0 auto 10px auto;
  font-weight: bold;
}
.cronto-header > .cronto-header-step::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  background: #979797;
  top: 15px;
  left: -50%;
  z-index: -1;
}
.cronto-header > .cronto-header-step:first-child::after {
  content: none;
}
.cronto-header > .cronto-header-step.active::before {
  color: #fff;
  background-color: #009D4D;
  border-color: #009D4D;
}
.cronto-header > .cronto-header-step.active::after {
  background-color: #009D4D;
}
.ACTIVATION_OTAN .login-form {
  text-align: center;
  margin-bottom: 20px;
}
.ACTIVATION_OTAN .login-form .labelInputWrapper{
  margin-top: 20px;
}
.ACTIVATION_OTAN_CRYPTOGRAM_LETTER .login-form .form-wrapper {
  text-align: center;
  margin-bottom: 20px;
}
.CHALLENGE_OTAN .form-wrapper #new-device-label {
  display: none;
}
.ACTIVATION_OTAN_CRYPTOGRAM_SCREEN .login-form img,
.CHALLENGE_OTAN .login-form img
{
  width: 214px;
  height: 214px;
  margin: 10px 50px 10px auto;
  display: block;
  border: 15px solid transparent;
  border-image-source: url("data:image/svg+xml,%3Csvg width='799.9999999999999' height='600' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Layer_1'%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cline transform='rotate(-90 2.103108406066902,42.35275650024415) ' stroke='%23000' stroke-linecap='null' stroke-linejoin='null' id='svg_8' y2='19.55875' x2='11.91172' y1='19.55875' x1='92.41172' opacity='undefined' fill-opacity='null' stroke-opacity='null' stroke-dasharray='null' stroke-width='5' fill='none'/%3E%3Cg id='svg_18'%3E%3Cline transform='rotate(-90 2.1031086444855878,567.0563964843751) ' stroke='%23000' stroke-linecap='null' stroke-linejoin='null' id='svg_16' y2='567.05633' x2='-31.0881' y1='567.05633' x1='49.4119' opacity='undefined' fill-opacity='null' stroke-opacity='null' stroke-dasharray='null' stroke-width='5' fill='none'/%3E%3Cline stroke='%23000' stroke-linecap='null' stroke-linejoin='null' id='svg_17' y2='597.7915' x2='0.14707' y1='597.7915' x1='80.64707' opacity='undefined' fill-opacity='null' stroke-opacity='null' stroke-dasharray='null' stroke-width='5' fill='none'/%3E%3C/g%3E%3Cg transform='rotate(-90 759.8056640625001,559.9969482421875) ' id='svg_19'%3E%3Cline transform='rotate(-90 721.5117797851564,567.0556030273438) ' stroke='%23000' stroke-linecap='null' stroke-linejoin='null' id='svg_11' y2='567.05633' x2='688.32051' y1='567.05633' x1='768.82051' opacity='undefined' fill-opacity='null' stroke-opacity='null' stroke-dasharray='null' stroke-width='5' fill='none'/%3E%3Cline stroke='%23000' stroke-linecap='null' stroke-linejoin='null' id='svg_12' y2='597.7915' x2='719.55568' y1='597.7915' x1='800.05568' opacity='undefined' fill-opacity='null' stroke-opacity='null' stroke-dasharray='null' stroke-width='5' fill='none'/%3E%3C/g%3E%3Cg id='svg_20'%3E%3Cline transform='rotate(-90 797.9821166992189,50.58802032470698) ' stroke='%23000' stroke-linecap='null' stroke-linejoin='null' id='svg_9' y2='50.58801' x2='764.79079' y1='50.58801' x1='845.29079' opacity='undefined' fill-opacity='null' stroke-opacity='null' stroke-dasharray='null' stroke-width='5' fill='none'/%3E%3Cline stroke='%23000' stroke-linecap='null' stroke-linejoin='null' id='svg_10' y2='1.91177' x2='719.55567' y1='1.91177' x1='800.05567' opacity='undefined' fill-opacity='null' stroke-opacity='null' stroke-dasharray='null' stroke-width='5' fill='none'/%3E%3C/g%3E%3Cg id='svg_21'%3E%3Cline transform='rotate(-90 2.103108406066902,50.588031768798835) ' stroke='%23000' stroke-linecap='null' stroke-linejoin='null' id='svg_13' y2='50.58801' x2='-31.0881' y1='50.58801' x1='49.4119' opacity='undefined' fill-opacity='null' stroke-opacity='null' stroke-dasharray='null' stroke-width='5' fill='none'/%3E%3Cline stroke='%23000' stroke-linecap='null' stroke-linejoin='null' id='svg_14' y2='1.91177' x2='0.14707' y1='1.91177' x1='80.64707' opacity='undefined' fill-opacity='null' stroke-opacity='null' stroke-dasharray='null' stroke-width='5' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  border-image-repeat: stretch;
  border-image-slice: 40;
}
.ACTIVATION_OTAN_INSTRUCTIONS .login-form #activation-complete-on-device-confirmation {
  margin: 0px auto 15px auto;
  text-align: center;
  display: flex;
}
.ACTIVATION_OTAN_INSTRUCTIONS .login-form .uap-display {
  margin-bottom: 10px;
}
.ACTIVATION_OTAN_INSTRUCTIONS .login-form .buttons {
  margin: auto;
}
.ACTIVATION_OTAN_INSTRUCTIONS .login-form #uap-submit-button {
  margin: 0px 20px;
}
.ACTIVATION_OTAN_CONFIRMATION .login-form .buttons {
  margin-top: 1.5em;
}
.ACTIVATION_OTAN_CONFIRMATION .login-form #uap-submit-button {
  float: unset;
  margin: auto;
  display: block;
}
.CHALLENGE_OTAN .login-form .labelInputWrapper span {
  margin: 0px;
  position: inherit;
  display: none;
}
.CHALLENGE_OTAN .login-form .labelInputWrapper #otan-challengeResponse-input {
  display: inline;
}
.CHALLENGE_OTAN .login-form #activation-call-hotline-label {
  display: none;
}
.login-panel.CHALLENGE_OTAN .scanning-details-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.login-panel.CHALLENGE_OTAN .scanning-details-wrapper > img {
  order: 1;
}
.login-panel.CHALLENGE_OTAN .scanning-details-wrapper > .uap-display {
  order: 2;
  width: 50%;
}
.login-panel.CHALLENGE_OTAN .scanning-details-wrapper > .uap-display > .cronto-steps {
  display: flex;
  flex-direction: column;
}
.login-panel.CHALLENGE_OTAN .scanning-details-wrapper > .uap-display > .cronto-steps > .cronto-step {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0.4em;
}
.login-panel.CHALLENGE_OTAN .scanning-details-wrapper > .uap-display > .cronto-steps > .cronto-step > .step-number {
  padding: 0 0.7em;
}
.login-panel.CHALLENGE_OTAN .scanning-details-wrapper > .uap-display > .cronto-steps > .cronto-step > .step-text {
  text-align: left;
}
.login-panel.CHALLENGE_OTAN .scanning-details-wrapper > .labelInputWrapper {
  order: 3;
}
.ACTIVATION_OTAN_CRYPTOGRAM_LETTER .form-wrapper .cronto-letter-instructions,
.ACTIVATION_OTAN .form-wrapper .uap-display {
  display: flex;
  flex-direction: row;
  padding: 25px;
}
.ACTIVATION_OTAN .form-wrapper .uap-display .static-letter-image {
  background-image: url("../img/bcvd/letter.jpg");
}
.ACTIVATION_OTAN_CRYPTOGRAM_LETTER .form-wrapper .static-letter-image {
  background-image: url("../img/bcvd/activation_letter.jpg");
}
.ACTIVATION_OTAN_CRYPTOGRAM_LETTER .form-wrapper .static-letter-image,
.ACTIVATION_OTAN .form-wrapper .uap-display .static-letter-image {
  width: 40%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  margin-right: 15px;
}
.ACTIVATION_OTAN_CRYPTOGRAM_LETTER .form-wrapper .activation-code-instructions,
.ACTIVATION_OTAN .form-wrapper .uap-display .activation-code-instructions {
  width: 55%;
  padding: 0 4em;
}
.ACTIVATION_OTAN_CRYPTOGRAM_LETTER .form-wrapper .otanTitleBCVStyle,
.ACTIVATION_OTAN_CRYPTOGRAM_SCREEN .form-wrapper .otanTitleBCVStyle,
.ACTIVATION_OTAN .form-wrapper .uap-display .otanTitleBCVStyle {
  font-size: 1.5em;
  color: #009D4D;
  font-weight: bold;
}
.ACTIVATION_OTAN_CRYPTOGRAM_SCREEN .form-wrapper {
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
.ACTIVATION_OTAN_CRYPTOGRAM_SCREEN .form-wrapper > img {
  order: 1;
}
.ACTIVATION_OTAN_CRYPTOGRAM_SCREEN .form-wrapper > .uap-display {
  order: 2;
  width: 55%;
  padding-right: 6em;
}
.ACTIVATION_OTAN_CRYPTOGRAM_SCREEN .form-wrapper > .labelInputWrapper {
  order: 3;
}
.ACTIVATION_OTAN_CRYPTOGRAM_SCREEN #uap-errorBox-container {
  order: 4;
}
@media only screen and (max-width: 768px) {
  .ACTIVATION_OTAN_CRYPTOGRAM_SCREEN .login-form img,
  .CHALLENGE_OTAN .login-form img
  {
    margin: 10px auto;
  }
  .ACTIVATION_OTAN_CRYPTOGRAM_SCREEN .form-wrapper > .uap-display {
    padding-left: 6em;
  }
  .ACTIVATION_OTAN_CRYPTOGRAM_LETTER .static-letter-image,
  .ACTIVATION_OTAN .static-letter-image {
    display: none;
  }
  .ACTIVATION_OTAN_CRYPTOGRAM_LETTER .form-wrapper .activation-code-instructions,
  .ACTIVATION_OTAN .form-wrapper .uap-display .activation-code-instructions {
    width: 100%;
  }
  .login-panel.CHALLENGE_OTAN .scanning-details-wrapper > .uap-display,
  .ACTIVATION_OTAN_CRYPTOGRAM_SCREEN .form-wrapper > .uap-display {
    width: 100%;
  }
}
.CHALLENGE_SMARTCARD .form-wrapper {
  text-align: center;
  flex-direction: row;
  flex-wrap: wrap;
}
#uap-smartcard-challenge-label, #uap-smartcard-challenge-display {
  width: auto;
  display: inline-block;
  margin-top: 0;
  color: white;
  padding: 10px 30px;
}
#uap-smartcard-challenge-label {
  width: fit-content;
  margin: 0 0 0 auto;
  background-color: #78C47B;
  border-radius: 6px 0 0 6px;
}
#uap-smartcard-challenge-display {
  font-weight: bold;
  margin: 0 auto 0 0;
  background-color: #009E4A;
  border-radius: 0 6px 6px 0;
}
/* to not display show/hide automatic button on IE */
input::-ms-clear, input::-ms-reveal {
  display: none;
}
.buttons input, .uap-button {
  background: #009D4D;
  padding: 6px 18px;
  border-radius: 20px 20px 20px 20px;
  font-size: 15px;
  font-weight: bold;
  border: solid 1px #009D4D;
  float: left;
  width: 180px;
}
.buttons input:hover, .uap-button:hover {
  background: #00ab5f;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.buttons input:active, .uap-button:active,
.buttons input:focus, .uap-button:focus {
  outline: 0;
}
form > footer {
  background: transparent;
  color: black;
  min-width: auto;
  max-width: 100%;
  padding: 0;
  right: 0;
  left: 0;
}
footer > div {
  width: 100%;
  padding: 10px;
  overflow: hidden;
}
footer .footer-container {
  background: white;
  border-top: 2px solid;
  margin-top: 10px;
}
.footer-container p {
  color: #707070;
  font-family: "Roboto-Regular";
}
footer h3 {
  font-weight: normal;
  color: #707070;
  font-size: 19px;
}
footer > div > h3 {
  padding: 0 20px;
  margin-bottom: 0;
}
.footer-box {
  display: inline-block;
  width: 33%;
  padding: 0 20px;
  float: left;
  font-size: 13px;
}
.USERID .left-panel.dropdown,
.CHALLENGE_EZIO_MOBILE .left-panel.dropdown,
.ACTIVATION_EZIO_MOBILE_INSTRUCTIONS .left-panel.dropdown {
  display: none;
}
.uap-display {
  text-align: center;
}
.logout .uap-display h1,
.error .uap-display h1 {
  font-size: 40px;
  line-height: 46px;
  font-family: "Roboto-Thin";
  margin: 0 0 60px 0;
  font-weight: 100;
}
.uap-input {
  padding: 0 8px;
  height: 36px;
  max-width: 250px;
  vertical-align: top;
  border-radius: 5px;
  font-family: "Roboto-Regular";
  color: #404040;
  margin-bottom: 20px;
  background-color: rgb(251, 251, 251, 0.6);
}
.uap-input.error, .uap-input.error:focus {
  display: inline-block;
  border: 0.5px solid #E6323A;
}
#bottom-panel {
  margin: 0;
  padding: 0;
}
#bottom-panel-static {
  display: block;
  width: 100%;
}
#bottom-panel-static > .row1 {
  text-align: center;
  background: transparent;
}
#bottom-panel-static > .row1 p {
  font-size: 19px;
}
div.LoginInfoMessages {
  width: 100%;
  float: left;
  font-family: "Roboto-Regular";
  font-size: 13px;
  color: #020202;
}
div.LoginInfoMessages > div {
  float: left;
  padding: 10px 20px 10px 95px;
  position: relative;
  clear: both;
  background-color: white;
  width: 100%;
  min-height: 65px;
  margin-bottom: 5px;
}
div.LoginInfoMessages > div:before {
  content: "";
  background-image: url(../img/bcvd/info.png);
  width: 65px;
  height: 65px;
  margin-left: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  font-family: "Roboto-Regular";
  color: #020202;
  text-align: center;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
div.LoginInfoMessages > div.maintenance:before {
  content: "";
  background-image: url(../img/bcvd/bolt.png);
}
div.LoginInfoMessages > div.calendar:before {
  content: "";
  background-image: url(../img/bcvd/calendar.png);
}
div.LoginInfoMessages > div.security:before {
  content: "";
  background-image: url(../img/bcvd/security.png);
  background-size: 45px;
}
div.LoginInfoMessages h1, div.LoginInfoMessages h2, div.LoginInfoMessages h3, div.LoginInfoMessages h4 {
  font-family: "Roboto-Light";
  font-size: 19px;
  color: #009d4d;
  font-weight: 100;
}
#bottom-panel-dynamic {
  width: 100%;
}
[data-uap-view=PASSWORD_SELF_UNBLOCK] #bottom-panel-dynamic li {
  font-family: "Roboto-Regular";
  font-size: 13px;
  margin-bottom: 15px;
}
div.labelInputWrapper {
  position: static;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: block;
  clear: none;
  text-align: center;
  margin-top: 40px;
}
.CHALLENGE_SMARTCARD div.labelInputWrapper {
  margin-top: 100px;
}
.PASSWORD_CHANGE div.labelInputWrapper {
  position: relative;
  margin-top: 15px;
  width: 600px;
}
.PASSWORD_CHANGE div.labelInputWrapper > label {
  width: calc(100% - 290px);
  text-align: right;
  line-height: 36px;
  color: inherit;
}
.PASSWORD_CHANGE div.labelInputWrapper > input {
  margin-bottom: 0;
  float: left;
}
.PASSWORD_CHANGE .eye {
  position: absolute;
  right: 350px;
  top: 1px;
  height: 34px;
  width: 30px;
  background-image: url(../img/bcvd/input-eye-icon.png);
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center;
  border: 0;
  padding: 0;
}
.PASSWORD_CHANGE .eye:focus {
  outline: none;
}
.buttons {
  display: inline-block;
  clear: none;
  margin: 0 20px;
  float: none;
  height: 36px;
}
.PASSWORD_CHANGE .buttons {
  float: left;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  top: 300px;
}
.buttons input.submit {
  float: left;
}
.buttons input.cancel {
  background: transparent;
  color: #009d4d;
  border: 0;
  border-radius: 0;
  width: auto;
  padding: 0;
  float: right;
  margin: 0 0 0 1em;
  font-weight: normal;
}
.PASSWORD_CHANGE .buttons input.cancel {
  margin-right: 20px;
}
.buttons input.cancel:hover {
  background: none;
}
.password-rules-panel {
  margin: 0 auto;
  max-width: 600px;
  width: 100%;
}
.password-rule-title {
  font-size: 15px;
  margin: 5px 0 10px;
  display: block;
}
div.password-rule > .password-rule-message {
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 10px;
  width: 90%;
}
div.password-rule span.password-rule-category {
  display: none;
}
div.password-rule span.password-rule-image {
  height: 13px;
  width: 13px;
}
#uap-errorBox div.ERROR {
  text-align: center;
  color: #e10f21;
  font-size: 18px;
}
.CHALLENGE_SMS .form-wrapper {
  text-align: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.CHALLENGE_SMS .form-wrapper > #uap-errorBox-container {
  order: 5;
}
.CHALLENGE_SMS .form-wrapper > .uap-display {
  order: 1;
  margin: 0 5px 0 auto;
  display: inline-block;
}
.CHALLENGE_SMS .form-wrapper > .labelInputWrapper {
  order: 3;
}
.CHALLENGE_SMS .form-wrapper > #capslock-message {
  order: 4;
}
.CHALLENGE_SMS .form-wrapper > .help-message {
  order: 2;
  margin: 0 auto 0 5px;
  display: inline-block;
}
.CHALLENGE_GRIDCARD .form-wrapper {
  text-align: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.CHALLENGE_GRIDCARD .form-wrapper > .uap-display {
  display: none;
}
.uap-gridcard-position {
  width: 100%;
  display: block;
  margin-bottom: 50px;
}
#uap-gridcard-challenge-label {
  background-color: #78C47B;
  border-radius: 6px 0 0 6px;
}
#uap-gridcard-challenge-display {
  background-color: #009E4A;
  border-radius: 0 6px 6px 0;
}
#uap-gridcard-challenge-label, #uap-gridcard-challenge-display {
  width: auto;
  display: inline-block;
  margin-top: 0;
  color: white;
  padding: 10px 30px;
}
#uap-gridcard-challenge-display {
  font-weight: bold;
}
#uap-selfUnblock-tokenMessage {
  width: 100%;
}
.logout .left-panel.dropdown,
.error .left-panel.dropdown {
  display: none;
}
.logout .uap-button.submit,
.error .uap-button.submit {
  float: none !important;
  margin: 40px auto;
  display: block;
  line-height: 23px;
}
#unblock-contract {
  text-align: center;
}
#unblock-contract > * {
  float: none;
  margin: 0 auto;
}
#selfUnblockChallengeResponseLabel {
  display: block;
  margin-top: 20px !important;
}
input#uap-selfUnblock-challengeResponse-button,
input#uap-selfUnblock-newPassword-button {
  width: auto;
  margin-bottom: 40px;
}
.PASSWORD_SELF_UNBLOCK .help-message {
  text-align: center;
  margin: 0 0 20px 0;
  line-height: 20px;
}
.PASSWORD_SELF_UNBLOCK .buttons {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.PASSWORD_SELF_UNBLOCK .buttons input.cancel {
  margin: 0 auto;
  float: none;
}
.PASSWORD_SELF_UNBLOCK_SUCCESS .form-wrapper {
  text-align: center;
}
.PASSWORD_SELF_UNBLOCK_SUCCESS .buttons {
  margin: 30px auto;
}
.ACTIVATION_EZIO_MOBILE_INSTRUCTIONS {
  padding: 0;
}
.ACTIVATION_EZIO_MOBILE_INSTRUCTIONS .form-wrapper {
  display: block;
  text-align: center;
}
.app-stores {
  width: 600px;
  margin: 0 auto;
}
.app-stores > div {
  display: inline-block;
  height: 70px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.app-stores > div.left {
  width: 40%;
  background-image: url(../img/bcvd/apple-store.png);
}
.app-stores > div.center {
  width: 20%;
  background-image: url(../img/bcvd/bcv-mobile.png);
}
.app-stores > div.right {
  width: 40%;
  background-image: url(../img/bcvd/google-store.png);
}
.ACTIVATION_EZIO_MOBILE_INSTRUCTIONS .buttons {
  margin: 0 auto;
}
[data-uap-view=ACTIVATION_EZIO_MOBILE_INSTRUCTIONS] .inner-footer .section1 > div {
  display: inline-block;
  float: left;
  text-align: center;
  padding: 20px;
}
[data-uap-view=ACTIVATION_EZIO_MOBILE_INSTRUCTIONS] .inner-footer .section1 > div > .separator {
  margin: 50px 0;
  width: 100%;
  position: relative;
}
[data-uap-view=ACTIVATION_EZIO_MOBILE_INSTRUCTIONS] .inner-footer .section1 > div > .image {
  height: 400px;
  width: 100%;
  background-position: calc(50% - 46px) 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
[data-uap-view=ACTIVATION_EZIO_MOBILE_INSTRUCTIONS] .inner-footer .section1 > div.two > .image.img2 {
  background-position: calc(50% - 4px) 50%;
}
.separator .index {
  position: absolute;
  background-color: #fff;
  border: 2px solid #009D4D;
  border-radius: 50px;
  font-size: 30px;
  top: -29px;
  left: 0;
  right: 0;
  margin: auto;
  color: #40B579;
  width: 60px;
  height: 60px;
  line-height: 55px;
}
.separator hr {
  border: 1px solid #40B579;
}
.column2 {
  width: 50%;
  float: left;
  text-align: center;
}
.column1 {
  width: 100%;
}
.image.img1 {
  background-image: url(../img/bcvd/mauth-step01.png);
}
.image.img2 {
  background-image: url(../img/bcvd/mauth-step02.png);
}
.image.img3 {
  background-image: url(../img/bcvd/mauth-step03.png);
}
.image.img4 {
  background-image: url(../img/bcvd/mauth-step04.png);
}
.image.img5 {
  background-image: url(../img/bcvd/mauth-step05.png);
}
.section2 {
  text-align: center;
  margin: 50px auto;
}
[data-uap-view=CHALLENGE_EZIO_MOBILE] .inner-footer .image {
  display: none;
  float: left;
  height: 500px;
  width: 100%;
  background-image: url(../img/bcvd/mauth-login.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.CHALLENGE_EZIO_MOBILE {
  overflow: hidden;
  background: white;
  padding: 0;
}
.CHALLENGE_EZIO_MOBILE .login-form {
  margin-top: 0;
}
.CHALLENGE_EZIO_MOBILE .uap-button.cancel {
  color: #009D4D;
  float: none !important;
  font-weight: normal;
  margin: 0 auto;
  display: block;
  clear: both;
}
[data-uap-view=CHALLENGE_EZIO_MOBILE] #main-panel {
  font-family: "Roboto-Regular";
  overflow: hidden;
}
[data-uap-view=CHALLENGE_EZIO_MOBILE] .column2 {
  width: calc(50% - 20px);
}
.CHALLENGE_EZIO_MOBILE .column2:nth-of-type(2) {
  padding-top: 22px;
}
.column2 .user-infoWrapper:nth-of-type(1) {
  border-top: 1px solid #009D4D;
}
.CHALLENGE_EZIO_MOBILE .column2:nth-of-type(1) {
  background-image: url(../img/bcvd/ezio-qr-frame.gif);
  background-repeat: no-repeat;
  background-size: 355px;
  height: 355px;
  position: relative;
  margin: 10px;
}
#QRCode {
  height: 355px;
  width: 355px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#uap-loading-popup {
  opacity: 0;
}
#uap-loading-popup-content {
  background-color: #2CA860;
  height: 440px;
  width: 1000px;
}
#uap-loading-popup-image {
  display: block;
  margin: 60px auto 0 auto;
  width: 100px;
  height: 100px;
  background-image: url(../img/bcvd/success-icon.png);
  background-repeat: no-repeat;
  background-size: cover;
}
#uap-loading-popup-content .title {
  text-align: center;
  color: white;
  font-size: 20px;
  line-height: 1.4;
}
.column2 .user-infoWrapper {
  width: 100%;
  max-width: 300px;
  display: block;
  clear: both;
  margin: 0 auto;
  border-bottom: 0.5px solid #009D4D;
  border-top: 0.5px solid #009D4D;
  height: 30px;
  line-height: 29px;
}
.column2 .user-infoWrapper:nth-of-type(4) {
  border-bottom: 1px solid #009D4D;
}
.display.user-info {
  font-weight: normal;
}
.column2 .user-infoWrapper .label {
  float: left;
  font-weight: bold;
}
.column2 .user-infoWrapper .display {
  float: right;
  color: #009D4D;
}
.CHALLENGE_EZIO_MOBILE .buttons {
  display: none;
}
.clock {
  display: block;
  width: 100%;
  overflow: hidden;
}
.animation {
  margin: 20px auto;
  width: 60px;
  overflow: hidden;
  display: inline-block;
}
.chart {
  width: 60px;
  height: 60px;
  position: relative;
  z-index: 10;
  left: 50%;
  margin-left: -30px;
  float: left;
  border: 1px solid #009D4D;
  border-radius: 98%;
  background: #fff;
  overflow: hidden;
}
.chart .pie {
  width: 50%;
  height: 100%;
  transform-origin: 100% 50%;
  -webkit-transform-origin: 100% 50%;
  position: absolute;
  background: #2ca860;
  border: 3px solid #fff;
}
.chart .mask {
  border-radius: 25px 0 0 25px;
  width: 49%;
  height: 55px;
  position: absolute;
  top: 1px;
  left: 1px;
  background: inherit;
  opacity: 1;
  z-index: 8;
}
.chart .filler {
  border-radius: 0 100% 100% 0 / 0 50% 50% 0;
  left: 50%;
  opacity: 0;
  z-index: 6;
  border-left: none;
}
.chart .chart_spinner {
  border-radius: 100% 0 0 100% / 50% 0 0 50%;
  z-index: 7;
  border-right: none;
}
#countdown {
  display: inline-block;
  vertical-align: top;
  margin: 20px;
  line-height: 60px;
  color: #009D4D;
  font-size: 2.2em;
  font-weight: bold;
}
/* SUPUSF-415 - Remove spinner from numeric challenge-response input fields */
#sms-challengeResponse-input, #gridcard-challengeResponse-input, #smartcard-challengeResponse-input {
  -moz-appearance: textfield;
}
#sms-challengeResponse-input::-webkit-outer-spin-button,
#sms-challengeResponse-input::-webkit-inner-spin-button,
#gridcard-challengeResponse-input::-webkit-outer-spin-button,
#gridcard-challengeResponse-input::-webkit-inner-spin-button,
#smartcard-challengeResponse-input::-webkit-outer-spin-button,
#smartcard-challengeResponse-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
@media only screen and (max-width: 1380px) {
  #container {
    min-width: 100% !important;
    max-width: 100% !important;
    padding: 0;
  }
}
@media only screen and (max-width: 1024px) {
  body > form {
    min-width: 100% !important;
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 768px) {
  body > form {
    min-width: 100% !important;
    max-width: 100% !important;
  }
  #header {
    padding: 0;
  }
  #main-panel, #bottom-panel {
    margin: 10px auto !important;
  }
  .USERID>div.left-panel>ul>li {
    display: block;
    margin: 0;
  }
  .login-panel .login-form {
    width: 100%;
  }
  .uap-input {
    float: none;
  }
  .buttons input, .uap-button, .buttons input.cancel {
    float: right !important;
  }
  #uap-smsResend-link {
    float: none;
  }
  .password-rules-panel {
    margin: 10px auto;
  }
  #uap-errorBox div.ERROR {
    text-align: center;
  }
  div.PASSWORD_CHANGE .buttons {
    margin-left: 0;
  }
  #bottom-panel-static {
    text-align: center;
  }
  .footer-box {
    display: block;
    width: 100%;
    text-align: center;
  }
  .CHALLENGE_SMS .form-wrapper > .help-message {
    margin: 0 auto;
  }
  [data-uap-view=CHALLENGE_EZIO_MOBILE] .column2 {
    margin: 0 auto !important;
    float: none;
    width: 100%;
  }
  .CHALLENGE_EZIO_MOBILE .column2:nth-of-type(1) {
    background-position: center;
  }
  #QRCode {
    width: inherit;
  }
}
@media only screen and (max-width: 600px) {
  .PASSWORD_CHANGE div.labelInputWrapper {
    width: 250px;
  }
  .PASSWORD_CHANGE .eye {
    right: 0;
  }
  .PASSWORD_CHANGE .buttons {
    position: static;
    margin: 20px auto !important;
  }
}
@media only screen and (max-width: 500px) {
  #uap-smartcard-challenge-label, #uap-smartcard-challenge-display {
    margin: 0 auto;
    border-radius: 6px;
  }
}
@media only screen and (max-height: 680px) {
  .login-panel {
    padding: 10px 0 0;
  }
  .login-panel .login-form {
    margin-top: 20px;
  }
  #upper-panel-dynamic {
    font-size: 36px;
    margin: 50px 0 15px;
  }
  .login-panel.USERID .uap-display {
    margin: 0;
  }
  div.labelInputWrapper {
    margin-top: 0;
  }
}
/************ font ************/
@font-face {
  font-family: "Roboto-Black";
  src: url("../font/Roboto-Black.ttf");
}
@font-face {
  font-family: "Roboto-BlackItalic";
  src: url("../font/Roboto-BlackItalic.ttf");
}
@font-face {
  font-family: "Roboto-Bold";
  src: url("../font/Roboto-Bold.ttf");
}
@font-face {
  font-family: "Roboto-BoldItalic";
  src: url("../font/Roboto-BoldItalic.ttf");
}
@font-face {
  font-family: "Roboto-Italic";
  src: url("../font/Roboto-Italic.ttf");
}
@font-face {
  font-family: "Roboto-Light";
  src: url("../font/Roboto-Light.ttf");
}
@font-face {
  font-family: "Roboto-LightItalic";
  src: url("../font/Roboto-LightItalic.ttf");
}
@font-face {
  font-family: "Roboto-Medium";
  src: url("../font/Roboto-Medium.ttf");
}
@font-face {
  font-family: "Roboto-MediumItalic";
  src: url("../font/Roboto-MediumItalic.ttf");
}
@font-face {
  font-family: "Roboto-Regular";
  src: url("../font/Roboto-Regular.ttf");
}
@font-face {
  font-family: "Roboto-Thin";
  src: url("../font/Roboto-Thin.ttf");
}
@font-face {
  font-family: "Roboto-ThinItalic";
  src: url("../font/Roboto-ThinItalic.ttf");
}
@keyframes rota{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
@keyframes opa{0%{opacity:1}50%, 100%{opacity:0}}
@-webkit-keyframes rota_webkit{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
@-webkit-keyframes opa_webkit{0%{opacity:1}50%, 100%{opacity:0}}

/***** Password change pages *****/
body[data-uap-view="PASSWORD_CHANGE_SELF_SERVICE"],
body[data-uap-view="PASSWORD_CHANGE_SELF_SERVICE_SUCCESS"],
body[data-uap-view="PASSWORD_CHANGE_SELF_SERVICE_CHALLENGE_SMS"] {
  background: none;
}

body[data-uap-view="PASSWORD_CHANGE_SELF_SERVICE"] #header,
body[data-uap-view="PASSWORD_CHANGE_SELF_SERVICE_SUCCESS"] #header,
body[data-uap-view="PASSWORD_CHANGE_SELF_SERVICE_CHALLENGE_SMS"] #header,
body[data-uap-view="PASSWORD_CHANGE_SELF_SERVICE"] .left-panel.dropdown,
body[data-uap-view="PASSWORD_CHANGE_SELF_SERVICE_SUCCESS"] .left-panel.dropdown,
body[data-uap-view="PASSWORD_CHANGE_SELF_SERVICE_CHALLENGE_SMS"] .left-panel.dropdown,
body[data-uap-view="PASSWORD_CHANGE_SELF_SERVICE"] footer,
body[data-uap-view="PASSWORD_CHANGE_SELF_SERVICE_SUCCESS"] footer,
body[data-uap-view="PASSWORD_CHANGE_SELF_SERVICE_CHALLENGE_SMS"] footer {
  display: none;
}
.PASSWORD_CHANGE_SELF_SERVICE .uap-display,
.PASSWORD_CHANGE_SELF_SERVICE_SUCCESS .uap-display,
.PASSWORD_CHANGE_SELF_SERVICE_CHALLENGE_SMS .uap-display {
  text-align: left;
}
.PASSWORD_CHANGE_SELF_SERVICE #normal-password-rules-panel {
  border: none;
  margin: 0;
  margin-left: 1em;
}
.PASSWORD_CHANGE_SELF_SERVICE #normal-password-rules-panel::after {
  display: none;
}
.PASSWORD_CHANGE_SELF_SERVICE .password-rule-title {
  display: none;
}
.PASSWORD_CHANGE_SELF_SERVICE .password-rule {
  font-weight: bold;
  padding-left: 1em;
  position: relative;
}
.PASSWORD_CHANGE_SELF_SERVICE .password-rule::before {
  content: ">";
  position: absolute;
  top: 2px;
  left: 0px;
}
.PASSWORD_CHANGE_SELF_SERVICE div.labelInputWrapper,
.PASSWORD_CHANGE_SELF_SERVICE_CHALLENGE_SMS div.labelInputWrapper {
  display: flex;
  flex-direction: row;
  margin-top: 20px;
  align-items: center;
}
.PASSWORD_CHANGE_SELF_SERVICE .userId,
.PASSWORD_CHANGE_SELF_SERVICE_CHALLENGE_SMS .userId {
  display: flex;
  flex-direction: row;
}
.PASSWORD_CHANGE_SELF_SERVICE_CHALLENGE_SMS .userId {
  margin-top: 1em;
}
.PASSWORD_CHANGE_SELF_SERVICE .userId span,
.PASSWORD_CHANGE_SELF_SERVICE_CHALLENGE_SMS .userId span {
  display: block;
}
.PASSWORD_CHANGE_SELF_SERVICE_SUCCESS .userId {
  display: none;
}
.PASSWORD_CHANGE_SELF_SERVICE .userId > .display.user-info,
.PASSWORD_CHANGE_SELF_SERVICE_CHALLENGE_SMS .userId > .display.user-info {
  margin-left: 0;
}
.PASSWORD_CHANGE_SELF_SERVICE div.labelInputWrapper > span:first-child,
        .PASSWORD_CHANGE_SELF_SERVICE_CHALLENGE_SMS div.labelInputWrapper > span:first-child,
        .PASSWORD_CHANGE_SELF_SERVICE_CHALLENGE_SMS .userId > .label.user-info,
        .PASSWORD_CHANGE_SELF_SERVICE .userId > .label.user-info {
  width: 14em;
  position: relative;
  margin: 0;
  margin-right: 2em;
  display: block;
  text-align: right;
}
.PASSWORD_CHANGE_SELF_SERVICE div.labelInputWrapper > input,
.PASSWORD_CHANGE_SELF_SERVICE_CHALLENGE_SMS div.labelInputWrapper > input {
  margin-bottom: 0;
}
.PASSWORD_CHANGE_SELF_SERVICE .buttons,
.PASSWORD_CHANGE_SELF_SERVICE_CHALLENGE_SMS .help-message,
.PASSWORD_CHANGE_SELF_SERVICE_CHALLENGE_SMS .buttons {
  margin-left: 16em;
  margin-top: 1em;
}
.PASSWORD_CHANGE_SELF_SERVICE_SUCCESS .buttons {
  display: none;
}
@media only screen and (max-width: 768px) {
  .PASSWORD_CHANGE_SELF_SERVICE .buttons input,
  .PASSWORD_CHANGE_SELF_SERVICE_CHALLENGE_SMS .buttons input {
    float: left !important;
  }
}
.uap-info-panel {
  order: 1;
  background-color: #fff;
  width: 80%;
  border-radius: 20px;
  padding: 4rem;
  margin: 0 auto;
  -webkit-box-shadow: 0px 4px 18px -12px rgba(99, 99, 99, 1);
  -moz-box-shadow: 0px 4px 18px -12px rgba(99, 99, 99, 1);
  box-shadow: 0px 4px 18px -12px rgba(99, 99, 99, 1);
  .uap-info-panel-left {
    width: 50%;
    float: left;
    padding: 0 2rem;
  }
  .uap-info-panel-title {
    margin-bottom: 12px;
    color: #ff0000;
    font-size: 2rem;
    font-weight: 200;
  }
  .uap-info-panel-text {
    font-size: 18px;
    line-height: 1.5;
    color: #000;
  }
  .uap-info-panel-right {
    width: 50%;
    float: right;
    display: flex;
    justify-content: center;
  }
  .uap-info-panel-img {
    height: auto;
    width: auto;
    max-height: 458px;
    position: absolute;
    bottom: 0;
    top: 32px;
  }
}
@media only screen and (max-width: 600px) {
  .uap-info-panel {
    .uap-info-panel-left {
      width: 100%;
      text-align: center;
      padding: 0;
    }
    .uap-info-panel-img {
      display: none;
    }
  }
}      

