* {
    margin: 0;
    padding: 0;
  }

body {
    font-family: 'Roboto', sans-serif;
    background-color: #fdfdfd;
}

.form-group {
    position: relative;
    margin-bottom: 15px;
}

.form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}

.brr {
    background-color: #282D46;
    height: 55px;
}

.nvg {
    display: flex; flex-flow: row wrap;
}

.l_evo {
    width: 500px;
}

.title-h2 {
    margin-top: 45px;
    font-size: 24px;
    text-align: center;
    font-weight: 700;
}

.text-p1, .text-p2 {
    text-align: left;
    font-size: 20px;
    margin-top: 30px;
    line-height: 1.2;
}

.ul-vr {
    list-style: none;
}

.ul-vr li img {
    width: 15px;
}

.item-vf {
    width: 530px;
    margin: 0 auto;
}

.formV {
    /* border: 1px solid red; */
    width: 65%;
    margin: 0px 110px;
    margin-top: 35px;
    position: absolute;
}

.bgForm {
    background-image: url(../img/Modulo-azul-Verifone.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 485px;
    background-position: center;
    position: relative;
}

.inputsReg {
    position: absolute;
    background-color: rgba(232, 232, 232, 0) !important;
    border: none !important;
    width: 95%;
    margin-left: 5px;
    padding-right: 20px;
    border-radius: 0px !important;
    height: 38px;
    font-size: 14.5px;
}

.inputsReg + img {
    height: 38px;
}

.inputsReg:focus, .inputsReg:active, .inputsReg:hover {
    background-color: rgba(232, 232, 232, 0) !important;
    border: none !important;
    outline: none !important;

}

.inputsReg:focus {
    border-bottom: 1px solid red !important;
}

*:focus {
    outline: none;
}

.btnReg {
    background-image: url(../img/Boton-azul.png);
    background-size: 100% auto;
    background-position: center;
    height: 70px;
    background-repeat: no-repeat;
    background-color: rgba(240, 248, 255, 0);
    border: none;
}

.disableBtn {
    background-image: url(../img/Boton-gris.png) !important;
    cursor: no-drop;
}

.msgExp {
    font-size: 12px;
    color: #ffe500;
}

.btnReg span {
    width: 70%;
    margin: 0 auto;
    color: white;
    display: block;
    text-align: left;
    line-height: 1.2;
    font-size: 13px;
}

.bgBand {
    width: 100%;
    height: 150px;
    background-color: #282D46;
    margin-top: 150px;
}

.bxAbsolute {
    width: 100%;
    position: absolute;
    top: 145px;
}

.bxTerminal {
    float: left;
    width: 45.555%;
}

.bxTerminal figure {
    text-align: center;
}

.bxTerminal figure img {
    display: inline-block;
    /* width: 40%; */
    vertical-align: middle;
}

.bxTerminal figure p {
    display: inline-block;
    width: 30%;
    color: white;
    vertical-align: middle;
    margin-top: 20px;
    font-size: 48px;
    font-weight: bolder;
    font-style: italic;
}

.imgFoot {
    background-image: url(../img/footer.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 150px;
    height: 220px;
}





/* :::::::::::::::: spinner :::::::::::::::: */

.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
  }
  .lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
  }
  .lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    margin: -4px 0 0 -4px;
  }
  .lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
  }
  .lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
  }
  .lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
  }
  .lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
  }
  .lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
  }
  .lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
  }
  .lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
  }
  .lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
  }
  .lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
  }
  .lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
  }
  .lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
  }
  .lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
  }
  .lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
  }
  .lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
  }
  .lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
  }
  .lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
  }
  @keyframes lds-roller {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  



/* :::::::::::::::: spinner ::::::::::::::::: */








@media all and (max-width: 600px) {
    .nvg {
      flex-flow: column wrap;
      padding: 0;
    }
  }