body.formulario-cliente {
    background: -webkit-linear-gradient(left, #0072ff, #00c6ff);
}
.contact-form{
    background: #fff;
    margin-top: 10%;
    margin-bottom: 5%;
    width: 70%;
}
.contact-form .form-control{
    border-radius:1rem;
}
.contact-image{
    text-align: center;
}
.contact-image img{
    border-radius: 6rem;
    width: 11%;
    margin-top: -3%;
}
.contact-form form{
    padding: 14%;
}
.contact-form form .row{
    margin-bottom: -7%;
}
.contact-form h3{
    margin-bottom: 8%;
    margin-top: -10%;
    text-align: center;
    color: #0062cc;
}
.contact-form .btnContact {
    width: 50%;
    border: none;
    border-radius: 1rem;
    padding: 1.5%;
    background: #dc3545;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}
.btnContactSubmit
{
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    color: #fff;
    background-color: #0062cc;
    border: none;
    cursor: pointer;
}


/********************  Preloader Demo-8 *******************/
.loader8 .loader-inner,.loader8 .loader-inner:before{border-radius:50%;width:50px;height:50px;position:absolute}
.loader8{width:200px;height:90px;margin:60px auto;position:relative}
.loader8 .loader-inner{margin-top:22%;margin-left:50%;transform:translate(-50%,-50%)}
.loader8 .loader-inner:before{content:"";background:0 0;box-shadow:0 0 0 3px #1c5770,0 0 0 17px #03b5aa,-3px -3px 0 #1c5770 inset;left:0;z-index:1}
.loader8 .loader-inner:after{content:"";width:30px;height:30px;border-radius:50%;background:#ffb03b;box-shadow:-7px -7px 0 #cc8c2c inset;position:absolute;top:10px;left:80px;z-index:-1;-webkit-animation:loading-8 3s linear infinite;animation:loading-8 3s linear infinite}
@-webkit-keyframes loading-8{
	0%,100%{width:30px;height:30px;left:15px;z-index:10}
	13%,64%{width:40px;height:40px}
	22%,28%{left:-56px}
	23%,27%{left:-57px}
	24%{width:30px;height:30px;z-index:10}
	25%{left:-60px;z-index:-10}
	38%,89%{width:20px;height:20px}
	49%{width:30px;height:30px;z-index:-10}
	50%{left:15px;z-index:10}
	72%,78%{left:86px}
	73%,77%{left:87px}
	74%{z-index:10}
	75%{width:30px;height:30px;left:90px;z-index:-10}
	99%{z-index:-10}
}
@keyframes loading-8{
	0%,100%{width:30px;height:30px;left:15px;z-index:10}
	13%,64%{width:40px;height:40px}
	22%,28%{left:-56px}
	23%,27%{left:-57px}
	24%{width:30px;height:30px;z-index:10}
	25%{left:-60px;z-index:-10}
	38%,89%{width:20px;height:20px}
	49%{width:30px;height:30px;z-index:-10}
	50%{left:15px;z-index:10}
	72%,78%{left:86px}
	73%,77%{left:87px}
	74%{z-index:10}
	75%{width:30px;height:30px;left:90px;z-index:-10}
	99%{z-index:-10}
}
