@import url(https://fonts.googleapis.com/css?family=Roboto);

/****** LOGIN MODAL ******/
.loginmodal-container {
  padding: 30px;
  max-width: 350px;
  width: 100% !important;
  background-color: #F7F7F7;
  margin: 0 auto;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  font-family: roboto;
}

.loginmodal-container h1 {
  text-align: center;
  font-size: 1.6em;
  font-family: roboto;
  font-weight: 900;
  text-transform: uppercase;
}

.loginmodal-container input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.loginmodal-container input[type=text], input[type=password] {
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none; 
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.loginmodal-container input[type=text]:hover, input[type=password]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.loginmodal {
  text-align: center;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
/* border-radius: 3px; */
/* -webkit-user-select: none;
  user-select: none; */
}

.loginmodal-submit {
  /* border: 1px solid #3079ed; */
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1); 
  background-color: #4d90fe;
  padding: 17px 0px;
  font-family: roboto;
  font-size: 14px;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.loginmodal-submit:hover {
  /* border: 1px solid #2f5bb7; */
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #357ae8;
  /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.loginmodal-container a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  opacity: 0.6;
  transition: opacity ease 0.5s;
} 

.login-help{
  font-size: 12px;
}


.inner{
  display: block;
  padding: 10px;
}

#alertBoxes{
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
    margin-top: 0px;
}

#alertBoxes2{
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
  margin-top: 10px;
}

#alertBoxes3{
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
  margin-top: 10px;
}


.timer{
    height: 30px;
    background-image: url('spinner1.gif');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    background-size: 26px;
    width: 100%;
}



.box-info, .box-success, .box-alert, .box-error{
  clear: both;
  border-width: 1px;
  border-style: solid;
  margin: 0px;
  padding: 5px;
  background-repeat: no-repeat;
  background-position: 0px 50%;
  text-align: left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.box-info {
  color: #00529b;
  background-color: #bde5f8;
  border-color: #00529b;
}
.box-success {
  color: #4f8a10;
  background-color: #dff2bf;
  border-color: #4f8a10;
}
.box-alert {
  color: #9f6000;
  background-color: #feefb3;
  border-color: #9f6000;
}
.box-error {
  color: #fff;
  background-color: #ff006a;
  border-color: #fff;
}

.session_on{
  display: block;
  text-align: left;
}


 #perfil{
          width: 100%;
      height: 36px;
      margin-bottom: 10px;
      padding: 9px;
      border: 1px solid #dbd3d3;
    }

    .form-module {
    position: relative;
    max-width: 320px;
    width: 100%;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    }

    .form-module h2 {
    margin: 0 0 20px;
    font-size: 21px;
    line-height: 1.38105;
    font-weight: 700;
    letter-spacing: .011em;
    font-family: SF Pro Display,SF Pro Icons,Helvetica Neue,Helvetica,Arial,sans-serif;
    }
    
    .toggle{
      border-radius: 50%;
    color: black;
    background: #ff006a;
    }

 

    .form-module button{
         color: white;
        background: #ff006a;
        border-bottom: 1px solid #ff006a !important;
        border-left: 1px solid #ff006a !important;
        border-right: 1px solid #ff006a !important;
        box-shadow: 0px 2px 12px 4px #ff006a;
    }
    .form-module .toggle{
      /*
      border-radius: 50%;
      color: black;
      background: #ff006a;
      */
    }

    .form-module button:hover {
        background: #bd3c68;
    }


    .form-module input::placeholder { color: #33b5e5; font-weight: bold; }
 
    .iframe-container{
        position: absolute;
        z-index: 0;
        min-width: 100%;
        min-height: 100%;
        left: 0px;
        top: 0px;
        overflow: hidden;
        opacity: 1;
        background-image: none;
        transition-property: opacity;
        transition-duration: 1000ms;
    }
    
    
     .iframe-container{
            position: relative;
            width: 100%;
            padding-bottom: 56.25%;
            height: 0;
          }
          .iframe-container iframe{
            position: absolute;
            top:0;
            left: 0;
            width: 100%;
            height: 100%;
          }
          
          
        /*
        .form-module{
            position: absolute !important;
            z-index: 9;
            margin: 17% 43% 17%;
        }
        */
        
        
        .iframe-container{
            position: absolute;    
        }
        
        #cuenta{
            display:block;
            opacity: 0;
            
        }
        
        
    .preloader {
        background-color: #000000;
        height: 100%;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 99999;
    }   
        
    #overlay-effect {
        -webkit-animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        -webkit-animation-timing-function: ease-in-out;
        -webkit-transform: translateY(100%);
        animation-duration: 1s;
        animation-fill-mode: both;
        animation-timing-function: ease-in-out;
        background-color: #181818;
        bottom: 0;
        display: block;
        position: fixed;
        top: 0;
        transform: translateY(100%);
        width: 100%;
        z-index: 99999;
    }    
        
    .preloader .preloader-block {
        -webkit-transform: translate(50%, 50%);
        bottom: 50%;
        position: fixed;
        right: 50%;
        transform: translate(50%, 50%);
        z-index: 3000;
    }    
    
    .preloader .preloader-block .preloader-icon .loading-dot.loading-dot-1 {
        -webkit-animation: 1.2s grow ease-in-out infinite;
        animation: 1.2s grow ease-in-out infinite;
    }
    .preloader .preloader-block .preloader-icon .loading-dot {
        background-color: #fff;
        border-radius: 50%;
        display: inline-block;
        height: 13px;
        width: 13px;
    }
    
    .preloader .preloader-block .preloader-icon .loading-dot.loading-dot-2 {
        -webkit-animation: 1.2s grow ease-in-out infinite 0.15555s;
        animation: 1.2s grow ease-in-out infinite 0.15555s;
        margin: 0 14px;
    }
    
    .preloader .preloader-block .preloader-icon .loading-dot.loading-dot-3 {
        -webkit-animation: 1.2s grow ease-in-out infinite 0.3s;
        animation: 1.2s grow ease-in-out infinite 0.3s;
    }
    
    
    *, *::before, *::after {
        box-sizing: border-box;
    }
    
    
    @media screen and (max-width: 750px) {
    
        form{
            margin-top: 55%;   
        }
    }
    
    
    
    
    
    
    
    
    
