#ofertaform{
background-color:  white;
}
@media screen and (min-width: 500px) {
#ofertaform{
min-width: 600px;
min-height: 610px;
}
}
@media screen and (max-width: 499px) {
.ofertainput {
padding: 5px 20px !important;
}
#ofertaform{
width: 98%;
min-height: 340px;
max-height: 640px;
}
.ofertainput > input, 
.ofertainput > textarea,
.ofertainput > input::-webkit-input-placeholder,
.ofertainput > textarea::-webkit-input-placeholder
{
font-size: 20px !important;
}
} #ofertaform .popup_close {
position: absolute;
top: 3px;
right: 3px;
color: rgba(86,153,211,0.6);
background-color:  white;
border-radius: 2px;
background-color: white;
border: 0;
font-size: 25px;
padding: 0 10px 5px 10px;
border-radius: 50%;
}
#ofertaform .popup_close:hover {
color: rgba(86,153,211,1) !important;
} #ofertaform_background { transition: all 0.6s 0.6s; }
#ofertaform, #ofertaform_wrapper { transition: all 0.8s ease-out; }
#ofertaform { transform: translateX(0) translateY(-600px); }
#ofertaform { display: none; }
.popup_visible #ofertaform { transform: translateX(0) translateY(0); } .ofertatitlu{ text-align: center; font-size: 36px; font-weight: 400; font-family: 'Roboto', sans-serif; margin-top: 40px; margin-bottom: 20px; }
.ofertacalltoaction{ margin-top: 20px; margin-bottom: 20px; text-align: center; font-family: 'Roboto', sans-serif; font-size: 16px; font-weight: 400; }
.ofertainput{ padding: 10px 20px; }
.ofertainput > input, .ofertainput > textarea{ border-radius: 8px !important; border: 1px solid #7e7f80 !important; background-color: #efefef !important; }
.ofertainput > input[type^="submit"]{ width: 100% !important; background-color: #5699d3 !important; border-color: #5699d3 !important; font-weight: bold; color: white; }
.ofertainput > input[type^="submit"]:hover{ background-color: white !important; color: #5699d3 !important; }
.ofertasucces{ display:  block; margin: 30px 15px; background-color: #5699d3; text-align: center; font-weight: 800; font-size: 24px; color: white; padding: 120px 30px; line-height: 1; }
.ofertainput > input{ padding: .5rem 1rem; width: 100% !important; }