@import url('https://www.dafontfree.net/embed/c2FudGVsaWEtc2NyaXB0LWJvbGQtZG1vJmRhdGEvNTEvcy8yMTkzMS9TYW50RWxpYVNjcmlwdEJvbGRERU1PLm90Zg');


html, body{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    display: block;
    min-height: 100vh;
    height: 100%; 
}

.form{
    background-color: hsla(0, 0%, 100%, 0.9);
    margin: auto;
    width: 100%;
    max-width: 600px;
    border-radius: 20px;
    box-shadow: 0 5px 10px -5px rgb(0 0 0 / 30%);
    text-align: center;
    box-shadow: 0px 5px 50px #000;
    margin-top: 1px;
    margin-bottom: 27%;
    padding: 1px;
   
}

.form__group2{
    width: 63%;
    font-size: 15px;
    text-align: left;
    box-shadow: 2px 5px 10px #000;
    border-radius: 10px;
    margin-bottom: 27px;
    
}

#address{
    width: 100%;
}

/*<h2 class="form__title" src="">FORMULARIO DE REGISTRO DE CLIENTES POS</h2>*/
.form__title{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 35px;
    margin-bottom: .5em;
    color: #2d2dd5;
    text-align: center;
    margin-top: 0%;
    height: 100%;
    width: 100%;
}

.form__paragraph{
    font-weight: 300;
}

.form__input{
    width: 100%;
    background: none;
    font-size: 1rem;
    padding: .6em .3em;
    border: none;
    outline: none;
    border-bottom: 1px solid var(--color);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    height: 2px;
    text-transform: uppercase;
}

.form__input:focus,
.form__input:not(:placeholder-shown){
    color: #4d4646;
}

.checkbox1{
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

input[type="checkbox1"]:checked {
    box-shadow: 0 0 0 3px #ffffff17;
}

.form__link{
    font-weight: 400;
    color: black;
    padding: 9px;
    text-decoration: none;
    font-size: 13px;
    text-decoration: underline;
}

.form__link2{
    font-weight: 400;
    color: black;
    padding: 9px;
    text-decoration: none;
    font-size: 13px;
}

.form__container{
    margin-top: 2em;
    display: grid;
    gap: 5em;

}

.form__group{
    width: 60%;
    background: white;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 30px;
    font-size: 15px;
    box-shadow: 2px 5px 10px #000;
    height: 20%;
    position: relative;
    
}

.form__input:focus + .form__label,
.form__input:not(:placeholder-shown) + .form__label{
    transform: translateY(-20px) scale(.7);
    transform-origin: left top;
    color: #2d2dd5;
    font-size: 20px;
    
}

.form__label{
    color: var(--color);
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 5px;
    transform: translateY(10px);
    transition: transform .5s, color .3s;
    display: block;

}

.form__submit{
    background: #2d2dd5;
    color: #fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
    font-size: .8em 0;
    border: 5px;
    border-radius: .30em;
    padding: 9px;
    width: 50%;
    height: 50%;
    font-size: 18px;
    cursor: pointer;
    margin-bottom: .7em;
    margin-top: 10px;

}

.Form__line{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #2d2dd5;
    transform: scale(0);
    transform: left bottom;
    transition: transform .4s;
}

.form__input:focus ~ .Form__line,
.form__input:not(:placeholder-shown) ~ .Form__line{
    transform: scale(1);
}

body {
   background-image: url(fondo1.jpg);
   background-repeat: no-repeat;
   background-size: cover;
   background-attachment: fixed;
}


.form__group1{
    text-align: center;
    color: #fff;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 300px;
    font-size: .8em 0;
    border: 5px;  
    height: 50px;
    width: 97%;
    

}

.form__select{
    width: 65%;
    font-size: 15px;
    text-align: left;
    box-shadow: 2px 5px 10px #000;
    border-radius: 5px;
    height: 25px;
    
}

body {
    background-image: url(fondo\ cel.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.g-recaptcha{
    width: 50%;
    height: 50%;  
}

#accept-cookie{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: .3em;
    border-radius: .45em;
    padding: 7px;
    width: 6em;
    height: 25%;
    font-size: 18px;
    background-color: #2d2dd5;
    color: #fff;
    border: 5px;
    margin-right: 15px;

}

#cookie-banner {
    margin: 0 auto;
    height: 190px;
    width:100%;
    text-align: center;
    background-color: hsla(0, 0%, 0%, 0.95);
    color: #fff;
    position: fixed;
    z-index: 999999;
    display: block;
    left: 0px;
    bottom: 0px;
    
}

#cookie-banner p {
    margin: 30px;
}
    
#cookie-banner a {
    color: #fff;
    text-decoration: underline;
}



