div#lb-container div#register-box {
  -moz-background-clip: padding;
  -moz-border-radius: 8px;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 8px;
  background-clip: padding-box;
  border-radius: 8px;
  -moz-box-shadow: 0 1px 10px rgba(50, 50, 50, 0.5);
  -webkit-box-shadow: 0 1px 10px rgba(50, 50, 50, 0.5);
  box-shadow: 0 1px 10px rgba(50, 50, 50, 0.5);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  background-color: #FFFFFF;
  margin: 0 !important;
  width: 60%;
  max-height: 95%;
  overflow: hidden;
}
div#lb-container div#register-box #scrollbar-box {
  padding: 16px !important;
  height: 100%;
  overflow-y: auto;
  scrollbar-width: thin;
  /*scrollbar-gutter: stable;*/
  scrollbar-color: #1bbad6 #FFFFFF;
}
@media screen and (max-width: 867px) {
  div#lb-container div#register-box {
    -moz-background-clip: padding;
    -moz-border-radius: 0;
    -webkit-background-clip: padding-box;
    -webkit-border-radius: 0;
    background-clip: padding-box;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 100%;
    width: 100%;
    max-height: initial;
  }
}
div#lb-container div#register-box div.avatar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  /*-moz-align-items: @align-items;*/
  /*-ms-align-items: @align-items;*/
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  /*-moz-justify-content: @justify-content;*/
  /*-ms-justify-content: @justify-content;*/
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 16px;
  width: 100%;
  height: 120px;
}
div#lb-container div#register-box div.avatar img {
  max-height: 100%;
  max-width: 60%;
  object-fit: contain;
}
div#lb-container div#register-box div.avatar img#login-logo {
  display: block;
}
div#lb-container div#register-box h1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  /*-moz-align-items: @align-items;*/
  /*-ms-align-items: @align-items;*/
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  /*-moz-justify-content: @justify-content;*/
  /*-ms-justify-content: @justify-content;*/
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 16px;
  width: 100%;
  font-size: 22px !important;
}
div#lb-container div#register-box p {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  /*-moz-align-items: @align-items;*/
  /*-ms-align-items: @align-items;*/
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  /*-moz-justify-content: @justify-content;*/
  /*-ms-justify-content: @justify-content;*/
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 16px;
  width: 100%;
  font-size: 16px !important;
}
div#lb-container div#register-box div.alert {
  -moz-background-clip: padding;
  -moz-border-radius: 22px;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 22px;
  background-clip: padding-box;
  border-radius: 22px;
  border: 2px solid #FF4444;
  padding: 8px 16px;
  text-align: center;
  margin: 10px;
}
div#lb-container div#register-box form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%;
}
div#lb-container div#register-box form [class^="input-"],
div#lb-container div#register-box form [class*=" input-"] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  margin: 0 !important;
  padding: 5px 10px;
  position: relative;
}
div#lb-container div#register-box form .main-actions {
  margin: 10px 0;
  width: 100%;
}
div#lb-container div#register-box form [class^="input-"] label,
div#lb-container div#register-box form [class*=" input-"] label,
div#lb-container div#register-box form .main-actions label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin-bottom: 6px;
  width: 100%;
  font-size: 16px !important;
}
div#lb-container div#register-box form [class^="input-"] label .info,
div#lb-container div#register-box form [class*=" input-"] label .info,
div#lb-container div#register-box form .main-actions label .info {
  -moz-background-clip: padding;
  -moz-border-radius: 1000px;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 1000px;
  background-clip: padding-box;
  border-radius: 1000px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  /*-moz-align-items: @align-items;*/
  /*-ms-align-items: @align-items;*/
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  /*-moz-justify-content: @justify-content;*/
  /*-ms-justify-content: @justify-content;*/
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #1bbad6;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 0.8em;
  height: 20px;
  margin-left: 6px;
  width: 20px;
}
div#lb-container div#register-box form [class^="input-"] input,
div#lb-container div#register-box form [class*=" input-"] input,
div#lb-container div#register-box form .main-actions input,
div#lb-container div#register-box form [class^="input-"] select,
div#lb-container div#register-box form [class*=" input-"] select,
div#lb-container div#register-box form .main-actions select,
div#lb-container div#register-box form [class^="input-"] textarea,
div#lb-container div#register-box form [class*=" input-"] textarea,
div#lb-container div#register-box form .main-actions textarea {
  -moz-background-clip: padding;
  -moz-border-radius: 22px;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 22px;
  background-clip: padding-box;
  border-radius: 22px;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  background-color: #FFFFFF;
  border: 2px solid #ececec;
  font-size: 16px !important;
  padding: 8px 16px;
  outline: none;
  resize: none;
  width: 100%;
  margin-bottom: 5px;
}
div#lb-container div#register-box form [class^="input-"] input[type=text]:focus,
div#lb-container div#register-box form [class*=" input-"] input[type=text]:focus,
div#lb-container div#register-box form .main-actions input[type=text]:focus,
div#lb-container div#register-box form [class^="input-"] input[type=password]:focus,
div#lb-container div#register-box form [class*=" input-"] input[type=password]:focus,
div#lb-container div#register-box form .main-actions input[type=password]:focus,
div#lb-container div#register-box form [class^="input-"] input[type=text]:hover,
div#lb-container div#register-box form [class*=" input-"] input[type=text]:hover,
div#lb-container div#register-box form .main-actions input[type=text]:hover,
div#lb-container div#register-box form [class^="input-"] input[type=password]:hover,
div#lb-container div#register-box form [class*=" input-"] input[type=password]:hover,
div#lb-container div#register-box form .main-actions input[type=password]:hover {
  border-color: #00A1BE;
}
div#lb-container div#register-box form [class^="input-"] input[type=submit],
div#lb-container div#register-box form [class*=" input-"] input[type=submit],
div#lb-container div#register-box form .main-actions input[type=submit] {
  margin: 16px 0;
  border-color: #0075ac;
  color: #0075ac;
  cursor: pointer;
  font-weight: bold;
  text-transform: uppercase;
}
div#lb-container div#register-box form [class^="input-"] input[type=submit]:focus,
div#lb-container div#register-box form [class*=" input-"] input[type=submit]:focus,
div#lb-container div#register-box form .main-actions input[type=submit]:focus,
div#lb-container div#register-box form [class^="input-"] input[type=submit]:hover,
div#lb-container div#register-box form [class*=" input-"] input[type=submit]:hover,
div#lb-container div#register-box form .main-actions input[type=submit]:hover {
  background-color: #0075ac;
  color: #FFFFFF;
}
div#lb-container div#register-box form .input-12 {
  width: 8.33333333% !important;
}
div#lb-container div#register-box form .input-12.editable {
  width: calc(8.333333333333334% - 36px) !important;
}
div#lb-container div#register-box form .input-12.editable-2 {
  width: calc(8.333333333333334% - 77px) !important;
}
@media screen and (max-width: 867px) {
  div#lb-container div#register-box form .input-12 {
    width: 100% !important;
  }
  div#lb-container div#register-box form .input-12.editable {
    width: calc(100% - 48px) !important;
  }
  div#lb-container div#register-box form .input-12.editable-2 {
    width: calc(100% - 91px) !important;
  }
}
div#lb-container div#register-box form .input-11 {
  width: 9.09090909% !important;
}
div#lb-container div#register-box form .input-11.editable {
  width: calc(9.090909090909092% - 36px) !important;
}
div#lb-container div#register-box form .input-11.editable-2 {
  width: calc(9.090909090909092% - 77px) !important;
}
@media screen and (max-width: 867px) {
  div#lb-container div#register-box form .input-11 {
    width: 100% !important;
  }
  div#lb-container div#register-box form .input-11.editable {
    width: calc(100% - 48px) !important;
  }
  div#lb-container div#register-box form .input-11.editable-2 {
    width: calc(100% - 91px) !important;
  }
}
div#lb-container div#register-box form .input-10 {
  width: 10% !important;
}
div#lb-container div#register-box form .input-10.editable {
  width: calc(10% - 36px) !important;
}
div#lb-container div#register-box form .input-10.editable-2 {
  width: calc(10% - 77px) !important;
}
@media screen and (max-width: 867px) {
  div#lb-container div#register-box form .input-10 {
    width: 100% !important;
  }
  div#lb-container div#register-box form .input-10.editable {
    width: calc(100% - 48px) !important;
  }
  div#lb-container div#register-box form .input-10.editable-2 {
    width: calc(100% - 91px) !important;
  }
}
div#lb-container div#register-box form .input-9 {
  width: 11.11111111% !important;
}
div#lb-container div#register-box form .input-9.editable {
  width: calc(11.11111111111111% - 36px) !important;
}
div#lb-container div#register-box form .input-9.editable-2 {
  width: calc(11.11111111111111% - 77px) !important;
}
@media screen and (max-width: 867px) {
  div#lb-container div#register-box form .input-9 {
    width: 100% !important;
  }
  div#lb-container div#register-box form .input-9.editable {
    width: calc(100% - 48px) !important;
  }
  div#lb-container div#register-box form .input-9.editable-2 {
    width: calc(100% - 91px) !important;
  }
}
div#lb-container div#register-box form .input-8 {
  width: 12.5% !important;
}
div#lb-container div#register-box form .input-8.editable {
  width: calc(12.5% - 36px) !important;
}
div#lb-container div#register-box form .input-8.editable-2 {
  width: calc(12.5% - 77px) !important;
}
@media screen and (max-width: 867px) {
  div#lb-container div#register-box form .input-8 {
    width: 100% !important;
  }
  div#lb-container div#register-box form .input-8.editable {
    width: calc(100% - 48px) !important;
  }
  div#lb-container div#register-box form .input-8.editable-2 {
    width: calc(100% - 91px) !important;
  }
}
div#lb-container div#register-box form .input-7 {
  width: 14.28571429% !important;
}
div#lb-container div#register-box form .input-7.editable {
  width: calc(14.285714285714286% - 36px) !important;
}
div#lb-container div#register-box form .input-7.editable-2 {
  width: calc(14.285714285714286% - 77px) !important;
}
@media screen and (max-width: 867px) {
  div#lb-container div#register-box form .input-7 {
    width: 100% !important;
  }
  div#lb-container div#register-box form .input-7.editable {
    width: calc(100% - 48px) !important;
  }
  div#lb-container div#register-box form .input-7.editable-2 {
    width: calc(100% - 91px) !important;
  }
}
div#lb-container div#register-box form .input-6 {
  width: 16.66666667% !important;
}
div#lb-container div#register-box form .input-6.editable {
  width: calc(16.666666666666668% - 36px) !important;
}
div#lb-container div#register-box form .input-6.editable-2 {
  width: calc(16.666666666666668% - 77px) !important;
}
@media screen and (max-width: 867px) {
  div#lb-container div#register-box form .input-6 {
    width: 100% !important;
  }
  div#lb-container div#register-box form .input-6.editable {
    width: calc(100% - 48px) !important;
  }
  div#lb-container div#register-box form .input-6.editable-2 {
    width: calc(100% - 91px) !important;
  }
}
div#lb-container div#register-box form .input-5 {
  width: 20% !important;
}
div#lb-container div#register-box form .input-5.editable {
  width: calc(20% - 36px) !important;
}
div#lb-container div#register-box form .input-5.editable-2 {
  width: calc(20% - 77px) !important;
}
@media screen and (max-width: 867px) {
  div#lb-container div#register-box form .input-5 {
    width: 100% !important;
  }
  div#lb-container div#register-box form .input-5.editable {
    width: calc(100% - 48px) !important;
  }
  div#lb-container div#register-box form .input-5.editable-2 {
    width: calc(100% - 91px) !important;
  }
}
div#lb-container div#register-box form .input-4 {
  width: 25% !important;
}
div#lb-container div#register-box form .input-4.editable {
  width: calc(25% - 36px) !important;
}
div#lb-container div#register-box form .input-4.editable-2 {
  width: calc(25% - 77px) !important;
}
@media screen and (max-width: 867px) {
  div#lb-container div#register-box form .input-4 {
    width: 100% !important;
  }
  div#lb-container div#register-box form .input-4.editable {
    width: calc(100% - 48px) !important;
  }
  div#lb-container div#register-box form .input-4.editable-2 {
    width: calc(100% - 91px) !important;
  }
}
div#lb-container div#register-box form .input-3 {
  width: 33.33333333% !important;
}
div#lb-container div#register-box form .input-3.editable {
  width: calc(33.333333333333336% - 36px) !important;
}
div#lb-container div#register-box form .input-3.editable-2 {
  width: calc(33.333333333333336% - 77px) !important;
}
@media screen and (max-width: 867px) {
  div#lb-container div#register-box form .input-3 {
    width: 100% !important;
  }
  div#lb-container div#register-box form .input-3.editable {
    width: calc(100% - 48px) !important;
  }
  div#lb-container div#register-box form .input-3.editable-2 {
    width: calc(100% - 91px) !important;
  }
}
div#lb-container div#register-box form .input-2 {
  width: 50% !important;
}
div#lb-container div#register-box form .input-2.editable {
  width: calc(50% - 36px) !important;
}
div#lb-container div#register-box form .input-2.editable-2 {
  width: calc(50% - 77px) !important;
}
@media screen and (max-width: 867px) {
  div#lb-container div#register-box form .input-2 {
    width: 100% !important;
  }
  div#lb-container div#register-box form .input-2.editable {
    width: calc(100% - 48px) !important;
  }
  div#lb-container div#register-box form .input-2.editable-2 {
    width: calc(100% - 91px) !important;
  }
}
div#lb-container div#register-box form .input-1 {
  width: 100% !important;
}
div#lb-container div#register-box form .input-1.editable {
  width: calc(100% - 36px) !important;
}
div#lb-container div#register-box form .input-1.editable-2 {
  width: calc(100% - 77px) !important;
}
@media screen and (max-width: 867px) {
  div#lb-container div#register-box form .input-1 {
    width: 100% !important;
  }
  div#lb-container div#register-box form .input-1.editable {
    width: calc(100% - 48px) !important;
  }
  div#lb-container div#register-box form .input-1.editable-2 {
    width: calc(100% - 91px) !important;
  }
}
div#lb-container div#register-box form .input-2_3 {
  width: 66.66666667% !important;
}
div#lb-container div#register-box form .input-2_3.editable {
  width: calc(66.66666666666667% - 36px) !important;
}
div#lb-container div#register-box form .input-2_3.editable-2 {
  width: calc(66.66666666666667% - 77px) !important;
}
@media screen and (max-width: 867px) {
  div#lb-container div#register-box form .input-2_3 {
    width: 100% !important;
  }
  div#lb-container div#register-box form .input-2_3.editable {
    width: calc(100% - 48px) !important;
  }
  div#lb-container div#register-box form .input-2_3.editable-2 {
    width: calc(100% - 91px) !important;
  }
}
div#lb-container div#register-box form .input-4_5 {
  width: 80% !important;
}
div#lb-container div#register-box form .input-4_5.editable {
  width: calc(80% - 36px) !important;
}
div#lb-container div#register-box form .input-4_5.editable-2 {
  width: calc(80% - 77px) !important;
}
@media screen and (max-width: 867px) {
  div#lb-container div#register-box form .input-4_5 {
    width: 100% !important;
  }
  div#lb-container div#register-box form .input-4_5.editable {
    width: calc(100% - 48px) !important;
  }
  div#lb-container div#register-box form .input-4_5.editable-2 {
    width: calc(100% - 91px) !important;
  }
}
div#lb-container div#register-box form .tarjetas {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  /*-moz-align-items: @align-items;*/
  /*-ms-align-items: @align-items;*/
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  /*-moz-justify-content: @justify-content;*/
  /*-ms-justify-content: @justify-content;*/
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 6px;
  width: 100%;
}
div#lb-container div#register-box form .tarjetas .tarjeta {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -moz-flex-flow: column nowrap;
  -ms-flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  /*-moz-align-items: @align-items;*/
  /*-ms-align-items: @align-items;*/
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  /*-moz-justify-content: @justify-content;*/
  /*-ms-justify-content: @justify-content;*/
  -webkit-justify-content: center;
  justify-content: center;
  -moz-user-select: none;
  -o-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  padding: 20px;
  -moz-background-clip: padding;
  -moz-border-radius: 22px;
  -webkit-background-clip: padding-box;
  -webkit-border-radius: 22px;
  background-clip: padding-box;
  border-radius: 22px;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  border: 2px solid #d6d6d6;
  -moz-box-shadow: 1px 4px 6px rgba(50, 50, 50, 0.2);
  -webkit-box-shadow: 1px 4px 6px rgba(50, 50, 50, 0.2);
  box-shadow: 1px 4px 6px rgba(50, 50, 50, 0.2);
  cursor: pointer;
  background-color: #f2f2f2;
  margin: 15px;
  width: 30%;
}
div#lb-container div#register-box form .tarjetas .tarjeta:hover {
  border: 2px solid #C1D82F;
}
div#lb-container div#register-box form .tarjetas .tarjeta.selected {
  background-color: #d4e46f;
  border: 2px solid #C1D82F;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
div#lb-container div#register-box form .tarjetas .tarjeta .pack-name {
  font-size: 16px;
}
div#lb-container div#register-box form .tarjetas .tarjeta .pack-price {
  font-size: 20px;
  font-weight: bold;
}
div#lb-container div#register-box div.logo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  /*-moz-align-items: @align-items;*/
  /*-ms-align-items: @align-items;*/
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  /*-moz-justify-content: @justify-content;*/
  /*-ms-justify-content: @justify-content;*/
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
}
div#lb-container div#register-box div.logo a {
  display: block;
}
div#lb-container div#register-box div.logo a img {
  display: block;
  height: 35px;
}
