
body{background-color: #6A1A31 }
.logo_01{height: 100%; position: absolute;}
.logo_02{width: 20%;right: 20%;position: absolute;top: 10%;}
.formulario{position: absolute;bottom: 20%;right: 20%; width: 19%;}
input{background-color: rgba(0, 0, 0, 0) !important; border: none !important; color: #fff !important; border-bottom:1px solid #fff !important; width: 100%; font-size: 1.35em !important;letter-spacing: .5em !important;}
input[type="submit"]{border:none !important;font-size: 1.5em !important;letter-spacing: .5em !important; margin-top: 10px;font-family: 'Gotham'; }
.iconos{width: 27px;}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus{border: 1px solid green;
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0) inset;
  transition: background-color 5000s ease-in-out 0s;}

.input-group-addon{background: none !important;border: none !important;}

@media only screen and (max-width:767px){
	.logo_01{display: none; bottom: 0;height: 30%;}
	.logo_02 {
    width: 100%;
    right: 0%;
    position: static;
    top: 0%;}

.formulario {
    position: static;
    right: 0%;
    width: 95%;
    margin-left: 5%;
    margin-top: 10%;
}

}