File: /home/halcosmu/public_html/health2.nationalcashfunding.com/style.css
@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');
* {
box-sizing: border-box;
}
.container-fluid{
margin: 0; padding: 0;
}
body {
background-color: #f1f1f1;
}
.left{
background: url(health.jpg);
height: 613px;
}
.left h3{
margin-top: 400px;
margin-right: 50px;
padding: 30px 40px;
color: #fff;
font-size: 35px;
background-color: rgba(255,165,0,.9);
text-shadow: 2px 2px 6px #000;
}
.right{
background-color: #253664;
height: 613px;
}
.right h4{
text-align: center;
padding-top: 30px;
color : #fff;
font-weight: bold;
}
.right h4 a{
font-size: 15px;
color: whitesmoke;
font-weight: normal;
}
.right h4 .btn-default{
font-size: 18px;
padding: 7px 20px;
border-radius: 18px;
font-family: 'Lato', sans-serif;
}
.right h4 .btn-default:hover{
background-color: #FFA500;
color: #fff;
border-color: #FFA500;
}
.right h4 i{
font-size: 25px;
}
.right h2{
text-align: center;
color: orange;
font-size: 30px;
text-shadow: 2px 2px 8px #000;
}
#regForm {
background-color: #ffffff;
margin: 40px auto;
font-family: Raleway;
padding: 20px 40px;
width: 70%;
min-width: 300px;
-webkit-box-shadow: 4px 3px 14px 0px rgba(0,0,0,1);
-moz-box-shadow: 4px 3px 14px 0px rgba(0,0,0,1);
box-shadow: 4px 3px 14px 0px rgba(0,0,0,1);
}
h1 {
text-align: center;
}
input {
padding: 10px;
width: 100%;
font-size: 17px;
font-family: Raleway;
background-color: #E8EBF3;
border: 1px solid #aaaaaa;
}
/* Mark input boxes that gets an error on validation: */
input.invalid {
background-color: #ffdddd;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
color: #333;
opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #333;
}
::-ms-input-placeholder { /* Microsoft Edge */
color: #333;
}
form img{
padding-right: 20px;
}
#prevBtn:hover{
opacity: 1 !important;
background-color: #FFA500;
}
#nextBtn:hover{
opacity: 1 !important;
background-color: #FFA500;
}
/* Hide all steps by default: */
.tab {
display: none;
}
button {
background-color: #4CAF50;
color: #ffffff;
border: none;
padding: 10px 20px;
font-size: 17px;
font-family: Raleway;
cursor: pointer;
}
button:hover {
opacity: 0.8;
}
#prevBtn {
background-color: #bbbbbb;
}
/* Make circles that indicate the steps of the form: */
.step {
height: 15px;
width: 15px;
margin: 0 2px;
background-color: #bbbbbb;
border: none;
border-radius: 50%;
display: inline-block;
opacity: 0.5;
}
.step.active {
opacity: 1;
}
/* Mark the steps that are finished and valid: */
.step.finish {
background-color: #4CAF50;
}
form h3{
font-weight: bold;
padding-bottom: 10px;
}
.disclaimer{
padding: 50px 0;
background-color: antiquewhite;
}
.disclaimer p{
text-align: justify;
font-size: 11px;
}
footer p{
font-size: 13px;
text-align: center;
background-color: #222;
color: #fff;
padding: 3px 0;
}
.client{
margin-top: 50px;
}
.client img {
filter: grayscale(100%);
}