<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */


.frm-rec{text-align:center;font-family:roboto; width: 97%;    margin:0 auto; height:auto; padding: 0px; border-radius: 3px;  margin-top: 3%; }
.frm-rec2 {
    text-align: center;
    font-family: roboto;
    width: 90%;
    margin: 0 auto;
    height: auto;
    padding: 0%  0 2% 0px;
    border-radius: 3px;
}
.input{width: 85%;height:auto;border: 1px solid #dadada;padding: 10px 0px; margin: 12px 0;border-radius: 4px;outline:none;background-image:url(img/eml.gif);background-position: 12px 12px;background-repeat:no-repeat;height: 16px;line-height: 43px;padding-left: 12%;}

.input:hover{/* box-shadow: 1px 1px 1px 1px #E9E9E9; */-webkit-box-shadow: 1px 3px 24px 0px rgba(0,0,0,0.75);-moz-box-shadow: 1px 3px 24px 0px rgba(0,0,0,0.75);box-shadow: 0px 0px 12px 0px rgb(232, 232, 232);}

.input2{width:50%; height:auto; border:1px solid #CCC;  padding:5px 12px 58px 9px; margin:5px; border-radius:8px; outline:none;}

.input2:hover{box-shadow: 1px 1px 1px 1px #E9E9E9;}

.btn{
    width: 50%;
    height: auto;
    padding: 11px;
    margin:15px;
    background-color:#e23464;
    color:#fff;
    border:1px solid #e23464;
    border-radius: 3px;
    outline:none;
    cursor:pointer;
    font-size: 16px;
    }
.input3 {
      width: 93%;
    /* height: auto; */
    border: 1px solid #dadada;
    padding: 5px 8px 0px 7px;
    margin: 5px 0%;
    border-radius: 8px;
    outline: none;
    font-family: roboto;
}
.input3:hover {box-shadow: 1px 1px 1px 1px #E9E9E9; */
    -webkit-box-shadow: 1px 3px 24px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 3px 24px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 12px 0px rgb(232, 232, 232);}
.btn:hover{box-shadow: 1px 0px 1px 0px #000000;
    background-color: #000000;
    border: 1px solid #000000;}
	
	.frm1{text-align:center;font-family:roboto;/* background-color:#f7f7f7; */width: 90% !important;margin:0 auto;height:auto;padding: 20px 0px;border: 1px solid #efefef;border-radius: 3px;}</pre></body></html>