@charset "utf-8";

body {
    height: 100%;
    background-color: #5997c0;
    min-height: 100%;
    padding: 0px;
    margin: 0px;
    /*ackground-image: url(/publico/img/login-sysall.png);
    background-position: 115% 250%;
    background-repeat: no-repeat;*/
}

body:before {
    /*height: 100%;
    background-color: #5997c0;
    min-height: 100%;
    padding: 0px;
    margin: 0px;*/
    /* background-color: white; */

    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;    
    z-index: 1;    
    background-image: url(/publico/img/login-sysall.png);
    background-position: 115% 250%;
    background-repeat: no-repeat;
}

body .bg-body-pointers {
    width: 50%;
    height: 70%;
    position: absolute;
    background-image: url(/publico/img/new_design/header-pointers.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    top: -30%;
}

body .bg-body {
    z-index: -1;
}

body .bg-body:before, body .bg-body:after {
    position: absolute;
    border-radius: 50%;
}

body .bg-body:before {
    content: "";
    width: 660px;
    height: 660px;
    background-color: #4784b2;
    left: 50%;
    transform: translateX(-30%);
    top: -30%;
}

body .bg-body:after {
    /* background-image: url(/publico/img/new_design/bg-desktop.jpg); */
    content: "";
    width: 420px;
    height: 420px;
    background-color: rgb(143 224 151 / 60%);
    top: -20%;
    left: 47%;
    transform: translateX(-100%);
}



.wrapper {
    /* display: flex; */
    /* padding-top: 60px; */
    /*align-items: stretch;    
    width: 100%;
    overflow: hidden;
    min-height: 100%;
    position: relative;
    z-index: 68;
    padding-bottom: 60px;*/

    width: 100vw;
    height: 100vh;
    display: grid;
    grid-template-columns: 100% 1fr;
    grid-gap: 0rem;
    padding: 0 0rem;

}

.login-content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    z-index: 9;
    position: relative;
}

.login-content .error {
    position: absolute;
    background-color: rgba(233, 30, 99, 0.7);
    width: 100%;
    top: 0px;
    color: white;
    padding: .5rem 0rem;
    z-index: 999;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}

.login-content .login-true {
    background-color: rgb(76 175 80 / 70%) !important;
}

.wrapper .login-content form {
    margin: 0px auto;	
    width: 300px;    
}


.ft-pointers {
    background-image: url(/publico/img/new_design/footer-pointers.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 250px;
    height: 80px;
    position: fixed;
    bottom: 10px;
    z-index: 7;
}

.login-content .logo {
    margin-bottom: 30px;	
}

.login-content .input-div{
	position: relative;
    display: grid;
    grid-template-columns: 14% 86%;
    margin: 25px 0;
    padding: 5px 0;
    /*border-bottom: 2px solid #d9d9d9;*/
    background-color: #79c3a7;
    border-radius: 50px;
}

.login-content .input-div.one{
	margin-top: 0;
}

.i{
	color: #ffffff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.i i{
	transition: .3s;
    font-size: 20px;	
    margin-right: -10px;
}

.input-div > div{
    position: relative;
	height: 60px;
	overflow: hidden;
}

.input-div > div > h5{
	position: absolute;
	left: 5px;
	top: 30%;
	transform: translateY(-50%);
	color: #ffffff;
	font-size: 18px;
	transition: .3s;
	font-family: sans-serif;
    padding: 0px;
    margin: 0px;
    font-weight: normal;
}

.input-div:before, .input-div:after{
	content: '';
	position: absolute;
	bottom: -2px;
	width: 0%;
	height: 2px;
	/*background-color: #3fa2e4;*/
	/*background-color: #00DC8F;*/
	transition: .4s;
}

.input-div:before{
	right: 50%;
}

.input-div:after{
	left: 50%;
}

.input-div.focus:before, .input-div.focus:after{
	width: 50%;
}

/*.focus*/
.input-div > div > h5{
	/* top: -8px; */
	font-size: 15px;
}

.input-div.focus > .i > i{
	/*color: #00DC8F;*/
}

.input-div > div > div {
    overflow: hidden;
    position: relative;
    height: 100%;
    border-bottom-right-radius: 30px;	
}

.input-div > div > div > input{
	position: relative;
	left: -12px;
	top: 30px;
	width: 84%;
	/*height: 100%;*/
	border: none;
	outline: none;
	background: none;
	padding: 0rem 0rem;
	font-size: 1.2rem;
	color: #ffffff;
	font-family: 'poppins', sans-serif;
	transition: 0.2s ease-in-out font-size;
    line-height: 35px;	
}

.input-div > div > input.ntext{
	font-size: 0.8rem;
}

.input-div.pass{
	margin-bottom: 4px;
}

#show-password {
    position: absolute;
    right: 20px;
    font-size: 25px;
    top: 17px;
    /*color: #a2a2a2;*/
    color: #ffffff;
}

