/*[-----*** TABLA DE ESTILOS PARA EL LOGIN-----]
1. Logo
2. Contenido - content
---------------------------------------------------------------------------*/
/*--------------------------------------------------
	[1. Logo Travel Club Local]
----------------------------------------------------*/
html, html a {
	-webkit-font-smoothing: antialiased !important;
	-moz-font-smoothing: antialiased !important;
	-o-font-smoothing: antialiased !important;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	-o-transition: 0.5s ease;
}
.login {
	background-color: #666 !important;
}
.login .logo {
	font-family: "Oswald";
	font-size: 2.5em;
	font-weight: 100;
	margin: 60px auto 20px;
	padding: 15px;
	text-align: center;
}
.login .logo a {
	color: #fff !important;
	text-decoration: none
}
.login .logo a:hover {
	color: #ffc1c4 !important;
}
.login .logo a:hover span {
	color: #fff !important;
}
.login .logo span {
	color: #ef6269
}
/*--------------------------------------------------
	[2. Contenido - content]
----------------------------------------------------*/
input.form-control, textarea.form-control {
    -webkit-box-shadow: none !important;
    -webkit-appearance: none;
    box-shadow: none !important;
}
.login .content {
	background: url(../images/bg-white-lock.png) repeat;
	width: 360px;
	margin: 0 auto;
	margin-bottom: 0px;
	padding: 30px;
	padding-top: 20px;
	padding-bottom: 15px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	border-radius: 7px;
}
.login .content h3 {
	color: #eee;
	font-size: 23px;
}
.login .content h4 {
	color: #eee;
}
.login .content p, .login .content label {
	color: #fff;
	font-family: "Oswald";
	font-size: 18px;
	font-weight: 100;
	line-height: 20px;
	margin-top: 1px;
}
.login .content .login-form, .login .content .forget-form {
	padding: 0px;
	margin: 0px;
}
.login .content .form-control {
	background-color: #fff;
}
.has-success .form-control-feedback {
	color: #3c763d;
	right: 5px !important;
	top: 0px;
}
.has-error .form-control-feedback {
	color: #a94442;
	right: 5px !important;
	top: 0px;
}
.login .content .forget-form {
	display: none;
}
.login .content .register-form {
	display: none;
}
.login .content .form-title {
	font-weight: 300;
	margin-bottom: 15px;
	font-family: "Oswald";
}
.login .content .form-actions {
	background-color: transparent;
	clear: both;
	border: 0px;
	padding: 0px 30px 35px 30px;
	margin-left: -30px;
	margin-right: -30px;
}
.login .content .form-actions .checkbox {
	margin-left: 0;
	padding-left: 0;
}
.login .content .forget-form .form-actions {
	border: 0;
	margin-bottom: 0;
	padding-bottom: 20px;
}
.login .content .register-form .form-actions {
	border: 0;
	margin-bottom: 0;
	padding-bottom: 0px;
}
.login .content .form-actions .checkbox {
	margin-top: 8px;
	display: inline-block;
}
.login .content .form-actions .btn {
	margin-top: 1px;
}
.login .content .forget-password {
	margin-top: 25px;
}
.login .content .create-account {
	background-color: #6c7a8d;
	border-radius: 0 0 7px 7px;
	margin: 20px -30px -15px;
	padding: 15px 0 17px;
	text-align: center;
	background: rgba(0, 0, 0, 0) url("../images/bg-white-lock.png") repeat scroll 0 0;
}
.login .content .create-account p a {
	color: #c3cedd;
	font-size: 14px;
	font-weight: 600;
}
.login .content .create-account a {
	display: inline-block;
	margin-top: 5px;
}
.uppercase {
	text-transform: uppercase !important;
}
/* select2 dropdowns */
.login .content .select2-container i {
	display: inline-block;
	position: relative;
	color: #ccc;
	z-index: 1;
	top: 1px;
	margin: 4px 4px 0px -1px;
	width: 16px;
	height: 16px;
	font-size: 16px;
	text-align: center;
}
.login .content .has-error .select2-container i {
	color: #b94a48;
}
.login .content .select2-container a span {
	font-size: 13px;
}
.login .content .select2-container a span img {
	margin-left: 4px;
}
/* footer copyright */
.login .copyright {
	text-align: center;
	margin: 0 auto;
	padding: 10px;
	color: #eee;
	font-size: 13px;
}
@media (max-width: 480px) {
	/***
	  Login page
	  ***/
	.login .logo {
		margin-top: 10px;
	}
	.login .content {
		padding: 20px;
		width: 300px;
	}
	.login .content h3 {
		font-size: 22px;
	}
	.login .checkbox {
		font-size: 13px;
	}
	.login .content .create-account {
	    margin: 20px -20px -20px;
	    padding: 15px 10px 10px 10px;

	}
}
.close {
    display: inline-block;
    margin-top: 0px;
    margin-right: 0px;
    width: 9px;
    height: 9px;
    background-repeat: no-repeat !important;
    text-indent: -10000px;
    outline: none;
    background-image: url("../img/remove-icon-small.png") !important;
}
.login-form .form-control {
    border: none;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
}
.input-icon > .form-control {
    padding-left: 33px;
}
.form-control {
    font-size: 14px;
    font-weight: normal;
    color: #666;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control-feedback {
    display: block;
    height: 16px;
    line-height: 16px;
    pointer-events: none;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 0;
    width: 16px;
    z-index: 2;
}
.has-error .form-control {
    border-color: #ebccd1;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control::-moz-placeholder {
    color: #b3b3b3;
    opacity: 1;
}
.has-error .input-icon > i {
    color: #a94442;
}
.has-error .help-block, .has-error .help-inline, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: #f5d9db;
}
.help-block {
    margin-top: 5px;
    margin-bottom: 5px;
}
.input-icon {
    position: relative;
}
.btn {
    border-width: 0;
    padding: 7px 14px;
    font-size: 14px;
    outline: none !important;
    background-image: none !important;
    filter: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}
