
* {
    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/3607424.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;
}

.container h1 {
    position: relative;
    color: rgb(247, 248, 248);
    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;    
}

.container 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);
}
.container .cliente {
    position: relative;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 22px;
    width: 270px;
    height: 20px;
    top: 100px;
    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);
}

.container .rif {
    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;
   
}

.rif::placeholder{
    color: var(--glow-color);
}

.container .telf {
    position: relative;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 22px;
    width: 270px;
    height: 20px;
    top: 140px;
    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);
}
.banco {
    position: relative;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 22px;
    width: 270px;
    height: 37px;
    top: 160px;
    right:0;
    bottom: 0;
    left: 0;
    margin:auto;  
    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;
}

select option {
    color: #fc0808;
}


.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: 200px;
    width: auto;
    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;        
        }
    .container h1 {
        font-size: 1.9em;
        top: 20px;
    } 
    .container h2 {
        font-size: 1.3em;
        top: 45px;
    } 
    

.container .send button{
    
    top: 220px;
   
}


@media (max-width:360px) {
    
        .container {
            width: 100%;
            height:100vh;        
        }
    .container h1 {
        font-size: 1.1em;
        top: 15px;
    } 
    .container h2 {
        font-size: 1.0em;
        top: 35px;
    } 
   
    .container .send button{
        top: 200px;
       
    }
  
}
}
