h1,h2,h3,h4,h5,h6,p,div
{
	font-family: "Open Sans", sans-serif;
}
.login-page
{
	display: flex;
	overflow: hidden;
	height: 100vh;
	width: 100vw;
	align-items: flex-start;
	justify-content: center;
	background-color: #e9ecef;
	margin-top: 100px;
    margin-left: 0px;
}
.dashboard-page
{
	display: flex;
	overflow: hidden;
	height: 100vh;
	width: 100vw;
	align-items: flex-start;
	justify-content: flex-start;
	background-color: #e9ecef;
	margin: 0px;
}
.content-page
{
	width: 100vw;
	height: 100vh;
}

.login-box
{
	width: 360px;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	border: 1px solid #e3e3e3
}

.box
{
	align-items: center;
	justify-content: center;
	background-color: #fff;
	border: 1px solid #e3e3e3
}
.card
{
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 0 solid rgba(0,0,0,.125);
	border-radius: 0.25rem;
}
.login-box-body
{
	display: flex;
	padding: 25px;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.input-form
{
	width: 100%;
	border: none;
	height: 35px;
	font-size: 0.9rem;
}
.us-btn-style_1
{
	font-family: 'Open Sans',sans-serif;
	font-size: 16px;
	line-height: 1.2!important;
	font-weight: 400;
	font-style: normal;
	text-transform: none;
	letter-spacing: 0em;
	border-radius: 0.3em;
	padding: 0.6em 1.2em;
	background: #2271b1;
	border-color: transparent;
	color: #ffffff!important;
	box-shadow: 0 0em 0em rgb(0 0 0 / 20%);
	cursor: pointer;
}
.us-btn-style_1:hover
{
	background: #164b76;
	color: #ffffff!important;
}
.us-btn-style_2
{
	font-family: 'Open Sans',sans-serif;
	font-size: 16px;
	line-height: 1.2!important;
	font-weight: 400;
	font-style: normal;
	text-transform: none;
	letter-spacing: 0em;
	border-radius: 0.3em;
	padding: 0.6em 1.2em;
	background: #a5a5a5;
	border-color: transparent;
	color: #ffffff!important;
	box-shadow: 0 0em 0em rgb(0 0 0 / 20%);
	cursor: pointer;
}
.us-btn-style_2:hover
{
	background: #164b76;
	color: #ffffff!important;
}

.centrar_contenido{
	display: flex;
    justify-content: center;
    align-items: center;
}

.columna{
	flex-direction: column;
}

/* FORMULARIOS */
.form-group
{
	width: 100%;
	display: flex;
	margin-top: 8px;
	margin-bottom: 8px;
	justify-content: space-between;
	padding-left: 10px;
	border: 1px solid #e3e3e3
}
.form-group i
{
	width: 15%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.1rem;
}
.form-group .input-form
{
	width: 80%;
}

.form-group .msj
{
	color: red;
	width: 50%;
}
.form-input
{
	width: 100%;
	display: flex;
	margin-top: 8px;
	margin-bottom: 8px;
	justify-content: space-between;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 0.8rem;
	flex-direction: column;
}
.form-input input
{
	width: 100%;
	border: 1px solid #e3e3e3;
	font-size: 0.9rem;
}
.form-input textarea
{
	width: 100%;
	border: 1px solid #e3e3e3;
	font-size: 0.9rem;
	min-height:60px;
}
.form-input span
{
	margin-bottom: 0px;
	margin-top: 0px;
}

.form-group-boton
{
	width: 100%;
	align-items: center;
	font-size: 1.1rem;
	display: flex;
	justify-content: flex-end;
	border: none !important;
	margin-top:20px;
}


/* FORMULARIOS */


/* MODAL */
.marco_modal
{
	background-color: #fff;
	padding: 10px;
	border-radius: 3px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 100px;
	display: none;
}
.caja_enlace_xx
{
	text-align: right;
	width: 1px;
}
.marco_contenido_publico
{
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	color: black;
	width: 100%;
}
.enlace_xx
{
	width: 40px;
	height: 40px;
	border-radius: 0px 10px 10px 0px;
	z-index: 10000;
	margin-top: -10px;
	cursor: pointer;
	margin-left: 10px;
	position: relative;
	font-size: 2.2rem;
	display: flex !important;
	align-items: center;
	justify-content: center;
	color: white;
}
.enlace_xx i:hover
{
	color: orangered;
}
/* MODAL */
