#div_recover{
    display: flex;
    border: none;
    position: absolute;
    justify-content: center;
    align-items: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50px ;
    height: 60%;
    width: 59%;
    min-height: 500px;
    z-index: 100;
    min-width: 890px;   
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);  
    background-color: #ffffff;
    box-shadow: 0 0 40px #0000003a;
    transition: all 0.4s ease;
}

.logo-recover-color{
    display: none;
}

#div_recover:hover{

    height: 64%;
    width: 63%;
}

.main-recover{
    width: 100%;
    height: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    vertical-align: center;
    transition: all 1s ease;
}

#main-recover-1{
    color:#0096c8;
}

#p-recover-1{
    color: #464043;
    font-size:medium;
    letter-spacing: 0.05em;
}

#p-recover-2{
    color: #ffffff;
    font-size:medium;
    letter-spacing: 0.02em;
}

#main-recover-2{
    position: relative;
    border-bottom-right-radius: 50%;
    border-top-right-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50%;
    background-image: url("../../static/img/backGround-1.webp");
    animation-duration: 0.5s;
    animation-name: main-recover-2;
    animation-direction: alternate;
    box-shadow: -10px 0 30px #0000003a;
}

#main-recover-2:hover{
    width: 130%;
}

.form-recover{
    margin: 20%;
    justify-content: center;
    align-items: center;
    vertical-align: center;
}

.main-div-recover{
    margin: 43% 8%;
    justify-content: center;
    align-items: center;
    vertical-align: center;
}

.div-btn-recover{
    margin-bottom: 2%;
    display: flex;
    justify-content: center;
}

.div-btn-recover-2{
    margin-bottom: 2%;
    display: flex;
    justify-content: center;
}

.div-h-recover-1,.div-h-recover-2{
text-align: center;
}

.div-h-recover-2{
    color: #ffffff;
}


#logo-recover{
    width: 50%;
    margin-bottom: 10%;
    z-index: 200;
    animation-duration: 5s;
    animation-name: logo-recover;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}


.recover-circle-1{
    position:absolute;
    width: 150px;
    height: 150px;
    transform: translate(100%,50%);
    border-radius: 50%;
    background-color: #464043;
    z-index: 50;
    animation-duration: 20s;
    animation-name: recover-circle-1;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    box-shadow: 0 0 40px #0000003a;
    transition: all 0.4s ease;
}

.recover-circle-2{
    position:absolute;
    width: 50px;
    height: 50px;
    transform: translate(10%,50%);
    border-radius: 50%;
    background-color:#464043;
    border-width:medium;
    z-index: 200;
    animation-duration: 25s;
    animation-name: recover-circle-2;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    box-shadow: 0 0 40px #0000003a;
    transition: all 0.4s ease;
}

.recover-circle-3{
    position:absolute;
    width: 70px;
    height: 70px;
    transform: translate(100%,50%);
    border-radius: 50%;
    background-color: #ffffff85;
    z-index: 200;
    animation-duration: 15s;
    animation-name: recover-circle-3;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    box-shadow: 0 0 40px #0000003a;
    transition: all 0.4s ease;
}

.recover-circle-4{
    position:absolute;
    width: 140px;
    height: 140px;
    transform: translate(150%,80%);
    border-radius: 50%;
    background-color: transparent;
    border: 5px solid #46404385;
    z-index: 200;
    animation-duration: 30s;
    animation-name: recover-circle-4;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    box-shadow: 0 0 40px #0000003a;
    transition: all 0.4s ease;
}
  
.recover-circle-5{
    position:absolute;
    width: 40px;
    height: 40px;
    transform: translate(10%,50%);
    border-radius: 50%;
    background-color: transparent;
    border: 5px solid #ffffff;
    z-index: 200;
    animation-duration: 30s;
    animation-name: recover-circle-5;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    box-shadow: 0 0 40px #0000003a;
    transition: all 0.4s ease;
}
.recover-circle-6{
    position:absolute;
    transform: translate(-38%,-84%);
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50%;
    background-image: url("../../static/img/backGround-1.webp");
    box-shadow: 0 0 40px #0000003a;
    transition: all 0.4s ease;
    display: none;
}


  @keyframes recover-circle-1 {
    from {
        margin-left: 25%;
        margin-top: 35%;
    }
  
    to {
        margin-left: 25%;
        margin-top: 0%;
    }
  }

  @keyframes recover-circle-2 {
    from {
        margin-left: 20%;
        margin-top: 35%;
    }
  
    to {
        margin-left: 20%;
        margin-top: 10%;
    }
  }

  @keyframes recover-circle-3 {
    from {
        margin-left: 68%;
        margin-top: 6%;
    }
  
    to {
        margin-left: 68%;
        margin-top: 38%;
    }
  }

  @keyframes recover-circle-4 {
    from {
        margin-left: 0%;
        margin-top: 0%;
    }
  
    to {
        margin-left: 0%;
        margin-top: 33%;
    }
  }

  @keyframes recover-circle-5 {
    from {
        margin-left: 78%;
        margin-top: 30%;
    }
  
    to {
        margin-left: 78%;
        margin-top: 10%;
    }
  }
  
  @keyframes logo-recover {
    from {
        transform: scale(120%);
    }
  
    to {
        transform: scale(90%);
    }
  }

  @keyframes main-recover-2 {
    from {
        transform: translate(-90%,0%);
    }
  
    to {
        transform: translate(0%,0%);
    }
  }

  @media (max-width: 1340px) {

    .recover-circle-4{
        width: 100px;
        height: 100px;
        border: 5px solid #46404385;
    }
    .recover-circle-2{
        width: 30px;
        height: 30px;
        transform: translate(-10%,50%);
    }
  }

  @media (max-width: 1000px) {
    .recover-circle-4{
        width: 70px;
        height: 70px;
        border: 5px solid #46404385;
    }
    .recover-circle-2{
        width: 20px;
        height: 20px;
    }
    #main-recover-2{
        display: none;
    }
    #div_recover{
        min-width: 300px;
        width: 370px;
    }
    #div_recover:hover{
        width: 390px;
    }

    .recover-circle-6{
        display:inline;
    }
    .logo-recover-color{
        display:inline;
    }

  }