.sec_login {
    min-height: 100vh;
    /* background-image: url("../imagenes/login/fondo.jpg"); */
    background-color: #342e6e;
    background-repeat: no-repeat;
    background-size: cover;
    align-items: center;
    display: flex;
}
.back_ng {
    /* background: rgb(0, 0, 0, 0.5); */
    position: absolute;
    width: 100%;
    height: 100vh;
}
.cont_spc {
    padding: 2rem!important;
}
.back_login1 {
    background: #f2e5ff;
    min-height: 70vh;
    justify-content: center;
    text-align: center;
    align-items: center;
    border-radius: 10px;
    border: 1px solid #c9c9c9;
}
.img_login
{
    max-width: 200px;
}
.back_login2 {
    background: #f1f1f1; align-items: center;display: flex;
}
.title_login {
    padding: 1rem;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
}
.w_100 {
    width: 100%;
}
.bien_login {
    font-size: 2rem;
    padding: 1rem;
    color: #000000;
}
.sec_login label {
    font-weight: bold;
}
.ubicate_login {
    font-size: 1rem;
    color: #ffffff;
}
.mar_bot_15 {
    margin-bottom: 15px;
}

.btn_overload_2 {
    background: #663399;
    width: 100%;
    display: inline-block;
    text-align: center;
    font-weight: 400;
    padding: 0.5rem;
    vertical-align: middle;
    color: #ffffff;
    font-size: 1rem;
    cursor: pointer;
    border: 1px solid #663399;
    border-radius: 5px;
    text-decoration: none;
  }
  .btn_overload_2:hover {
    text-decoration: none;
    background: #000000;
    color: #ffffff;
    border: 1px solid #000000;
    transition: 400ms;
  }

  .btn_overload_5 {
    background: #ff0055;
    width: 100%;
    display: inline-block;
    text-align: center;
    font-weight: 400;
    padding: 0.5rem;
    vertical-align: middle;
    color: #ffffff;
    font-size: 1rem;
    cursor: pointer;
    border: 1px solid #ff0055;
    border-radius: 5px;
    text-decoration: none;
  }
  .btn_overload_5:hover {
    text-decoration: none;
    background: #000000;
    color: #ffffff;
    border: 1px solid #000000;
    transition: 400ms;
  }
.shield {
    background: #e5f7f1;
    text-align: center;
    font-size: 0.8rem;
    font-weight: bold;
    margin-bottom: 1rem;
    padding: 0.3rem;
}
.i_shield {
    font-size: 1;
    color: #00ad75;
}
.msj_ter_pol {
    font-size: 0.8rem;
    text-align: justify;
}