.blue.btn {
    color: #FFFFFF;
    background-color: #4B8DF8;
    border-color: "";
}
.blue.btn:hover, .blue.btn:focus, .blue.btn:active, .blue.btn.active
{
	color: #FFFFFF;
	background-color: #2977f7;
}
.open .blue.btn.dropdown-toggle
{
	color: #FFFFFF;
	background-color: #2977f7;
}
.blue.btn:active, .blue.btn.active
{
	background-image: none;
	background-color: #1068f6;
}
.blue.btn:active:hover, .blue.btn.active:hover
{
	background-color: #1a6ef6;
}
.open .blue.btn.dropdown-toggle
{
	background-image: none;
}
.blue.btn.disabled, .blue.btn.disabled:hover, .blue.btn.disabled:focus, .blue.btn.disabled:active, .blue.btn.disabled.active, .blue.btn[disabled], .blue.btn[disabled]:hover, .blue.btn[disabled]:focus, .blue.btn[disabled]:active, .blue.btn[disabled].active, fieldset[disabled] .blue.btn, fieldset[disabled] .blue.btn:hover, fieldset[disabled] .blue.btn:focus, fieldset[disabled] .blue.btn:active, fieldset[disabled] .blue.btn.active {
    background-color: #4B8DF8;
}
.margin-bottom-5 {
    margin-bottom: 5px;
}
.margin-top-10 {
    margin-top: 10px !important;
}

/***
AngularJS Basic Animations
***/
@-webkit-keyframes fadeInUp {
 0% {
 opacity: 0;
 -webkit-transform: translateY(15px);
}
 100% {
 opacity: 1;
 -webkit-transform: translateY(0);
}
}
@-moz-keyframes fadeInUp {
 0% {
 opacity: 0;
 -moz-transform: translateY(15px);
}
 100% {
 opacity: 1;
 -moz-transform: translateY(0);
}
}
@-o-keyframes fadeInUp {
 0% {
 opacity: 0;
 -o-transform: translateY(15px);
}
 100% {
 opacity: 1;
 -o-transform: translateY(0);
}
}
@keyframes fadeInUp {
 0% {
 opacity: 0;
 transform: translateY(15px);
}
 100% {
 opacity: 1;
 transform: translateY(0);
}
}
.fade-in-up
{
	-webkit-animation: fadeInUp .5s;
	animation: fadeInUp .5s;
}
 @-webkit-keyframes bounceDelay {
 0%, 80%, 100% {
 -webkit-transform: scale(0);
}
 40% {
 -webkit-transform: scale(1);
}
}
@keyframes bounceDelay {
 0%, 80%, 100% {
 transform: scale(0);
 -webkit-transform: scale(0);
}
 40% {
 transform: scale(1);
 -webkit-transform: scale(1);
}
}
.alert {
    margin: 20px 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    position: relative;
    padding-left: 70px;
    overflow: hidden;
    z-index: 1;
    border: none;
}
.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.alert::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 50px;
    height: 101%;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 2;
}
.display-none, .display-hide {
    display: none;
}
.alert::after {
    font-family: "FontAwesome";
    position: absolute;
    top: 10px;
    left: 17px;
    color: #ffffff;
    font-size: 20px;
    z-index: 3;
}
.alert.alert-danger::after {
    content: "\f00d";
}
.visible-ie9 {
    display: none;
}
.visible-ie8 {
    display: none;
}
.input-icon > i {
	color: #aaabb0;
	display: block;
	position: absolute;
	margin: 7px 2px 4px 8px;
	z-index: 3;
	width: 20px;
	height: 20px;
	font-size: 20px;
	text-align: center;
}
[class^="m-icon-"] {
    background-image: url("../img/syncfusion-icons.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
    height: 14px;
    line-height: 14px;
    margin-top: 3px;
    vertical-align: top;
    width: 14px;
}
.m-icon-white {
    background-image: url("../img/syncfusion-icons-white.png");
}
.m-icon-swapright {
    background-position: -27px -10px;
}
.btn > i {
    font-size: 14px;
}
.form-actions .btn > i {
    margin-right: 4px;
}
.m-icon-swapleft {
    background-position: -8px -10px;
}
.has-error .form-control-feedback{
	width: 10px;
	height: 10px;
	font-size: 10px;
}
.has-success .form-control-feedback{
	width: 10px;
	height: 10px;
	font-size: 10px;
}
/* ver password */
.pwd{
  display:flex
}
.ver-pwd{
  cursor: pointer;
  position: absolute;
  display: inline-flex;
  align-content: flex-end;
  margin: 7px 0px;
  right: 10px;
}
