.form1 {
    margin-top: -50%!important;
}

input {
    text-align: center;
    width: 500px;
}

.cliente {
    padding-left: 1%;
    margin-right: 1%;
}

.cliente-container {
    display: flex;
}

.cliente-container-headers {
    display: block;
    margin-top: 12%;
    margin-left: 2%;
}

.cliente-container-headers h1 {
    color: #380B61;
    font-weight: 600;
    font-style: italic;
    font-size: 40px;
}

.cliente-itens {
    margin-left: 0;
    width: 500px;
    border-radius: 20px;
    opacity: 75%;
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(244,229,238,1) 50%, rgba(255,237,249,1) 100%);
}

  .image {
    display: block; width: 30%; border-radius: 50%; height: auto;
  }

.cliente-itens .item { 
    color: #a70d80;
    font-size: 30px;
    font-weight: 600;
}

input {
    font-style: oblique;
    font-size: 30px;
    border-style: solid;
    color: #380B61;
    border-color:#f3943c;
    border-width: 0.1px;
    border-radius: 5px;
    outline:none; 
    width: 90%;
}

input:focus {
    font-style: oblique;
    border-style: solid;
    color: #380B61;
    border-color:#f3943c;
    border-width: 0.1px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 15px 1px #f3943c;
    -moz-box-shadow: 0px 0px 15px 1px #f3943c;
    box-shadow: 0px 0px 5px 0px #f3943c;
    border:0.5px solid #f3943c;
    outline:none; 
}

.alert {
    font-size: 11px;
    margin-top: -2%;
    margin-bottom: -2%;
}

#checkTel {
    display: none;
}

#checkTell {
    display: none;
}

#checkNasc {
    display: none;
}

#checkCpf {
    display: none;
}

#checkEnd {
    display: none;
}

#checkBai {
    display: none;
}

#checkNun {
    display: none;
}

#checkRef {
    display: none;
}

#button {
    display: none;
}
  
@media (max-width: 768px) {
    .cliente-container-headers {
        margin-top: 1%;
    }
    
    input {
        text-align: center;
        width: auto;
    }

    .cliente-container {
        display: block;
    }

    .cliente {
        padding-left: 1%;
    }
    
    .cliente-itens {
        background-color: #fceafa;
        width: auto;
        border-radius: 20px;
        background: rgb(225,96,179);
        background: linear-gradient(90deg, rgba(225,96,179,1) 0%, rgba(225,96,179,1) 31%, rgba(233,125,195,1) 100%);
    }

    .cliente-itens .item { 
        color: #ffffff;
        font-size: 20px;
        font-weight: 600;
    }
    
    input {
        font-style: oblique;
        font-size: 20px;
        border-style: solid;
        color: #380B61;
        border-color:#f3943c;
        border-width: 0.1px;
        border-radius: 5px;
        outline:none; 
    }
    
    input:focus {
        font-style: oblique;
        border-style: solid;
        color: #380B61;
        border-color:#f3943c;
        border-width: 0.1px;
        border-radius: 5px;
        -webkit-box-shadow: 0px 0px 15px 1px #f3943c;
        -moz-box-shadow: 0px 0px 15px 1px #f3943c;
        box-shadow: 0px 0px 5px 0px #f3943c;
        border:0.5px solid #f3943c;
        outline:none; 
    }

}