.login-content .btn {

	display: block;
    background-color: #1f5991;
    background: #1f5991;
    color: #ffffff;
    border: 0px;
    width: 80%;
    margin: 25px auto;
    font-family: sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    padding: 15px;
    border-radius: 100px;
    outline: none;
    cursor: pointer;
}

.login-content .btn:hover {
    opacity: 0.84;
}

.login-content .reset-password {
	color: #ffffff;
	font-family: sans-serif;
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 20px;
    margin-top: 20px;
    display: block;	
}

.login-content .panel-copyright {
	color: #ffffff;
    font-family: sans-serif;
    font-weight: 100;	
    margin-top: 62px;
}

.login-content .panel-copyright a {
	color: #ffffff;
	text-decoration: none;
	margin-bottom: 3px;
	display: inline-block;
}

.input-div > div > div > input.ntext{
    font-size: 0.8rem;
}

footer {
    height: 50px;
    bottom: 0px;
    position: fixed;
    width: 100%;
    z-index: 0;
}

footer .ft-box {
    display: flex;
}

footer .ft-box > div {
    height: 50px;
    width: 50%;
}

footer .ft-box div:first-child {
    background-color: #4784b2;
}

footer .ft-box div:last-child {
    background-color: #78c2a8;
}

input[type="text"]:-webkit-autofill,
input[type="text"]:-webkit-autofill:hover, 
input[type="text"]:-webkit-autofill:focus,

input[type="password"]:-webkit-autofill,
input[type="password"]:-webkit-autofill:hover, 
input[type="password"]:-webkit-autofill:focus {
    /*-webkit-box-shadow: 0 0 0px 1000px #79c3a7 inset;
    -webkit-background-color: transparent;
    -webkit-text-fill-color: #ffffff;*/
    border: 0px;
    -webkit-text-fill-color: #ffffff;
    -webkit-box-shadow: 0 0 0px 1000px #79c3a7 inset;
    transition: background-color 5000s ease-in-out 0s;

}

/*input:-webkit-autofill {
    -webkit-text-fill-color: #ffffff;
    -webkit-background-color: transparent;
    -webkit-box-shadow: 0 0 0px 1000px #79c3a7 inset;
}*/

/* REGLAS DE CHANGE PASSWORD */

#pswd_info {
    /*position: absolute;*/
    /* bottom: 10px; */
    /*margin-top: 150px;*/
    /*background-color: white;
    border: 2px solid #d9d9d9;*/
    /*width: 90%;*/
    text-align: left;
}

#pswd_info ul, 
#pswd_info li {
    margin:0;
    padding:0;
    list-style-type:none;
    font-family: sans-serif;
}

#pswd_info ul li{    
    position: relative;
}

#pswd_info h4 {
    margin:0 0 10px 0;
    padding:0;
    font-weight:normal;
    font-size: 16px;
    font-family: sans-serif;
    color: #ffffff;
}

#pswd_info::before {
    content: "\25B2";
    position:absolute;
    top:-12px;
    left:45%;
    font-size:14px;
    line-height:14px;
    color:#ddd;
    text-shadow:none;
}

