body {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	background: #fff; 
}

.page {
    display: flex;
    justify-content: center;
    align-items: center;   
    height: 100vh;	
}

hr {
	border: none;
	border-top: 3px solid rgba(221, 221, 221, 0.25);
	margin: 35px 0; 
}

h2 {
	font-size: 1.5em;
	margin: 0 0 20px;
	color: #657a96; 
}

.form {
	box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.25);
	border-radius: 4px;
	padding: 15px 30px;
	background: white;
/* 	position: relative;  */
	line-height: 1.3;
}

.form.form-center {
	width: 400px;
	z-index: 1; 
}

.form > .control {
	margin-bottom: 15px; 
	position: relative;
}

.form > .control .label,
.form > .control .input {
	display: block; 
}

.form > .control .label {
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 1em;
	color: #657a96; 
}

.form > .control .input {
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 8px;
	width: 100%;
	transition: all .3s; 
}

.form > .control .input:focus {
	box-shadow: 0 0 2px rgba(53, 64, 79, 0.25);
	background: #e6eaee;
	outline: none; 
}

.form > .control .input.input-outline {
	background: none;
	color: white; 
}

.form > .control .input.input-outline:focus {
  color: white; 
}

.form > .control .icone-input {
	position: absolute;
	top: 27px;
	right: 7px;	
	color: #889cc1;
}

.form > .submit {
	margin-top: 22px;
	margin-bottom: 5px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.form > .submit-2 {
	display: flex;
	justify-content: space-around;
}

.form > .submit .button {
	background: #2CAA52;
	color: white;
	font-weight: bold;
	border: 1px solid #000;
	border-radius: 4px;
	display: inline-block;
	padding: 10px 16px;
	letter-spacing: 1px;
	width: 173px;
	cursor: pointer;
	transition: all .3s;
 }

.form > .submit .button.button-block {
	width: 100%; 
}

.form > .submit .button:hover {
	background: #059669; 
}

.form > .submit .button-cancel {
	background: #e51957;
	color: white;
	font-weight: bold;
	border: 1px solid #876f6f;
	border-radius: 4px;
	display: inline-block;
	padding: 10px 16px;
	letter-spacing: 1px;
	width: 139px;
	cursor: pointer;
	transition: all .3s; 
}

.form > .submit .button-disabled {
	background: #fcfcfc;
	color: #363636;
	font-weight: bold;
	border: 1px solid #c7c7c7;
	border-radius: 4px;
	display: inline-block;
	padding: 10px 16px;
	letter-spacing: 1px;
	width: 173px;
	cursor: default;
	transition: all .3s;
}


.form > .submit .button-cancel:hover {
	background: #ba3c62; 
}

.form .eti-forgot {
	display: flex;
    justify-content: space-between;
}

.form-titulo {
	display: flex;
    justify-content: space-between;
	align-itens: center;
}

.eti-link {
    text-decoration: none;	
	text-align: center;
}
