
* {
    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 top;
    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: 02px;
}


.container 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;    
    user-select: none;
}

.container h2 {
    font-size: 31px;
    font-weight:normal;
    color: rgb(241, 238, 247);
    text-align: center;
    top: 40px;
    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 .ncarton {
    position: relative;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 22px;
    width: 270px;
    height: 39px;
    top: 70px;
    right:0;
    bottom: 0;
    left: 0;
    margin:auto;  
    background: transparent;
    color: whitesmoke;
    --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 0.4em .11em var(--glow-color);    
    text-shadow: 0 0 1em var(--glow-color); 
    border-radius: 10px;
    backdrop-filter: blur(25px);
}
.ncarton::placeholder{
    color: #dbebf1;
}
label {
    position: relative;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 19px;
    width: auto;
    height: auto;
    top: 95px;
    color:whitesmoke;
    border: none;
    box-shadow: none;    
    padding-left: 10px;
    padding-right: 10px;
}

.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:var(--glow-color);
    background-color: var(--btn-color);*/
    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);  
    backdrop-filter: blur(25px);
}

.send::placeholder{
    color: #00b3ff;
}


@media (max-width:460px) {
    
        .container {
            width: 100%;
            height:100vh;   
            top: 50px;   
            padding: 3%;  
        }
    .container h1 {
        font-size: 1.5em;
        top: 35px;
    } 
    .container h2 {
        font-size: 1.3em;
        top: 50px;
    } 
    

.container .send button{
    
    top: 200px;
    width: auto;
}
}