.invalid {
    /*background:url(<?php echo BASE_REL; ?>/publico/img/invalid.png) no-repeat 0 50%;*/
    padding-left:22px !important;
    line-height:24px;
    /*color:#ec3f41;*/
    color: #ffffff;    
}

.invalid:before {
  content: " ";
  height: 5px;
  width: 5px;
  background-color: #ffffff;
  position: absolute;
  border-radius: 50%;
  left: 7px;
  top: 7px;
}

.valid {
    /*background:url(<?php echo BASE_REL; ?>/publico/img/valid.png) no-repeat 0 50%;*/
    /*padding-left:22px;*/
    line-height:24px;
    /*color:#3a7d34;*/
    color: #ffffff;
    /*font-weight: bold;*/
}

.valid:before {

  font: normal normal normal 25px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;  
  content: "\f00c";
  color: #79c3a7;
}

/*.input-login {
    color: #ffffff;
    font-family: sans-serif;
}*/


/* REGLAS DE CHANGE PASSWORD */

/* CHECKBOX */

.container {
    /*max-width: 640px;*/
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 12px;
}

ul.ks-cboxtags {
    list-style: none;
    padding: 0px;
}
ul.ks-cboxtags li{
  display: inline;
}
ul.ks-cboxtags li label{
    display: inline-block;
    /*background-color: rgba(255, 255, 255, .9);*/
    border: 2px solid rgb(121 195 167);
    color: rgb(255 255 255);
    border-radius: 25px;
    white-space: nowrap;
    margin: 3px 0px;
    box-shadow: 0px 0px 5px #ffffff;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;
}

ul.ks-cboxtags li label {
    padding: 8px 12px;
    cursor: pointer;
}

ul.ks-cboxtags li label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "FontAwesome";
    font-weight: 900;
    font-size: 12px;
    padding: 2px 6px 2px 2px;
    content: "\f00d";
    transition: transform .3s ease-in-out;
}

ul.ks-cboxtags li input[type="checkbox"]:checked + label::before {
    content: "\f00c";
    transform: rotate(-360deg);
    transition: transform .3s ease-in-out;
}

ul.ks-cboxtags li input[type="checkbox"]:checked + label {
    border: 2px solid #1bdbf8;
    background-color: #12bbd4;
    color: #fff;
    transition: all .2s;
}

ul.ks-cboxtags li input[type="checkbox"] {
  display: absolute;
}
ul.ks-cboxtags li input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
ul.ks-cboxtags li input[type="checkbox"]:focus + label {
  /*border: 2px solid #e9a1ff;*/
}

/* CHECKBOX */

@media only screen and (min-width: 768px) and (max-width: 1366px) {

    body:before {        
        background-image: url(/publico/img/login-sysall-tablet.png);
        background-position: 1000% 100%;        
    }

	body .bg-body:after {
	    width: 350px;
	    height: 350px;	
	    top: -15%;
    	left: 47%;
	}

	body .bg-body-pointers {
    	width: 70%;		
		height: 57%;
		top: -15%;
	}

	.ft-pointers {
		left: 0px;	
	}

}

@media only screen and (max-width: 767px) {

    body:before {        
        background-image: url(/publico/img/login-sysall-phone.png);
        background-position: 25% 140%;       
    }

	body .bg-body-pointers {
	    width: 80%;
	    height: 60%;
		left: 50%;
	    transform: translateX(-50%);	
	    position: fixed;
	    top: -15%; 
	}
	body .bg-body:after {
		width: 250px;
		height: 250px;
		top: -15%;
		left: 40%;
		transform: translateX(-100%);
		position: fixed;
	}
	body .bg-body:before {
		width: 400px;
		height: 400px;
		left: 40%;
		transform: translateX(-30%);
		top: -30%;
		position: fixed;
	}

	.ft-pointers {
	    width: 150px;
	    height: 50px;
	    left: 5px;
	    bottom: 5px;
	    background-size: cover;
	    position: fixed;
	    /*z-index: 99;*/
	}

    footer {
        position: sticky;
    }


}
