
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Roboto Slab", serif;
}

body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100vh; 
    background-image: url('images/casino.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}


.container {
    width: 100%;
    height: 100%;
    position: relative; 
    justify-content: center;
    align-items:center;
    text-align: center;
    letter-spacing: 10px;
}


h1 {
    position: relative;
    color: rgb(247, 248, 248);
    /*background-image: url('/images/');
    background-size: cover;*/
    background-position: center;
    background-clip: text;
    font-size: 3em;
    font-weight: 600;
    transform: translate(-50% -50%);
    text-shadow: 0px 0px 15px #00b3ff,
    0px 0px 30px #00b3ff;
    top: 15px;
    justify-content: center;
    align-items: center;
    text-align: center;    
}

h2 {
    font-size: 31px;
    font-weight:normal;
    color: rgb(241, 238, 247);
    text-align: center;
    top: 45px;
    letter-spacing: 2px;
    text-shadow: 0px 0px 15px #00b3ff,
    0px 0px 30px #00b3ff,
    0px 0px 60px #00b3ff,
    0px 0px 90px #00b3ff,
    0px 0px 120px #00b3ff;
    position:relative;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.container .codcliente {
    position: relative;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 22px;
    width: 270px;
    height: 20px;
    top: 80px;
    right:0;
    bottom: 0;
    left: 0;
    margin:auto;
    padding: 15px 15px;
    background: transparent;
    color: var(--glow-color);
    --glow-color: rgb(217,176,255);
  --glow-spread-color:rgb(191,123,255,0.781);
  --enhanced-glow-color:rgb(231,206,255);
    border: .20em solid var(--glow-color);
    box-shadow: 0 0 1em .21em var(--glow-color);    
    /*text-shadow: 0 0 1em var(--glow-color); */
    border-radius: 10px;
   
}

.codcliente::placeholder{
    color: var(--glow-color);
}

#labelcodcliente{
    font-size: 13px;
    font-weight:normal;
    color: rgb(241, 238, 247);
    top: 95px;
    letter-spacing: 1px;
    text-shadow: 0px 0px 15px #00b3ff,
    0px 0px 30px #00b3ff,
    0px 0px 60px #00b3ff;
    position:relative;
    justify-content: center;
    align-items: center;
    text-align: center;  
    display: flex;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
    padding-bottom: 5px;
}

.container .cliente {
    position: relative;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 22px;
    width: 270px;
    height: 20px;
    top: 120px;
    right:0;
    bottom: 0;
    left: 0;
    margin:auto; 
    padding: 15px 15px;
    background: transparent;
    color: var(--glow-color);
    --glow-color: rgb(217,176,255);
  --glow-spread-color:rgb(191,123,255,0.781);
  --enhanced-glow-color:rgb(231,206,255);
    border: .20em solid var(--glow-color);
    box-shadow: 0 0 1em .21em var(--glow-color);    
    /*text-shadow: 0 0 1em var(--glow-color); */
    border-radius: 10px;
   
}

.cliente::placeholder{
    color: var(--glow-color);
}
#labelcliente{
    font-size: 13px;
    font-weight:normal;
    color: rgb(241, 238, 247);
    top: 140px;
    letter-spacing: 1px;
    text-shadow: 0px 0px 15px #00b3ff,
    0px 0px 30px #00b3ff,
    0px 0px 60px #00b3ff;
    position:relative;
    justify-content: center;
    align-items: center;
    text-align: center;  
    display: flex;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
    padding-bottom: 5px;
}
.container .rif {
    position: relative;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 22px;
    width: 270px;
    height: 20px;
    top: 160px;
    right:0;
    bottom: 0;
    left: 0;
    margin:auto;
    padding: 15px 15px;
    background: transparent;
    color: var(--glow-color);
    --glow-color: rgb(217,176,255);
  --glow-spread-color:rgb(191,123,255,0.781);
  --enhanced-glow-color:rgb(231,206,255);
    border: .20em solid var(--glow-color);
    box-shadow: 0 0 1em .21em var(--glow-color);    
    /*text-shadow: 0 0 1em var(--glow-color); */
    border-radius: 10px;
   
}

