:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-e6ed08f */.noborders {
    border: medium none !important;
}
.frms {
    border: 1px solid #ddd;
    border-radius: 0.3em;
    color: #333;
    font-size: 0.9em;
    line-height: 1.2em;
    margin: 0 auto;
    padding: 10px;
}
input[type="button"]{
    background: none repeat scroll 0 0 #468cd2;border-bottom: 3px solid #3277bc;
    text-shadow: 1px 1px 0 #214d73;
    border: medium none;
    border-radius: 0.3em;
    color: #fff;cursor: pointer;
    font-weight: bold;
    margin: 10px 0;padding: 7px 14px;
}
.frms input[type="text"]{
    width:100%;
    background:#fff;
    border:#ddd 1px solid;
    border-radius:.35em;
    -moz-border-radius:.35em;
    -webkit-border-radius:.35em;
    -o-border-radius:.35em;
    padding:0 .5%;
    margin-top:5px;
    margin-bottom:15px;
    height:35px;
}
.frms input:hover{
    box-shadow:#dae1e5 0px 0px 5px;
    -moz-box-shadow:#dae1e5 0px 0px 5px;
    -webkit-box-shadow:#dae1e5 0px 0px 5px;
    -o-box-shadow:#dae1e5 0px 0px 5px;
}
.frms input:focus{
    -webkit-box-shadow: inset 7px 4px 7px -7px rgba(0,0,0,0.42);
    -moz-box-shadow: inset 7px 4px 7px -7px rgba(0,0,0,0.42);
    box-shadow: inset 7px 4px 7px -7px rgba(0,0,0,0.42);
    border:#9d9983 1px solid;
}
body {
    background: #fff none repeat scroll 0 0;
    color: balck;
    font: 0.81em/150% Tahoma,Geneva,sans-serif;
}
.resp_code{
    padding:10px 20px 10px 20px;
    font:normal 1em/1.3em Tahoma, Geneva, sans-serif;
    border: 1px solid #ddd;
    color:#333;
    overflow:auto;width:50%;
}
p {
    color: #757373;
    font: 1.1em/1.5em Tahoma,Geneva,sans-serif;
    margin: 0.5em 0.1em 0.5em 0.9em;
    padding: 0;
}
@media screen and (max-width: 720px)
{
.resp_code{width:auto !important;margin:0px !important;}
}/* End custom CSS */