body{
    font-family: 'Dosis', sans-serif;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Roboto', sans-serif;
    
    }
    .login-design{
        display: grid;
        grid-template-columns: repeat(2,50%);
        height: 100vh;
    }


.animation-img__logo-tics {
    height: 20%;
}
.animation-img {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-items: center;
    height: 100%;
}
#logo-tics {
    display: flex;
    margin: auto;
    width: 60%;
}
.animation-img__person {
    display: flex;
    height: 80%;
}
#personUno, #personDos {
    margin: auto;
    width: 70%;}

/*Parte Okey*/
h1{
    font-weight: 100;
}

#firstboxlogin{
    display: flex;
    justify-content: center;
    align-items: center;
}
#boxlogin{
    
    background-color: #fff ;
    border-radius: 5%;
    text-align: center;
    max-width: 70%;
    height: auto;
    box-shadow: 6px 6px 10px #000;
    min-width: auto;
    min-height: auto;
}
.boxlogin-allContent{
    height: 100%;
    
}
.form{
    width: 100%;
}
.input-group {
    position: relative;
    max-width: 260px;
    max-height: 100%;
    height: 100%;
    margin: 0 auto;
    margin-bottom: 1.5rem;
}
#usser-pic{
    position: absolute;
    top: 0px;
    left: 0;
    color: #848f9a;
    font-size: 1.5rem;
}
#padlock-pic{
    position: absolute;
    top: 0px;
    left: 0;
    color: #848f9a;
    font-size: 1.5rem;
}

#login_password, #login_name{
    border: none;
    border-bottom: 1px solid #848f9a;
    width: 94%;
    height: 0.5rem;
    font-size: 1.0625rem;
    padding-left: 2rem;
    line-height: 147.6%;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
}
#login_password:focus{
    outline: none;
    border-color: #e56110;
}
#login_name:focus{
    outline: none;
    border-color: #e56110;
}
#login_input_src{
    width: 50%;
    margin: auto;
}
.submit {
    border-radius: 3rem;
    width: 45%;
    border: 1px solid #e56110;
    line-height: 1.6rem;
    font-size: 1.3rem;
    background-color: #e56110;
    color: #ffffff;
    padding: 0.5rem 0;
    transition: 0.3s ease-in-out all;
    font-weight: 500;
}
#eye{
    position: absolute;
    top: 0px;
    left: 95%;
    color: #848f9a;
    font-size: 1.5rem;
    cursor: pointer;
}

a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #848f9a;
    margin-bottom: 0.3rem;
    font-weight: 800;
    transition: 0.3s ease-in-out all;
    font-size: 13px;
}
.submit:hover {
    cursor: pointer;
    background-color: #ffffff;
    color: #e56110;
  }
  .acceder:hover, .copyright:hover,#forget:hover{
    font-size: 16px;
}
a:active{
    transition: all 0.1;
    color: orange;
}
/*Responsive*/
@media screen and (max-width: 820px){
    .animation{
        display: none;}
    .login-design{
    display:block;
     grid-template-columns: repeat(2,50%);
    height: 100vh;
        }
    }

@media screen and (max-width: 820px){
        #boxlogin{
            margin-top: 7%;
            border: none;
            box-shadow: none;
        }
        body{
        background-color: #fff;
        }
        .input-group{
            width: 100%;
        }
    }
    @media screen and (max-width: 700px){
        #boxlogin{
            width: 90%;
        }
        #eye{
            left: 92%;
        }

    }

    .acceder{
        margin-top:15%;
    }
    #logo-arintia{
        width: 22%;
    }


    /**/
    .sr-only-img{
        position: absolute;
        top: 0px;
        left: 99%;
        color: #848f9a;
        font-size: 1.5rem;
    }