input,
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: 0px solid green;
  /*-webkit-box-shadow: 0 0 0px 1000px #f9f9f9 inset;*/
  transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #000!important;
}

.form-group {
    width: 100%;
	margin-bottom: 5px;
}


.form-control,
.form-control:focus {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 13px;
	letter-spacing: 0.3px;
	color: black;
	background: rgba(225,238,247,0.50);
	height: 45px;
	border: none;
	border-radius: 0;
	box-shadow: none!important;
	outline: none!important;
}

.form-alternative {
	height: 40px!important;
	font-size: 10px!important;
}

.form-control::placeholder {
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	font-size: 13px;
	letter-spacing: 0.3px;
	color: #4c4c4c;
}

label {
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	font-size: 13px;
	letter-spacing: 0.3px;
	color: black;
	pointer-events: none;
}

.FormMaterial {
	position: relative;
}

.FormMaterial input {
	padding: 15px 0 0 75px;
	border: 1px solid rgba(125,160,181,0.0);
}

.FormMaterial input:focus {
	border: 1px solid rgba(125,160,181,0.4);
}

.FormMaterial label {
	position: absolute;
	cursor: text;
	margin: -30px 0 0 75px;
	
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	font-size: 11px;
	letter-spacing: 0.2px;
	
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

.FormMaterial input.filled ~ label,
.FormMaterial input:focus ~ label {
    font-size: 10px;
    position: absolute;
    margin: -40px 0 0 75px;
	color: #7DA0B5;
}

.LabelRequired:before {
	position: absolute;
	content: '*';
	color: #00a5c9;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	top: 0;
	right: 0;
	margin: 4px 0 0 0;
	width: 20px;
	height: 20px;
	pointer-events: none;
}

.ForceFilled {
    font-size: 12px!important;
    color: #00a5c9!important;
    position: absolute!important;
    margin: -55px 0 0 14px!important;
}

.LabelSelectMaterial {
	font-size: 12px;
    position: absolute;
	font-weight: 500;
    margin: 5px 0 0 14px;
	z-index: 11;
}

.Textarea {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.5px;
	background: rgba(0,0,0,0.03);
	color: black;
    width: 100%;
    height: 150px;
    border-radius: 0px;
    outline: none;
    padding: 20px;
	border: 1px solid rgba(198,18,59,0.0);
}

.Textarea:focus {
    outline: none;
    box-shadow: none;
	border: 1px solid rgba(198,18,59,0.2);
}

.FormMaterial .ReadOnly,
.FormMaterial .ReadOnly:focus {
	background: white;
	cursor: default;
}

.BtnEnviar {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 30px;
	background: rgba(125,160,181,1.0);
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 500;
	font-size: 12px;
	color: #E1EDF5;
	letter-spacing: 3px;
	text-align: center;
	margin: 0 0 0 0;
	padding: 0 30px;
	border: none;
	outline: none;
    
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.BtnEnviar:hover,
.BtnEnviar:focus,
.BtnEnviar:active {
	color: #E1EDF5;
    background: rgba(100,139,162,1.0);
	border: none;
	outline: none;
	letter-spacing: 5px;
    
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.BtnEnviarNovaMensagem {
	display: inline-flex;
	background: #C6123B;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 10px;
	color: #f4f4f4;
	letter-spacing: 4px;
	text-align: center;
	margin: 0 0 0 0;
	padding: 12px 12px;
	border: none;
	outline: none;
    
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.BtnEnviarNovaMensagem:hover,
.BtnEnviarNovaMensagem:focus,
.BtnEnviarNovaMensagem:active {
	color: #f4f4f4;
    background: #aa072c;
	border: none;
	outline: none;
    
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
}

.FaleConosco {
	display: contents;
}

.FaleConosco .LabelNome {
	position: absolute;
	width: 25px;
	height: 25px;
	top: 0;
	left: 0;
	margin: 10px 0 0 15px;
	background: url("../svg/FaleConosco_Nome.svg") center center no-repeat;
	background-size: 25px;
}

.FaleConosco .LabelEmail {
	position: absolute;
	width: 25px;
	height: 25px;
	top: 0;
	left: 0;
	margin: 10px 0 0 15px;
	background: url("../svg/FaleConosco_Email.svg") center center no-repeat;
	background-size: 25px;
}

.FaleConosco .LabelNome:after,
.FaleConosco .LabelEmail:after {
	content: '';
	display: block;
	width: 2px;
	height: 18px;
	top: 0;
	left: 0;
	margin: 4px 0 0 40px;
	background: #7DA0B5;
}