.uamvirtual .card {
            margin: 0 auto 0;
            width: 290px;
            top: -10px;
            height: 300px;
            perspective: 1000px;
            border: none;
            box-shadow: 0px 3px 18px 3px #0e66b130;
            text-align: center;
border-radius: 15px;
        }
.uamvirtual .card td{ 
text-align:center !important;
background: #fff;
}
.uamvirtual .card input{ 
border-radius:8px;
border: 1px solid;
}
        
        .uamvirtual .submitbtn {
            background-color: #F4D73B;
            color: #0069a3;
            border: 0;
            font-size: 18px;
            font-weight: bold;
            padding: 5px 20px;
            margin: 6px;
        }
.uamvirtual .submitbtn:hover {
            background-color: #0069a3;
            color: #fff;
        }
