
/* --- LOGIN ----------------------------------------------------------------------------------- */

.height-100 {
    height: 100%;
  }
  
  #ssb-register {
    background: #273043;
    /*background: url("../img/ssb_login.jpg") no-repeat top left;*/
    background-size: cover;
    display: flex;                /* Activar flexbox */
    justify-content: center;      /* Centrar horizontalmente */
    align-items: center;          /* Centrar verticalmente */
    height: 100vh;
  }
  
  #ssb-register .row {
    padding: 0;
    margin: 0;
  }
  
  #ssb-register .col1, #ssb-register .col2 {
    padding: 30px;
  }
  
  #ssb-register .col1 .titulos {
    position: absolute;
    bottom: 5%;
    right: 5%;
    left: 5%;
  }
  

  
  #ssb-register .col1 h2 {
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    font-weight:300;
    font-family: 'TT Norms Pro', sans-serif;
    text-align: center;
    margin-bottom: 1rem;
  }
  

  

  
  #ssb-register .col1 img {
    margin: 0 auto 20px auto;
    display: block;
    max-width: 160px;
  }
  

  #ssb-register .form-control{
    text-align: center;
  }


  
  #ssb-register .form-check input {
    width: 25px;
    height: 25px;
    border: 1px solid #dcdcdf;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #ffffff;
    float: none;
    margin: 0;
    padding: 0;
    text-align: center;
  }





  video {
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  
  }

  .register_card{
    background-color: #e5e7eb;
    padding: 2rem 2rem;
    border-radius: 8px;
    width: 400px;
    max-width: 90vw;
    min-height: 250px;
    position: relative;
  }


  video {
    opacity: 0.1;
  }



#paso2, #paso3, #mensaje {
  display: none;
}