@import url(https://fonts.googleapis.com/css?family=Roboto:300);
@import url('https://fonts.googleapis.com/css?family=Roboto400');
@import url('https://fonts.googleapis.com/css?family=Archivo+Black');





.pagelogin {
  width: 360px;
  padding: 5% 0 0;
  margin: auto;
}

.alinha {
    /*margin-top: 40%;*/
    /* position: relative; */
    /* z-index: 1; */
    background: #FFFFFF;
    /* max-width: 360px; */
    /* margin: 0 auto 100px; */
    padding: 45px;
    text-align: center;
    /* box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24); */
	border-radius: 5px;
}

.alinha input[type=text], input[type=password] {
	font-family: "Roboto", sans-serif;
    outline: 0;
    background: #edebeb;
    width: 100%;
    border: 0;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
    border: 1px solid #b5b5b5;
}
.alinha input[type=submit] {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #2f713a;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;

}
.alinha input[type=submit]:hover,.alinha input[type=submit]:active,.alinha input[type=submit]:focus {
  background: #43A047;
}

.alinha .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 12px;
}
.alinha .message a {
  color: #4CAF50;
  text-decoration: none;
}


body {
  background: #76b852; /* fallback for old browsers */
  background: -webkit-linear-gradient(right, #76b852, #8DC26F);
  background: -moz-linear-gradient(right, #76b852, #8DC26F);
  background: -o-linear-gradient(right, #76b852, #8DC26F);
  background:linear-gradient(#33783fba,#104118);
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; 

}


.txt{
  font-family: Arial;
  font-size: 12px;
  margin-top: 20px;
  text-align: center;
  color: #FFFFFF;
 }


 a{
  text-decoration: underline;
  color: #FFFFFF;
 }

 .logo{
    width: 163px;
    height: 130px;
 	margin: auto;
 	margin-bottom: 10px;
    margin-top: 20px;

 }

 .titulo{

    font-family: 'Archivo Black';
    font-size: 30px;
    color: white;
    width: 100%;
    text-align: center;
 }

 .titulo2{
    font-size: 20px;
    color: white;
    width: 100%;
    text-align: center;
	font-family: "Open Sans", arial;
 	font-style: italic;
	margin-top: 35px;
 }


 .titulo3{
    font-size: 16px;
    color: white;
    width: 100%;
    text-align: center;
 	font-family: "Open Sans", arial;
 	font-style: italic;
 }

 img{
 	width:100%;
	height: 100%;
 }