html,body{height:100%;margin:0;font-family:Arial,Helvetica,sans-serif}body{background-image:url(/assets/pupstamesa-C0ZmoJVJ.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover}.form-container{background-color:#0006;justify-content:center;align-items:center;min-height:100vh;display:flex}.form-card{-webkit-backdrop-filter:blur(10px);background:#ffffffd9;border-radius:10px;width:100%;max-width:500px;padding:30px 40px;box-shadow:0 4px 12px #0003}.form-card h1,.form-card p{text-align:center}.form-card h1{color:#202124;margin-bottom:10px;font-size:22px}.form-card p{color:#5f6368;margin-bottom:25px;font-size:14px}.form-field{flex-direction:column;margin-bottom:20px;padding-left:10px;padding-right:10px;display:flex}.form-field label{color:#202124;margin-bottom:6px;font-size:14px;font-weight:500}.form-field input,.form-field select{border:1px solid #dadce0;border-radius:6px;outline:none;padding:10px;font-size:14px;transition:all .2s}.form-field input:focus,.form-field select:focus{border-color:maroon;box-shadow:0 0 0 2px #80000033}.Submit-button{color:#fff;cursor:pointer;background-color:maroon;border:none;border-radius:6px;width:calc(100% - 20px);margin-left:10px;padding:12px;font-size:15px;font-weight:700;transition:background-color .2s,transform .1s}.Submit-button:hover{background-color:#600}.Submit-button:active{transform:scale(.98)}
