@font-face {
  font-family: 'Flama-Basic';
  src: url('../fonts/Flama-Basic.otf') format('opentype');
}

@font-face {
  font-family: 'Flama-Bold';
  src: url('../fonts/Flama-Bold.otf') format('opentype');
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('../../fonts/fmaterialize.woff2') format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
.animated.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}

.login-layout .navbar-fixed-top {
  position: fixed;
  height: 60px;
  box-shadow: 0 2px 5px 1px rgba(0, 0, 0, .2);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .3);
  right: 0;
  left: 0;
  margin-bottom: 5px;
  z-index: 1030;
}

.login-layout .navbar-fixed-top a {
  color: white;
  /* float: left; */
  margin-left: calc(50% - 150px);
  display: block;
  /* margin-top: -10px; */
  position: absolute;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, .5);
}

.login-layout .navbar-fixed-top a img {
  height: 60px;
  margin-top: 0px;
  margin-left: 0px;
  background: #053654;
  padding: 5px;
}

.login-layout .navbar-fixed-top a h2 {
  float: left;
  display: block;
  padding: 23px 10px;
  height: 60px;
  background: #463f39;
  margin: 0px 0;
  font-size: 12px;
  line-height: 1.2em;
  border-right: 3px solid #ffffff;
  border-left: 1.5px solid #ffffff;
  font-family: 'Flama-Basic' !important;
  width: 165px;
  text-shadow: 0 0 2px rgba(0, 0, 0, .5);
}

.login-layout .navbar-fixed-top h1 {
  font-family: 'Flama-Bold' !important;
  color: white !important;
  /* padding: 10px; */
  font-weight: bold;
  font-size: 32px;
  background: #463f39;
  line-height: 1.5em;
  /* margin: 10px 10px; */
  line-height: 2.2em;
  margin: 0px 0;
  width: 162px;
  float: left;
  height: 60px;
  text-align: center;
  border-right: 1.5px solid #ffffff;
  border-left: 3px solid #ffffff;
  padding: 0 2px 0 2px;
  text-shadow: 0 0 2px rgba(0, 0, 0, .5);
}

.login-layout .navbar-fixed-bottom {
  position: fixed;
  height: 60px;
  background: #6f7277ff;
  box-shadow: 0 2px 5px 1px rgba(0, 0, 0, .2);
}

.login-layout .navbar-fixed-bottom a img {
  height: 55px;
  margin: 5px auto;
}
.login-layout .input-group img {
    position: absolute;
    left: 0px;
    color: white;
    top: 2px;
    font-size: 20px;
    height: 30px;
    left: -5px;
}

.login-layout .navbar-fixed-bottom a {
  color: white;
}

.light-login .widget-box.login-box, .light-login .widget-box.signup-box, .light-login .widget-box.forgot-box {
  background-color: #FFFFFF;
  background-color: #dedfe1;
  background-color: rgba(0, 0, 0, 0.1);
  background-color: rgba(208, 245, 255, 0.52);
  background-color: transparent;
  padding: 30px 5px 25px 5px;
  border-radius: 20px;
  margin: 0;
  background: #1da894ba;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.light-login input {
  background: transparent !important;
      border: none !important;
      color: #2a56acff !important;
      /* padding-left: 30px !important; */
      left: 30px;
      width: calc(100% - 30px) !important;
      display: block !important;
}

.light-login .background-color-input {
  background: #ffffff;
  border-radius: 4px;
  border: 0px solid #2a56acff;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, .1);
  padding: 3px;
  margin-left: 0px;
  margin-right: 0px;
}

.login-container {
  min-width: 360px;
  max-width: 360px;
  margin: 0 auto;
  width: auto;
  margin-top: 70px;
}

.panel-heading {
  padding: 0 !important;
}

.col-lg-12 {
  width: 100%;
  padding: 0 10px;
}

.row {
  /* margin-left: -12px; */
  /* margin-right: -12px; */
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .login-container {
    margin-top: calc(100% - 85%);
  }
}

