

/* ---------- GENERAL ---------- */





/* ---------- LOGIN ---------- */

.login .h2_login {
	font-size: 28px;
	padding: 20px 26px;
	text-align: center;
}



.login .fieldset_login {
	/*background: #fff;*/
	border-radius: 0 0 20px 20px;
	padding: 20px 26px;
}

.login .fieldset_login .p_loggin {
	color: #777;
	margin-bottom: 14px;
}

.login .fieldset_login .p_loggin:last-child {
	margin-bottom: 0;
}

.login .fieldset_login input {
	border-radius: 3px;
}

.login .fieldset_login input[type="email"], .login .fieldset_login input[type="password"] {
	color: #777;
	display: block;
	width: 100%;
	height: calc(2.25rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.login .fieldset_login input[type="text"], .login .fieldset_login input[type="text"] {
	color: #777;
	display: block;
	width: 100%;
	height: calc(2.25rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-gnral, .login .fieldset_login input[type="submit"] {
	background: linear-gradient(135deg, #c9a54a, #a8863a) !important;
	color: #fff !important;
	display: inline-block !important;
	margin: 25px auto 0 auto !important;
	padding: 14px 35px !important;
	width: auto !important;
	border: none !important;
	font-family: 'Poppins', sans-serif !important;
	font-size: 13px !important;
	font-weight: 500 !important;
	letter-spacing: 0.15em !important;
	text-transform: uppercase !important;
	text-decoration: none !important;
	border-radius: 4px !important;
	box-shadow: 0 10px 30px -10px rgba(201, 165, 74, 0.6) !important;
	transition: all 0.3s ease !important;
	text-align: center;
}

.btn-gnral:hover, .login .fieldset_login input[type="submit"]:hover {
	background: linear-gradient(135deg, #d4b25b, #b79549) !important;
	box-shadow: 0 12px 35px -8px rgba(201, 165, 74, 0.8) !important;
	transform: translateY(-1px) !important;
	color: #fff !important;
}

.link_cuenta{
	color: #777;
	text-align: center;
	margin: 0 auto;
	display: block;
	width: 90px;
}

.login {
	/*width: 70%;*/
	margin: auto;
}
.login_sesion {
	width: 40%;
}

.screen_ok .h2_ok {
	font-family: 'Cormorant Garamond', serif !important;
	font-size: 38px !important;
	font-weight: 400 !important;
	padding: 10px 20px !important;
	text-align: center;
	color: #1a1a1a !important;
	letter-spacing: 0.02em;
}

.screen_ok .h5_ok {
	font-family: 'Poppins', sans-serif !important;
	font-size: 15px !important;
	font-weight: 400 !important;
	padding: 10px 20px !important;
	text-align: center;
	color: #707070 !important;
}

.screen_ok {
	width: 70%;
	margin: 6rem auto !important;
	text-align: center !important;
}

@media only screen and (max-width: 850px) {
	.login_sesion, .screen_ok {
		width: 65% !important;
		margin: 4rem auto !important;
	}
}

}

@media only screen and (max-width: 500px) {
	.login_sesion, .screen_ok {
		width: 100% !important;
		margin: auto;
	}
}

.container-fluid {
	width: 100%;
}
.row_login{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: 0;
	margin-left: 0;
}
.col-form_login {
	position: relative;
	width: 100%;
	min-height: 1px;
	/* padding-right: 15px; */
	/* padding-left: 15px; */
}
.col-md-4_login {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.text-center {
	text-align: center !important;
}
.ml-auto, .mx-auto {
	margin-left: auto !important;
}
.mr-auto, .mx-auto {
	margin-right: auto !important;
}

@media only screen and (max-width: 768px) {
	.col-md-4_login {
		width: 100% !important;
		flex: 100%;
		max-width: 100%;
	}
}

.col-md-4_login{
	position: relative;
	/* width: 100%; */
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.form-control {
	display: block;
	width: 100%;
	height: calc(2.25rem + 2px);
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
input, select, .col-md-4_login {
	box-sizing: border-box;
}

.fa-color {
	color: #a5a5a5 !important;
}