:root {
  --primary: rgb(0, 92, 110);
  --white: #ffffff;
  --line-card-inputs: #f18093;
}

body {
  font-family: "Raleway";
}

@media only screen and (max-width: 576px) {
  .hide-on-mobile {
    display: none;
  }

  .p-mobile-card-login {
    padding: 16px !important;
  }

  .container-login {
    width: 100% !important;
  }

  .text-footer {
    font-size: medium !important;
  }
  .vm-h{
    visibility: hidden;
  }
  .card-login {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

@media only screen and (max-width: 768px) {
  .text-footer {
    font-size: small;
  }
}

.bg-footer {
  background-color: var(--primary);
}

.h-94 {
  height: 94.1% !important;
}

.link-white {
  color: white;
}

.login-box {
  background: url(../images/bg-image.png);
  background-size: cover;
  background-position: center;
  padding: 50px;
  min-height: 100vh;
  -webkit-box-shadow: 0 2px 60px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 60px -5px rgba(0, 0, 0, 0.1);
}

.logo {
  font-family: "Script MT";
  font-size: 54px;
  text-align: center;
  color: #888888;
  margin-bottom: 30px;
}

.logo .logo-font {
  color: #3bc3ff;
}

@media only screen and (max-width: 768px) {
  .logo {
    font-size: 34px;
  }
  .w-logo{
    width: 50% !important;
  }

  .w-logo-h{
    width: 43% !important;
  }

}

.header-title {
  text-align: center;
  margin-bottom: 50px;
}

.bg-card-login {
  background-color: white;
}

.form-capsule {
  margin: 0 auto;
}

.form-capsule .form-group {
  position: relative;
}

.form-capsule .form-group label {
  position: absolute;
  font-size: 0.8em;
  top: 0px;
  width: 100%;
  padding: 0 10px;
  margin: 5px 0 10px 0;
  opacity: 0;
  transition: opacity 0.2s ease-out;
  -webkit-backface-visibility: hidden;
  pointer-events: none;
}

.form-capsule .show-label label {
  opacity: 1;
}

.form-capsule .form-control {
  padding: 2px 10px;
  box-shadow: 0 0 0 2px transparent;
  transition: all 0.2s ease-out;
}

.form-capsule .show-label .form-control {
  padding-top: 25px;
  padding-bottom: 5px;
}

.container-login {
  width: 90%;
  /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
}

.card-login {
  border: solid;
  border-width: 0px;
  border-radius: 32px;
  box-shadow: var(--primary) 0px 0px 14px -1px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.btn-login {
  background-color: var(--primary);
  color: white;
}

.inputs-log {
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-color: var(--primary);
  border-bottom-width: 1px;
}

.border-footer {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.divider:after,
.divider:before {
  content: "";
  flex: 1;
  height: 1px;
  background: #eee;
}

.h-custom {
  height: calc(100% - 72px);
}

@media (max-width: 450px) {
  .h-custom {
    height: 100%;
  }

  .h-100-mobile {
    height: 100% !important;
  }

  .w-logo{
    width: 50% !important;
  }

  .w-logo-h{
    width: 80% !important;
  }

}


.circulo-verde {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: rgb(60, 255, 0);
  top: 0;
  position: absolute;
  right: 0;
  margin-right: 5px;
  margin-top: 5px;
}

.circulo-rojo {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: rgb(255, 0, 0);
  top: 0;
  position: absolute;
  right: 0;
  margin-right: 5px;
  margin-top: 5px;
}

.link-app{
  text-decoration: none !important;
  color: #212529;
}

.link-app:hover{
  color: #6c7179;
}