#users{
	/*margin: 40px 0px;*/
}

#users .container .row .users{
	/*text-align: left;*/
}

#users .container .row .users label{
	font-family: Roboto;
	font-size: 15px;
	font-weight: 500;
	font-style: normal;
	color: #333333;
	line-height: 1.4em;
	letter-spacing: 0em;
	
	margin-top: 20px;
	margin-bottom: 10px;
}

#users .container .row .users p{
	font-family: Roboto;
	font-size: 15px;
	font-weight: 400;
	font-style: normal;
	color: #333333;
	line-height: 1.31em;
	letter-spacing: 0em;
	text-align: justify;
}

#users .container .row .users .textinputs input{
	width: 100%;
}

#users .container .row .users .g-recaptcha{
	max-height:80px;
	overflow: hidden;
	padding: 0;
}

#users .container .row .users .btnusers{
	text-align: center;
}

#users .container .row .users .btnusers button{
	font-family: Roboto;
	font-size: 15px;
	font-weight: 500;
	font-style: normal;
	color: #ffffff;
	line-height: 1.4em;
	letter-spacing: 0em;
	
	margin-top: 20px;
	margin-bottom: 10px;
	background-color: #808080;
}

#users .container .row .users .btnusers button:hover{
	background-color: #707070;
}

#users .container .row .users .link-main{
	text-align: center;
}

#users .container .row .users .link-main a{
	margin: 20px 0px;
	text-decoration: none;
	background-color: #808080;
}

#users .container .row .users .link-main a:hover{
	background-color: #707070;
}

#users .container .row .users .link-main a i{
	color: #ffffff;
}

#users .container .row .users .link-main a span{
	font-family: Roboto;
	font-size: 15px;
	font-weight: 500;
	font-style: normal;
	color: #ffffff;
	line-height: 1.4em;
	letter-spacing: 0em;
}






.well{
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f0f0f0;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.alert-warning {
    background-color: #f0f0f0;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
}

.alert-warning ul{
	list-style-type: none;
}