@media only screen and (max-width: 991px) {
  .login-layout .navbar-fixed-bottom a {
    color: rgba(255, 255, 255, 0.38) !important;
    line-height: 2.3em !important;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .login-layout .navbar-fixed-bottom {
    position: absolute !important;
  }
  .main-container {
    height: 600px;
  }
}

@media only screen and (max-width: 540px) {
  .login-container {
    margin-top:  0px;
    position: absolute;
    left: 0%;
    margin-left:  0px;
    min-width: 100% !important;
    max-width: 100% !important;
  }
  .login-layout .navbar-fixed-top a img {
    height: 60px;
    margin-top: 0px;
    margin-left: 0px;
    background: #053654;
    padding: 5px;
  }
  .login-layout .navbar-fixed-top a {
    color: white;
    /* float: left; */
    margin-left: calc(50% - 165px);
    display: block;
    /* margin-top: -10px; */
    position: absolute;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, .5);
  }
}

.login-layout hr {
  margin-top: 5px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #428bca;
}

.login-layout .input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  background-color: #053654;
  border: 1px solid #053654;
  border-radius: 4px;
}

.login-layout input[type="text"], .login-layout input[type="password"] {
  color: #858585;
  background-color: #ffffff;
  border: 1px solid #053654;
  padding: 5px 4px 6px;
  font-size: 14px;
  font-family: inherit;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

.login-layout .btn-primary,.login-layout .btn-primary:focus, .login-layout  .btn-primary:active {
  background-color: #f2581cff  !important;
  border-color: #f2581cff  !important;
  border-radius: 4px !important;
}

.login-layout .widget-box label {
  color: white;
  margin-left: 15px;
}

.login-layout .widget-box h3 {
  color: white;
  text-align: center;
  font-size: 26px;
}

.login-layout .widget-box small {
  color: white;
  text-align: center;
  display: block;
}

.login-layout .panel {
  margin-bottom: 0px;
  background-color: #ffffff;
  background-color: transparent !important;
  border: 0px solid #ffffff;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 0;
}

.light-login {
  background: linear-gradient(rgba(58, 66, 78, 0.3), rgba(0,147,214,0.2), rgba(19,39,72,0.3) ),url(../../../assets/cecyteq/img/background_login.png) no-repeat center;
  background-size: cover;
  position: absolute;
    width: 100%;
}

.light-login .widget-box {
  padding: 1px 1px 0;
  -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 2px 1px rgba(86, 52, 52, 0);
  border-bottom: 0px solid rgba(50, 50, 50, 0.33);
}

.sign-in, .sign-up, .forgot, .action-form .group .check {
  display: none;
}

.action-form .sign-in:checked+.tab, .action-form .sign-up:checked+.tab, .action-form .forgot:checked+.tab {
  color: #e6eef0;
  text-shadow: 0 0 2px rgba(0, 0, 0, .5);
  border-color: #053654;
  border-color: #e9680a;
}

.action-form .tab {
  color: #6fbffd;
  font-size: 20px;
  margin-right: 15px;
  padding-bottom: 0px;
  line-height: 2em;
  margin: 0 15px 10px 0;
  display: inline-block;
  border-bottom: 2px solid transparent;
}

.action-form .group .check:checked+label {
  color: #fff;
}

.action-form .group .check:checked+label .icon {
  background: #1161ee;
}

.hr {
  height: 2px;
  margin: 60px 0 50px 0;
  background: rgba(255, 255, 255, .2);
}

.foot-lnk {
  text-align: center;
}

.action-form {
  margin-left: 5px;
  margin-right: 5px;
  padding: 0 10px;
  font-size: 16px;
  background: rgba(247, 239, 234, 0.1);
  background-color: rgba(255, 255, 255, 0.77);
  background: rgba(5, 54, 84, 0.75);
}

.action-form2 {
  margin-top: -20px !important;
  text-align: center;
}

.form-logo {
  background: #053654;
  padding: 10px;
}

.form-logo img {
  width: 150px;
  height: 70px;
}

.alert {
  font-size: 14px;
  border-radius: 0;
  text-shadow: 0 0 2px rgba(0, 0, 0, .5);
}

.alert-danger {
  background-color: #E57373;
  border-color: #E57373;
  color: #ffffff;
}

.title-siaa {
  background: rgba(7, 92, 135, 0.84);
  color: white;
  margin: -20px 0;
  /* font-size: 10px; */
}

.title-siaa h1 {
  font-size: 16px;
  padding: 2px;
}

.form-logo-footer {
  background: rgba(7, 92, 135, 0.84);
}

.form-logo-footer img {
  width: 75px;
  height: 35px;
}

.line-top {
  display: block;
  float: left;
  height: 12px;
  border-top: 1.5px solid #ffffff;
  border-bottom: 1.5px solid #ffffff;
  width: 100%;
}

.color-1 {
  background: #00e8ac;
}

.color-2 {
  background: #96a7ff;
}

.color-3 {
  background: #ffbaca;
}

.color-4 {
  background: #86f076;
}

.color-5 {
  background: #00e2f6;
}

.login-layout a {
  color: #2a56acff !important;
}

.login-layout .navbar-fixed-bottom a {
  color: #2a56acff !important;
  line-height: 5em;
}

.login-layout .navbar-fixed-bottom a {
    color: #ccc !important;
  line-height: 5em;
}

.navbar-fixed-top span:first-child {
  border-top: 0px solid #ffffff !important;
}

.navbar-fixed-top span:last-child {
  border-bottom: 0px solid #ffffff !important;
}

.login-layout .main-content {
  margin-left: 0 !important;
  margin-right: 0 !important;
  min-height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: none;
}

#logo_login {
  background-image: url(../../../assets/escolar/img/logo_login.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  height: 60px;
  display: block;
  width: 650px;
  left: 50%;
  margin-left: -325px;
  box-shadow: none;
}

#logo_loginedumovil {
  min-height: 100px;
  background-image: url(../../../assets/cecyteq/img/logotipo-bn.png);
  background-repeat: no-repeat;
  background-size: contain;
  /* height: 160px; */
  display: block;
  background-position: center;
  left: 0;
}

