#leadform form .container>.row>div:nth-child(1) {
    padding: 0 !important;
}

#leadform .bg-info .form-control {
    color: #435A7A !important;
    background-color: rgba(255, 255, 255, 0.7) !important;
}

#leadform .bg-info ::-webkit-input-placeholder {
    color: #435A7A !important;
}
#emailHelp a{
	color: #fff;
    border-bottom: 1px solid;
}
#emailHelp a:hover{
	color: #cecccc;
    border-bottom: 1px solid;
	text-decoration: none;
}