@charset "UTF-8";
/* CSS Document */

input, select, textarea { font-family: arial; font-size: 15px; width: 260px; padding: 4px; margin-bottom: 10px; background-color: rgba(256, 256, 256, .7); border-radius: 4px; border: 0px solid #fff; }

#td_left_1 { text-align: right; font-size: 18px; padding: 0px 10px 10px 0px; }
#td_left { text-align: left; font-size: 18px; padding: 6px 0px 6px 0px; }

#btn_sign_up, #btn_submit { width: 200px; }

#btn_schedule_call_2 { width: 300px; }

#btn_sign_up, #btn_schedule_call_2, #btn_submit { border: 1px solid #3e79be; font-size: 16px; margin: 10px 10px 0px 0px; padding: 14px; text-transform: uppercase; color: rgba(256, 256, 256, 0.8); box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.4); cursor: pointer; font-weight: bold; background: linear-gradient(180deg, #3e79be, #4b2982); border-radius: 20px; transition-property: border-color, color; transition-duration: 0.25s; }

#btn_schedule_call_2:hover, #btn_sign_up:hover, #btn_submit:hover {border-color: #8cbcf4; color: rgba(256, 256, 256, 1); }

::placeholder { color: #591d1d; opacity: 1; }