body {
	background: #f5f5f5;
}
.login {
	//border: 1px solid #ddd;
	//background: #fff;
	//padding: 30px;
	width: 100%;
	max-width: 1600px;
	margin: auto;
	margin-top: 50px;
        margin-bottom: 50px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
hr {
    color: "black";
    border-style: "double";
    
}
h1{
     font-size: 170%;
}

h2{
    font-size: 150%
}

 
#numFone {
	margin-bottom: 10px;
	height: 40px;
        width: 200px;
}

.marginbot {
        margin-bottom: 15px;
}



.login h3 {
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}


.field-required {
	color: red;
}

#btn-enviar {
        margin-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
        font-weight: bold;
        font-size: 15px;
        
}

.uppercase {
        text-transform: uppercase;
}  

.alert1 {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert2 {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;  
}

.alert3 {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;  
}

.alertIndex {
  padding: 15px;
  margin-bottom: 15px;
  margin-right: 50px;
  margin-left: 15px;
  border: 1px solid transparent;
  border-radius: 4px;
}

input:focus { 
    outline: none !important;
    border-color: #00BFFF;
    box-shadow: 0 0 10px #719ECE;
}

select:focus { 
    outline: none !important;
    border-color: #00BFFF;
    box-shadow: 0 0 10px #719ECE;
}
.name {
    font-family:Arial;
    font-style: italic;
    font-weight: bold;
    color: #B5B5B5;
}

.formC {
    line-height: 1.42857143;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 28px;
    width: 120px;
    padding: 3px 6px;
    font-size: 13px;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.formC2 {
    line-height: 1.42857143;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 28px;
    width: 40px;
    font-size: 13px;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.obs1{
    font-size: 10px;
}

.whats{
        margin-top: 25px;
}
  
.field-required {
	color: #d9534f;
        
}  


