* {
  margin: 0;
  padding: 0
}

body {
  background-image: linear-gradient(164deg,#1c1b29 49%,#289f9f 46%) !important;
  height: 95vh;
}

.input-field span {
  color: #287070 !important;
}

.card-nav {
  height: 70px;
}

.img-logo-coopserp {
  position: absolute;
  bottom: -38px;
}

.alert-danger {
  padding: 7px !important;
  margin: 0 !important;
}

.total-count{
  text-align: center;
}

.total-count > span {
  color: white;
  font-size: 22px;
  background: #c59b1f;
  padding: 2%;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  font-weight: 600;
}

.image{
  display: contents;
}

.container > h1 {
  color: white;
  text-align: center;
}

.container > h4 {
  color: white;
  text-align: center;
}

#form_login {
  padding: 0% 5% 0% 5%;
}

#form_login > button {
  height: 60px;
  font-size: 21px;
  margin-bottom: 15%;
}

#form_veri_cand > button {
  height: 60px;
  font-size: 21px;
  margin-bottom: 3%;
}

.img-logo-login {
  height: 40px;
}

.card1 {
  /*height: 470px;*/
  width: 100%;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.5s;
  border-radius: 0.1rem !important;
}

.card1:hover {
  transform: scale(1.1);
  z-index: 1;
}

.card2 {
  /*height: 470px;*/
  width: 100%;
  border: none;
  background-color: #000;
  transition:all 0.5s;
  background:url('../img/img-login.jpg'); 
  background-size: cover;
}

.card2:hover {
  transform: scale(1.1)
}

.card2 > h3 {
  color:white;
  text-align: center;
  margin: auto;
  margin-top: 15%;
  padding: 8%;
  background: #1c1b29c2;
} 

.card3 {
  transition:all 0.5s;
  padding: 2% 2% 1% 2%; 
  background-image: linear-gradient(28deg,#ffffff 43%,#070604 43%) !important;
}

.card3:hover {
  transform: scale(1.1);
  z-index: 2;
}

.login {
  font-size: 24px;
  font-weight: bold;
  margin-left: 10px;
  color: #287070;
}

@media (max-width: 1018px) {
  .login {
    display: none;
  }
  .img-logo-login {
    height: 96px;
  }
}

.input-field span {
  font-size: 14px;
  color: #503939;
  margin-left: 10px
}

.form-control {
  font-size: 13px;
  color: #767473;
  font-weight: 500;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid #9b9b9b;
  box-shadow: none
}

.btn {
  height: 35px;
  width: 100%;
  background-color: #000;
  font-weight: 500;
  color: #cdcdc4;
  border: none;
  font-size: 15px
}

.text1 .forget {
  color: #767676;
  font-weight: 500
}

.text2 span {
  font-weight: 500;
  color: #7a7778
}

.text2 .register {
  color: #4f4942;
  font-weight: bold
}

.btn-dark {
  background-color: #287070 !important;
}

.btn-dark:hover {
  background-color: #212529 !important;
}


/*Estilos para reloj*/

.center-abs{
  top:40%;
  left:50%;
  transform:translate(-50%, -50%);
  position: absolute;
}
.charts{
  display: flex;
}
.chart{
  position: relative;
  width:25%;
  height: 125px;
}
.chart h3{
  color:#fff;
  font-size: 1.1em;
  position: absolute;
  bottom:-5px;
  text-align: center;
  width: 100%;
}
.chart svg{
  z-index: 2;
}
/* DIV CIRCULO DE FONDO */
.circle{
  width: 100px;
  height:100px;
  border-radius: 50%;
  z-index:1;
  border:10px #baeaff solid;
}
.text{
  z-index: 3;
  text-align: center;
  width: 100%;
  font-size: 1.8em;
  font-weight: 700;
  color:#0096da
}
/* SVG CIRCULO */
.outer{
  fill:transparent;
  stroke: #0096da;
  stroke-width: 10; /* grosor del borde */
  stroke-dasharray: 289; /* numero de relleno del borde, se usa el mismo valor en el script.js */
  transform: rotate(270deg) translate(-150px, 0); 
  /* giramos el circulo para que su apertura sea en la parte superior 
  y ajustamos su posicion
  */
}
