html, 
body, 
.f-container-menu, 
.content-wrap {
  width: 100%;
  height: 100%;
}
.footer-login{
  border-top:0px;
}
.logo-login {
    /*width: 90px;
    position: absolute;
    z-index: 99;
    left: -12px;
    top: 26px;*/
    width: 98px;
    position: absolute;
    z-index: 99;
    left: -14px;
    top: 24px;
}
.form-login .input-group{
  margin-bottom: 20px;
}
.bg-inicio{
  background-image: url("/images/login/eds.png");
  background-size: cover;
  height: 100%;
  padding: 0;
}
.f-modal {
    background: rgba(0, 0, 0, 0.8);
    padding: 6% 30%;
    text-align: center;
    min-height: 100%;
}
@media only screen and (max-width: 600px) {
  .f-modal { 
    padding: 6% 2%;
}

}



.hexagono {
  position: relative;
  display: inline-block;
  margin: 1px 18px;
  background-color: white;
  text-align: center;
}
.hexagono,.hexagono::before,.hexagono::after{
 width: 67px;
 height: 116px;
 border-radius: 20%/5%;
}
.hexagono, .hexagono::before, .hexagono::after {
  width: 67px;
  height: 116px;
  border-radius: 20%/5%;
  margin-bottom: 30px;
}
.hexagono::before {
  background-color: inherit;
  content: "";
  position: absolute;
  left: 0;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.hexagono::after {
  background-color: inherit;
  content: "";
  position: absolute;
  left: 0;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

.hexagono:hover {
  background-color: white;
  cursor: pointer;
  z-index: 105;
}
.hexagono:active {
  background-color: white;
  z-index: 110;
}
.title-login{
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  margin: 30px 0px;
  font-size: 24px;
}
.f-input {
    background: rgba(144, 143, 147, 0.85);
    border: none;
    padding: 20px;
    color: white !important;
    border-radius: 0px 15px 15px 0px !important;
}
.f-input:focus{
  box-shadow: none;
  border: none;
}

.f-input-kendo-l{
  background: rgba(111, 160, 201, 0.46);
  border: none;
  padding: 20px;
  color: white !important;
  border-radius: 15px 15px 15px 15px !important;
}
.f-input-kendo-l:focus{
  box-shadow: none;
  border: none;
}
.input-icon {
    background: rgba(144, 143, 147, 0.85);
    color: white;
    border: none;
    border-radius: 15px 0px 0px 15px;
}
.input-icon i{
  border-right: 1px solid white;
  padding-right: 10px;
  font-size: 18px;
  width: 30px;
}
.f-input::-webkit-input-placeholder {
  color: white !important;
}

.f-input:-moz-placeholder { /* Firefox 18- */
  color: white !important;  
}

.f-input::-moz-placeholder {  /* Firefox 19+ */
  color: white !important;  
}

.f-input:-ms-input-placeholder {  
  color: white !important;  
}

.toggle-button {
  position: relative;
  display: inline-block;
  color: #fff; 
}
.toggle-button label {
  display: inline-block;
  text-transform: uppercase;
  cursor: pointer;
  text-align: left; 
}
.toggle-button input {
  display: none; 
}
.toggle-button__icon {
  cursor: pointer;
  pointer-events: none; 
}
.toggle-button__icon:before, .toggle-button__icon:after {
  content: "";
  position: absolute;
  top: 45%;
  left: 35%;
  transition: 0.2s ease-out; 
}

.toggle-button--tuuli label {
  height: 20px;
  line-height: 20px;
  transition: all 0.2s;
  border-radius: 2rem; 
}
.toggle-button--tuuli label:before, .toggle-button--tuuli label:after {
  position: absolute;
  right: 1rem;
  transition: all 0.2s .1s ease-out; 
}

.toggle-button--tuuli input[type=checkbox] + label {
    width: 20px;
    background: rgba(144, 143, 147, 0.85);
    margin-bottom: -5px;
    margin-right: 20px;
}
.toggle-button--tuuli input[type=checkbox] + label:before {
  opacity: 0;
  transform: translate(0, 20px); 
}
.toggle-button--tuuli input[type=checkbox] + label:after {
  opacity: 1;
  transform: translate(0, 0); 
}

.toggle-button--tuuli input[type=checkbox]:checked ~ label {
  width: 20PX;
  background: rgba(111, 160, 201, 0.46); 
}

.toggle-button--tuuli input[type=checkbox]:checked ~ .toggle-button__icon:before {
  transform: translate(-30%, 100%) rotate(45deg) scale(0.6, 1); background: white; 
}

.toggle-button--tuuli input[type=checkbox]:checked ~ .toggle-button__icon:after {
  transform: translate(20%) rotate(-45deg); background: white;
}

.toggle-button--tuuli .toggle-button__icon {
  position: absolute;
  height: 20px;
  width: 20px;
  top: 0;
  left: 0;
}
.toggle-button--tuuli .toggle-button__icon:before, .toggle-button--tuuli .toggle-button__icon:after {
  width: 10px;
  height: 3px;
  border-radius: 3px;
  background: white;
  box-shadow: none;
  margin-left: -10%;
  top: 46%; 
}
.toggle-button--tuuli .toggle-button__icon:before {
  transform: rotate(45deg);   background: transparent;
}
.toggle-button--tuuli .toggle-button__icon:after {
  transform: rotate(-45deg); background: transparent;
}

.section-tuuli{
  margin: 20px 0px;
  padding: 0px 8px;
}
.btn-login {
    width: 100%;
    border-radius: 15px;
    border-color: transparent;
    background: rgba(144, 143, 147, 0.85);
    color: white;
    font-weight: bold;
    padding: 8px 12px;
}
.btn-login i{
  padding-right: 10px;
}
.close-login{
  color: white;
  opacity: .8;
  font-size: 30px;
  font-weight: normal;
  text-shadow: none;
}
.close-login:hover, .close-login:focus {
  color: white;
  opacity: .8;
  font-size: 30px;
  font-weight: normal;
  text-shadow: none;
  outline: none;
}
.o-password{
  float: right;
  color: white;
  padding-right: 8px;
  cursor: pointer;
}
.o-password:hover, .o-password:focus{
  text-decoration: none;
  color: white;
  outline: none;
}
.btn-login:hover, .btn-login:focus, .btn-login:active {
    background-color: #aed400;
    color: white;
    border: 1px solid #aed400;
    outline: none !important;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px rgba(144, 143, 147, 0.85) inset !important;
    box-shadow: 0 0 0 1000px rgba(144, 143, 147, 0.85) inset !important;
}
.text-danger {
    color: #a94442;
    position: absolute;
    width: 100%;
    bottom: -18px;
    left: 0;
}
.f-input-dropdown {
    width:100%;
    border-radius: 15px 0px 0px 15px;
    /*white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;*/
}


.f-input-dropdown .f-input {
    border-radius: 15px 15px 15px 15px !important;
}
        .f-input-dropdown .f-input .k-state-default {
            background: transparent;
            border: transparent;
            box-shadow:none;
        }
    .f-input-dropdown .f-input .k-dropdown-wrap .k-input {
        color: white !important;
        text-align: left;
        /*padding-left: 65px;*/
        font-size: 13px;
        font-weight: 400;
    }