.content_logologin {
  display: block;
  text-align: center;
}

#back_logo_login {
  background-image: url(../../../assets/escolar/img/logo_login.png);
  background-repeat: repeat-x;
  background-size: 500% 100%;
  position: absolute;
  height: 60px;
  display: block;
  width: 100%;
  left: 0;
  /* margin-left: -325px; */
}

#link_plataforma {
  position: relative;
  display: block;
  float: right;
  background: #000;
  width: auto;
  margin-right: -5px;
  margin-bottom: -25px;
  padding: 5px 15px;
  text-align: center;
  border-radius: 0px 0 9px 9px;
  color: #3bcedb !important;
  font-weight: 300;
  font-size: 1em !important;
}
.input-group input{

  width: 250px !important;
}
.col-form-label{
  display: none;

}
#back_logo_login{
  display: none;
}
.navbar-fixed-top{
    display: none;
}
#link_plataforma{
  display: none;
}
#renember_check{
  display: none;
}
#d_resume{
  display: none;
}
.icon-input-login {
    position: absolute;
    margin-top: 3px;
    color: #2a56acff;
    font-size: 25px;
}
.main-container{
  width: 100%;
  height: 100%;
  display: block;
  /* flex-direction: row; */
  position: relative;
  min-height: 100%;
  position: absolute;
}
.main-container .container{
  width: 100%;
  height: 100%;
  padding: 0px;
}
.login-container{
  margin: 0;
  padding: 0px;
  height: 100%;
  background-color: #edf8ff;
}
.login-container >div{ 
  padding: 0px;
}
.light-login .widget-box.login-box{
  background-color:transparent;
}
#loader { 
  border-top-color: #41a63b !important; 
}
#loader::before { 
  border-top-color: #f2581c !important; 
}
#loader::after { 
  border-top-color: #2a56ac !important; 
}
#d_container .container::before{
  position: absolute;
  background: url(../../../assets/cecyteq/img/logocecyte.png) no-repeat center;
    background-position-x: center;
    background-position-y: center;
    background-size: auto;
  background-position-x: center;
  background-position-y: center;
  background-size: auto;
  background-size: 50%;
  position: absolute;
  width: 50%;
  background-position: right;
  height: 50%;
  right: calc(50% - 25%);
  top: calc(50% - 25%);
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
  #d_container .container::before{ 
    background-size: 50%;
    position: absolute;
    width: 75%;
    background-position: right;
    height: 75%;
    right: calc(25% - 12.5%);
    top: calc(25% - 12.5%);
  }
}
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
  #d_container .container::before{ 
    background-size: 50%;
    position: absolute;
    width: 75%;
    background-position: right;
    height: 75%;
    right: calc(25% - 12.5%);
    top: calc(25% - 12.5%);
  }
}