@charset "UTF-8";

.centrado {
    width: 40%;
    margin: 0 auto;
}

.centrado2 {
    width: 60%;
    margin: 0 auto;
}

.recupera-pwd {
	padding: 36px 0;
}

.recupera-pwd h1 {
	font-size: 26px;
	color: #436DA7;
	font-weight: 600;
  	text-align: center;
  	margin-top: auto;
  	margin-bottom: auto;
}

.recupera-pwd small {
/*     text-align: center; */
    max-width: 600px;
    margin: 0 auto;
    font-weight: 300;
/*     font-size: 16px; */
}

.recupera-pwd strong {
	font-size: 16px;
    font-weight: 700;
}

.recupera-pwd .align_center {
  	text-align: center;
}

.recupera-pwd p {
  	max-width: 600px;
  	margin: 0 auto;
  	font-weight: 300;
  	font-size: 16px;
}

.input-wrapper {
	margin-top: 18px;
}
.recupera-pwd .textbox {
  	width: 100%;
  	height: 40px;
  	padding: 4px 15px;
  	margin-bottom: 0;
  	background-color: #fff;
  	border: 0;
  	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  	box-sizing: border-box;
  	border: 1px solid #D1D1D1;
  	border-bottom: 2px solid #436DA7;
  	border-radius: 6px 6px 0 0;
  	font-family: inherit;
	font-size: 16px;
	color: #494A4F;
}
.recupera-pwd .mensaje {
	height: auto;
	resize: none;
	min-height: 100px;
}
.recupera-pwd .option {
	box-sizing: border-box;
	padding: 0;
}
.recupera-pwd .chk {
  	/* position: relative; */
	/* vertical-align: middle; */
	/* bottom: 4px; */
	/* height: 2rem; */
	position: absolute;
    vertical-align: bottom;
    margin-left: 18px;
}
.recupera-pwd .link {
	color: #436DA7;
	text-decoration: underline;
	font-size: 16px;
	line-height: 1.77;
}
.recupera-pwd .aviso {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #494A4F;
	font-size: 16px;
	line-height: 1.77;
}
.recupera-pwd .btn-primary {
    -webkit-appearance: button;
    border-radius: 5px;
    border: 0;
    display: inline-block;
    padding: 10px 20px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.77;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-decoration: none !important;
	font-weight: bold;
}
.recupera-pwd .btn {
    border-radius: 5px;
    background: #d3d4d8;
    border: 0;
    color: #494A4F;
    display: inline-block;
    padding: 10px 20px;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.77;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-decoration: none !important;
}