﻿.redform .apply .form fieldset {width: 75%;height: 40px;display: inline-block !important;line-height: 13px;}
.redform .apply .form fieldset label {display:none}
.redform .apply .form fieldset div{ margin-top: 3px;}
.redform .apply .form select { margin: 3px 0 2px;}
.redform .apply .form fieldset input{ margin: 3px 0 2px}
.redform .info h3 { text-align: left;}

.redform .apply .form fieldset.last-name, .redform .apply .form fieldset.first-name,.redform .apply .form fieldset.phone,.redform .apply .form fieldset.zip {width: 37.2% !important;}

.redform {background-image: url("/ui/basic/images/lead-form-bkgd.jpg"); background-repeat: no-repeat;background-position: bottom; background-size: 100% 100%;}
.redform .apply .form .ui-button.white {background: #00598c;color: #fff;font-size: 1.125em;height: 2em;margin-top: 2.7em;width: 33%; padding-top: 6px}
.redform .info { border: 0;}
.redform .info .number {color: #fff !important;font-size: 1.250em;}
.redform .apply .form input[type="submit"] {margin-left:5px;}

@media (max-width: 768px) 
{
    .redform .apply .form fieldset {height: auto;}
	.redform .apply .form fieldset,.redform .apply .form fieldset.last-name, .redform .apply .form fieldset.first-name,.redform .apply .form fieldset.phone,.redform .apply .form fieldset.zip{width: 100% !important; }
    .redform .apply .form .ui-button.white  {width: 75% !important;padding: 0 15px;margin-left:10%}
    .redform .apply .form fieldset input  { margin: 5px 2px 0; float: left;}
	.redform .info p { display: none !important;}
	.redform .info h3 {margin: 0 0 10px;text-align: left;}
    .redform { background-image: none;}
}