.rif::placeholder{
    color: var(--glow-color);
}
#labelrif{
    font-size: 13px;
    font-weight:normal;
    color: rgb(241, 238, 247);
    top: 180px;
    letter-spacing: 1px;
    text-shadow: 0px 0px 15px #00b3ff,
    0px 0px 30px #00b3ff,
    0px 0px 60px #00b3ff;
    position:relative;
    justify-content: center;
    align-items: center;
    text-align: center;  
    display: flex;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
    padding-bottom: 5px;
}
.container .telf {
    position: relative;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 22px;
    width: 270px;
    height: 20px;
    top: 200px;
    right:0;
    bottom: 0;
    left: 0;
    margin:auto;  
    padding: 15px 15px;
    background: transparent;
    color: var(--glow-color);
    --glow-color: rgb(217,176,255);
  --glow-spread-color:rgb(191,123,255,0.781);
  --enhanced-glow-color:rgb(231,206,255);
    border: .20em solid var(--glow-color);
    box-shadow: 0 0 1em .21em var(--glow-color);    
    /*text-shadow: 0 0 1em var(--glow-color); */
    border-radius: 10px;
   
}

.telf::placeholder{
    color: var(--glow-color);
}
#labeltelf{
    font-size: 13px;
    font-weight:normal;
    color: rgb(241, 238, 247);
    top: 220px;
    letter-spacing: 1px;
    text-shadow: 0px 0px 15px #00b3ff,
    0px 0px 30px #00b3ff,
    0px 0px 60px #00b3ff;
    position:relative;
    justify-content: center;
    align-items: center;
    text-align: center;  
    display: flex;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
    padding-bottom: 5px;
}

.container .email {
    position: relative;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 22px;
    width: 270px;
    height: 20px;
    top: 240px;
    right:0;
    bottom: 0;
    left: 0;
    margin:auto;  
    padding: 15px 15px;
    background: transparent;
    color: var(--glow-color);
    --glow-color: rgb(217,176,255);
  --glow-spread-color:rgb(191,123,255,0.781);
  --enhanced-glow-color:rgb(231,206,255);
    border: .20em solid var(--glow-color);
    box-shadow: 0 0 1em .21em var(--glow-color);    
    /*text-shadow: 0 0 1em var(--glow-color); */
    border-radius: 10px;
   
}

.email::placeholder{
    color: var(--glow-color);
}
#labelemail{
    font-size: 13px;
    font-weight:normal;
    color: rgb(241, 238, 247);
    top: 250px;
    letter-spacing: 1px;
    text-shadow: 0px 0px 15px #00b3ff,
    0px 0px 30px #00b3ff,
    0px 0px 60px #00b3ff;
    position:relative;
    justify-content: center;
    align-items: center;
    text-align: center;  
    display: flex;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 0px;
    padding-bottom: 5px;
}

.container .send button{
    position: relative;
    justify-content: center;
    align-items: center;
    text-align: center;
    --glow-color: rgb(217,176,255);
  --glow-spread-color:rgb(191,123,255,0.781);
  --enhanced-glow-color:rgb(231,206,255);
  --btn-color:rgb(22, 1, 41);
    padding: 0.4em 1em;
    border: .20em solid var(--glow-color);
    color: var(--glow-color);
    font-size: 26px;
    background-color: transparent;
    top: 280px;
    width: 20%;
    height: auto;
    outline: none;   
    border-radius: 1em;   
    cursor: pointer;
    transition: all 0.3s;
    margin: auto;
    box-shadow: 0 0 1em .21em var(--glow-color);    
    text-shadow: 0 0 1em var(--glow-color);  
}

.send::placeholder{
    color: #00b3ff;
}

@keyframes glow {
    0%{
      color: white;
      background-color:linear-gradient(15deg,#051d48d1,#051d48ba);
      box-shadow: 0 0 10px #07afd9,
      0 0 20px #07afd9,
      0 0 30px #07afd9,
      0 0 40px #07afd9;
      transform: scale(1.1);
      border-radius: 50px;
    }
  
  }

.footer{
    background-color: transparent;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    text-align:center;
    position:relative;
    top: 230px;
    letter-spacing: 0px;
}


@media (max-width:460px) {
    
        .container {
            width: 100%;
            height:100vh;        
        }
    h1 {
        font-size: 1.7em;
        top: 50px;
    } 
    h2 {
        font-size: 1em;
        top: 65px;
    } 

.container .send button{
    
    top: 280px;
    width: 40%;
}
}

