
@font-face {
  font-family: 'Poppins-Bold';
  src: url('../fonts/Poppins-Bold.otf');
  font-style: normal;
  font-weight: 100;
}

@font-face {
  font-family: 'Poppins-Regular';
  src: url('../fonts/Poppins-Regular.otf');
  font-style: normal;
}

@font-face {
  font-family: 'Poppins-Light';
  src: url('../fonts/Poppins-Light.otf');
  font-style: normal;
}


:root{
    --main_purple: #F6F6F6;
    --main_orange: #F27520;
    --main_aquamarine: #020808;
    --main_gray: #1B1B1B;
     --main-primary:#e33962;
}

a:visited {
   /*color: red;*/
}
a{
    margin:.2rem 0;
    color: var(--main_aquamarine);
    text-decoration: none;
    font-size: .95rem;
}
#logindiv form p {
    text-align: center;
}

body{
   margin:0;
   padding:0;
   box-sizing: border-box;
   font-family: Apertura;
}
.container-login{
    display: flex;
    justify-content: center;
    align-items:center;
    width: 100%;
    min-height: 100vh;
    background-color:var(--main_purple);
}
.container-login .logo_logueo{
    margin-top: 4.5rem;
    margin-bottom: .5rem;
}
.logo_logueo img{
    width:9.2rem;
    height:5rem;
}
.content-form-login{
    display:flex;
    flex-direction: column;
    justify-content:center;
    align-items:center;
    min-height: 100px;
    text-align:center;
    height: auto;
    margin-top: 4.5rem;
}
.content-form-login .text-welcome{
    margin: 1rem 0;
    margin-top: 10px;
    text-align:center;
    color: var(--main_gray);
    font-size: 16px;
    font-weight: 300;
    font-family:Poppins-Light;
}
.content-form-login .messages{
    color: var(--main_purple);
    font-size: .95rem;
    font-weight: 300;
}
.form-cs{
    display:flex;
    flex-direction: column;

}
.text-login{
    text-align:center;
    color: var(--main_purple);
    font-weight: 300;
    font-size: .95rem;
}
@media only screen and (max-width: 480px) {
    .ventana_logueo{
        position:relative;
        width:80%;
        height:70%;
        padding:12px;
        box-shadow: 3px 5px 10px 7px rgb(0 0 0 / 40%);
        background-color:white;
        border-radius:40px;
        margin:1em auto 3em auto;
    }
    /*.ventana_logueo{
        position:relative;
        width:80%;
        height:70%;
        border:4px solid #ff0000;
        padding:12px;
        box-shadow: 0 2px 20px rgba(0, 0, 0, 1);
        background-color:#ffffff;
        border-radius:40px;
        margin:1em auto 3em auto;
    }*/
	/*.logo_logueo img {
		height: 8em;
		width: 8em;
	}*/
    .logo_logueo img {
		width:9.2rem;
        height:5rem;
	}
    .diseno_logueo {
            background: #ffffff;
            position: fixed;
            z-index: 100;
            top: 0px;
            left: 0px;
            height: 100%;
        }
    /*.diseno_logueo {
        background: #ffffff;
        position: fixed;
        z-index: 100;
        top: 0px;
        left: 0px;
        height: 100%;
    }*/

    #loginmenj a {
        color: #ff0000 !important;
        text-decoration: none;
        font-size: 12px;
    }

    #loginmenj a:hover {
        text-decoration: underline;
    }

    #recovermenj a {
        color: #ff0000 !important;
        text-decoration: none;
        font-size: 12px;
    }

    #recovermenj a:hover {
        text-decoration: underline;
    }

    /*input {
        width: 202px;
        padding: 9px 0 9px 0px;
        text-indent: 10px;
        margin: 7px 0;
        border: 1px solid #ff0000;
        background: #ffffff;
        border-radius: 9px;
        -webkit-box-shadow: inset 0 1px 6px rgba(225, 218, 218, 0.5);
        box-shadow: inset 0 1px 6px rgba(225, 218, 218, 0.5);
    }*/
    input {
        width: 220px;
        padding: 12px  7px;
        text-indent: 10px;
        background: #ffffff;
        border-radius: 9px;
        border:0;
        outline: .1rem solid var(--main_gray);
    }
    input:focus,
    input:valid{
        outline: .2rem solid var(--main_aquamarine);
    }

    /*.button_logueo {
        color: #ffffff;
        background: #ff0000;
        border-radius: 8px;
        border: 3px solid #ff0000;
        font: bold 12px Arial, sans-serif;
        outline: none;
        padding: 7px 12px;
        cursor: pointer;
    }*/
    .button_logueo {
        color: #ffffff;
        background: var(--main_orange);
        border-radius: 8px;
        border:0;
        font: bold 12px Arial, sans-serif;
        outline: none;
        padding: 12px 30px;
        cursor: pointer;
    }

    .button_logueo:active {
        transform: scale(.9);
        transition: all .2s;
    }
    /*.button_logueo:hover {
        -webkit-box-shadow: inset 0 1px 4px rgba(225, 218, 218, 0.5);
        box-shadow: inset 0 1px 4px rgba(225, 218, 218, 0.5);
    }

    .button_logueo:active {
        -webkit-box-shadow: inset 0 3px 6px rgba(225, 218, 218, 0.5);
        box-shadow: inset 0 3px 6px rgba(225, 218, 218, 0.5);
    }*/

    #logindiv {
        width: 17.5em;
        margin: 0 auto;
    }

    .contenido_log {
        position: relative;
        top: -1px;
        left: 0px;
    }

    ul.errorlist {
        color: #de2d0f;
        font-size: 14px;
        float: left;
        text-align: justify;
    }

    #logindiv p {
        /*text-align: left;*/
    }
    div.contain {
        width: 93%;
        margin: auto;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 0.8em;
    }
    ul li {
        list-style: none;
        margin-left: -2em;
    }
    ul li a img {
        width: 4em;
        float: left;
        padding-right: 1em;
    }
    ul li p {
        text-align: justify;
    }
    legend {
        font-size: 1.1em;
        font-weight: bold;
        color: red;
    }
    p.secondary {
        font-size: 0.5em;
        background-color: #e7e7e7;
        border-color: #b9b9b9;
        text-align: justify;
    }
}
@media only screen and (min-width: 481px) {


    .diseno_logueo {
        background: #ffffff;
        position: fixed;
        z-index: 100;
        top: 0px;
        left: 0px;
        height: 100%;
        width: 100%;
    }

    .ventana_logueo {
        position: relative;
        width: 560px;
        min-height: 440px;
        padding: 12px;
        box-shadow: 3px 5px 10px 7px rgba(0, 0, 0, .40);
        background-color:white;
        border-radius: 40px;
        height: auto;
    }

    #siteseal {
        margin-top: -30px;
        float: right;
    }

    #loginmenj a {
        color: #ff0000 !important;
        text-decoration: none;
        font-size: 12px;
    }

    #loginmenj a:hover {
        text-decoration: underline;
    }

    #recovermenj a {
        color: #ff0000 !important;
        text-decoration: none;
        font-size: 12px;
    }

    #recovermenj a:hover {
        text-decoration: underline;
    }

    input {
        width: 260px;
        padding: 12px 7px;
        text-indent: 10px;
        margin: 7px 0;
        background: #ffffff;
        border-radius: 9px;
        /*-webkit-box-shadow: inset 0 1px 6px rgba(225, 218, 218, 0.5);*/
        /*box-shadow: inset 0 1px 6px rgba(225, 218, 218, 0.5);*/
        border:0;
        font-family: Apertura;
        font-weight:300;
        outline: .1rem solid var(--main_gray);
    }
    input:focus,
    input:valid{
        outline: .2rem solid var(--main_aquamarine);
    }
    .button_logueo {
        color: #ffffff;
        background: var(--main_orange);
        border-radius: 8px;
        border: 0;
        font: bold 12px Arial, sans-serif;
        outline: none;
        padding: 12px 30px;
        margin-bottom: .2rem;
        cursor: pointer;
    }

   /* .button_logueo:hover {
        -webkit-box-shadow: inset 0 1px 4px rgba(225, 218, 218, 0.5);
        box-shadow: inset 0 1px 4px rgba(225, 218, 218, 0.5);
    }*/

      .button_logueo:active {
        transform: scale(.9);
        transition: all .2s;
    }

    #logindiv {
        width: 17.5em;
        margin: 0 auto;
    }

    .contenido_log {
        position: relative;
        top: -1px;
        left: 0px;
    }

    ul.errorlist {
        color: var(--main_purple);
        font-size: .8rem;
        float: left;
        text-align: center;
        padding: 0;
    }

    #logindiv p {
       /*text-align: left;*/
    }
    /*.logo_logueo img {*/
    /*    height: 8em;*/
	/*	width: 8em;*/
	/*}*/
    .logo_logueo img {
		max-width:100%;
        height:auto;
	}
    div.contain {
        width: 85%;
        margin: 3em auto;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    }
    ul li {
        list-style: none;
    }
    ul li a img {
        width: 5em;
        float: left;
    }
    ul li p.right {
        text-align: justify;
        padding-left: 8em;
        padding-top: 0.6em;
        float: none;
    }
    ul li p.center {
        float: left;
        padding-top: 1.3em;
        padding-left: 3em;
        padding-right: 3em;
        height: 4em;
        text-align: center;
    }
    legend {
        font-size: 1.1em;
        font-weight: bold;
        color: red;
    }
    p.secondary {
        font-size: 0.73em;
        background-color: #e7e7e7;
        border-color: #b9b9b9;
    }
}
body {
  margin: 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background: url('bc.jpg') no-repeat center center fixed;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.login-container {
  background-color: rgba(255, 255, 255, 0.97);
  padding: 60px 80px;
  margin-top: 40px;
  border-radius: 20px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
  width: 550px;
  max-width: 90%;
  text-align: center;
}

.logo {
  width: 140px;
  margin-bottom: 30px;
}

.login-box label {
  display: block;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
}

.login-box input {
  width: 100%;
  padding: 14px;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin-bottom: 20px;
  font-size: 14px;
  background-color: #f9f9f9;
}

.login-box input:focus {
  outline: none;
  border-color: #f50057;
  background-color: #fff;
}

.login-box button {
  width: 70%;
  padding: 14px;
  background-color: #f50057;
  color: white;
  font-weight: bold;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  font-size: 18px;
  letter-spacing: 1px;
  transition: background 0.3s ease;
}

.login-box button:hover {
  background-color: #c8004a;
}

.links {
  margin-top: 25px;
  font-size: 14px;
}

.links a {
  color: #f50057;
  text-decoration: none;
}

.links a:hover {
  text-decoration: underline;
}
.password-container {
    position: relative;
    width: 100%;
}

.password-input {
    padding-right: 30px;
    border: 2px solid cyan;
    border-radius: 10px;
    padding: 8px;
}

.toggle-password {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-80%);
    cursor: pointer;
}
