@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap');
body,
input {
    font-family: 'Roboto', sans-serif;
}

* {
    box-sizing: border-box;
}


/* Structure CSS*/

body {
    /* margin: 0; */
    color: #445A64;
    margin: -15px;
    font-size: 12px;
}

.form-field {
    position: relative;
    padding-bottom: 30px;
}

.form-field input {
    text-transform: uppercase;
    width: 100%;
    border-radius: 3px;
    border: solid 1px #d6d6d6;
    background-color: #ffffff;
    padding: 10px 10px 10px 13px;
    color: #000000;
}
.form-field input[type="checkbox"]{width: 15px;height: 16px;top: 4px;position: relative;}

.form-field input+label {
    padding-left: 6px;
    top: -8px;
    background-color: #ffffff;
    height: 14px;
    font-family: Roboto;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: normal;
    color: #8097a2;
    height: 16px;
    position: absolute;
    pointer-events: none;
    left: 14px;
}

.btn-primary {
    width: 100%;
    border: none;
    height: 40px;
    border-radius: 3px;
    background-color: #e9671d;
    font-family: Roboto;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
}

.btn-primary:hover {
    background-color: #ff5d00
}

.btn-outline-primary {
    width: 100%;
    border: solid 2px #e9671d;
    height: 40px;
    border-radius: 3px;
    background-color: #fff;
    font-family: Roboto;
    color: #e9671d;
    font-weight: bold;
    text-transform: uppercase;
}

.btn-block {
    display: block;
}


/* Component CSS*/

.auth-box-wrapper {
    padding: 20px 20px 20px;
}




.auth-box {
        margin-left: auto;
    margin-right: auto;
    max-width: 390px;
    padding: 40px 30px;
    border-radius: 3px;
    box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.08), 0 8px 7px -11px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    box-sizing: border-box;
    text-align: center;
    border: solid 1px rgba(0,0,0,0.08);
}



.auth-clientbox{ margin-left: auto;
    margin-right: auto;
    max-width: 390px;  padding: 20px 20px 10px 20px; text-align: center;}

.auth-clientbox-logo{}
.auth-clientbox-logo img{max-height: 60px; padding: 10px}


.auth-clientbox-name{font-size: 16px; font-weight: 500; padding-top: 5px; padding-bottom: 20px}








.pt-20 {
    padding-top: 20px
}

.mx-auto {
    margin: auto;
}

.auth-box.double {
    max-width: 780px
}

.col-md-6,
.col-md-3,
.col-md-4 {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}

@media (min-width: 576px) {
    .auth-box-wrapper {
        padding: 60px 20px 20px;
    }
    .auth-box {
        padding: 40px 45px;
    }
    .col-md-6 {
        padding-left: 15px;
        padding-right: 15px;
        width: 50%
    }
    .col-md-3 {
        padding-left: 15px;
        padding-right: 15px;
        width: 25%
    }
    .col-md-4 {
        padding-left: 15px;
        padding-right: 15px;
        width: 33.333333%
    }
}

.auth-box-header {
    padding-bottom: 30px
}

.auth-box-logo {
    padding: 0 0 20px
}

.auth-box-logo a {
    display: block;
}

