

/* -------------------------------- 
          modal
-------------------------------- */
.modal{width: 100%; height: 100%; position: fixed; top: 0; left: 0; background-color: rgba(0,0,0,0.7);}
.cont-modal{width: 500px; background-color: #ffffff; border-radius: 10px;  text-align: center; padding: 30px 0; margin-top: 150px; margin-left: auto; margin-right: auto;}
.cont-modal h3{ font-weight: bold; font-size: 30px; text-align: center; padding: 0px 0 10px; color: #0482b2;}
.cont-modal p{ font-weight: bold; font-size: 16px; text-align: center; padding: 0px 0 20px; color: #000000;}
.cont-modal form {width: 100%; max-width: 350px; margin: 0 auto;}
.cont-modal form select{width: 100%; padding: 0 10px; font-weight: bold; height: 40px;}