.auth-box-logo a img {
    width: auto;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.auth-box-title {
    width: 100%;
    height: 21px;
    font-size: 16px;
    color: #000000;
    text-align: center;
}

.auth-box-body {}

.auth-box-footer {
    padding-top: 30px;
}

.auth-box-footer-link {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 0;
    margin: 0;
    list-style: none
}

.auth-box-footer-link li {}

.auth-box-footer-link li a {
    color: #e9671d;
    text-decoration: none
}

.auth-box-footer-link li a:hover {
    color: #ff5d00
}

.d-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.d-flex-image {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-left: -32px
}

.d-flex-image>div {
    padding: 0 0 25px 31px;
}

.confirm_text {
    padding: 10px 0 0 20px;
    font-size: 14px;
    color: #445a64;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
}

.col-6 {
    padding-left: 15px;
    padding-right: 15px;
    width: 50%
}

.link {
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    color: #8097a2;
    margin-bottom: 24px;
    cursor: pointer;
}

.validatescreen__button {
    width: 100%;
    height: 40px;
    border-radius: 3px;
    border: solid 1px #e9671d;
    background-color: #e9671d;
    font-family: Roboto;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
}

.validatescreen__button-back {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: normal;
    color: #e9671d;
    background-color: #ffffff;
}

.tfa__container_question {
    font-family: Roboto;
    font-size: 14px;
    text-align: left;
    line-height: 1.29;
    color: #445A64;
    min-height: 32px;
    padding-bottom: 15px
}

.tfa_container_answer {
    padding-bottom: 30px;
    margin-top: 10px;
}

.tfa_question-input {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 39px;
    border-radius: 3px;
    border: none;
    border-bottom: solid 1px #d6d6d6;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 12px 10px 13px 0px;
    color: #000000;
}

.tfa__container {
    margin: auto;
    padding-bottom: 10px;
    max-height: 300px;
    overflow-x: hidden;
    padding: 0 15px;
    overflow-y: scroll;
}


/* width */

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    ;
}


/* Track */

 ::-webkit-scrollbar-track {
    background: #e6e6e6;
}


/* Handle */

 ::-webkit-scrollbar-thumb {
    background: #02b276;
}


/* Handle on hover */

 ::-webkit-scrollbar-thumb:hover {
    background: #009260;
}



body.external-page{background: #fff; padding: 0}

.set-pin-userbox {
    padding: 10px 0 0;
    text-align: center;
}
.set-pin-user-initial {
    width: 50px;
    height: 50px;
    text-align: center;
    margin: auto;
    background: #cccccc;
    line-height: 50px;
    font-size: 20px;
    font-weight: 900;
    border-radius: 50%;
    color: #fff;
}
.set-pin-user-name {
    padding: 10px 0 5px;
    font-size: 16px;
    font-weight: 700;
}
.set-pin-user-id{   font-size: 11px;}
 .set-pin-user-id a { color: #e9671d; padding: 0 4px;}

.login-version{    margin: auto;
    width: 390px;
    text-align: center;
    padding: 10px;
    text-transform: uppercase;
    /* font-weight: 700; */
    font-size: 11px;
}

    .login__container {
        margin-left: auto;
        margin-right: auto;
        width: 296px;

      }
    .login__container:not(.simple-label) {

    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .login__container.simple-label {text-align: left;}
  .login__container.simple-label .label  {position: relative; left: 0; top: 0;padding: .2em .6em .3em 0;



font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
   
    font-stretch: normal;
    color: #8097a2;
   
    pointer-events: none;
   


  }
.set-pin-flex{margin: auto -5px;}

.set-pin-flex  > input, .set-pin-flex  > input:focus {
    border-width: 0;
    border-bottom: solid 1px #ddd;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
    margin: 0 5px 25px;
    width: 100%;
    height: 34px;
    box-shadow: none;
    outline: none;
}
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.button {
    margin-bottom: 28px;
   width:100%;
    height: 40px;
    border-radius: 3px;
    background-color: #e9671d;
    font-family: Roboto;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    border:none;
    display:block;
    
}
.absolute-error{
    width: 100%;padding: 10px;text-align: left;
    top: calc(100% - 25px);
      left: 0;
      color: red;
      font-size: 11px;
      background: rgba(255,0,0,.1);
      width: 100%;
      text-align: left;
      padding: 2px 10px;
      border-radius: 2px;
  }

.auth-box-body img:hover, .auth-box-body img:focus .auth-box-body img:active {
    opacity: 1;
}
.auth-box-body .imgSelected {
    opacity: 1;
}
.auth-box-body img {
    opacity: 0.4;
}
.login__textBox__password{
    text-transform: unset!important;
}
.auth-box-logo a img {
    max-width: 200px!important;
    height: auto!important;
}





.showloginPasslbl {position: absolute;top: 7px;right: 10px;font-size: 1.6rem;cursor: pointer;}

.showloginPasslblpin {position: relative;top: 3px;right: 3px;font-size: 1.6rem;cursor: pointer;}