body{
    background-color: #461E5F;
    background-image: linear-gradient(45deg, #6657A4 40%, #57B8D8 100% );

}

#container-central{
    display: flex;
    justify-content: center;
}

.content{
    background-color: #ffffff69;
    width: 35%;
    height: 43rem;
    border-radius: 14px;
    box-shadow:  -4px 3px 5px;
    margin-bottom: 20px;
}

h1{
    color: #000;
    margin-top: 10%;
    font-size: 1.5rem;
    text-align: center;
}

.page-header{

    text-align: center;
}

.magic-img{
    float: none;
    margin: 0;
}

.img-magic{
    display: inline-block;
    margin: 2%;
    margin-top: 4%;
} 

.col-md-4{
    width: 90%;
}

.form{
    display: flex;
    flex-direction: column;
    width: 110%;
    align-content: center;
    margin: 10px 55px;
}

#submit{
    width: 50%;
    margin: 20px 35px;
    color: white;
    background-color: #461E5F;
    background-image: linear-gradient(45deg, #6657A4 40%, #57B8D8 100% );
    animation: infinite;
}

.form-group{
    width: 75%;
    margin-top: 15px;
}

p{
    text-align: center;
    font-size: 1.2rem;
}

#div-password{
    margin-top: 30px;
}

#reset{
    color: #07365f;
}

footer{
    display: none;
}

/* medias queries para responsividade */

@media (max-width: 992px){
    .content{
        width:40%
    }

    .form{
        align-items: center;
        margin: 0;
    }

    .magic-img{
        width: 35%;
    }
}

@media (max-width: 691px){
    .content{
        width: 48%;
    }

    .form-control{
        width: 100%;
    }

    .material-symbols-outlined{
        margin-left: 0;
    }

    .magic-img{
        position: relative;
        bottom: 0;
        width: 35%;
    }
}

@media (max-width: 376px){
    .magic-img {
        display:inline-block;
        width: 40%;
    }

    h1{
        font-size: 1rem;
    }

    #submit{
        width: 100%;
    }

    .content{
        height: 35rem;
    }

    #div-password{
        margin-top: 0;
    }

    p{
        font-size: 0.8rem;
    }

    .page-header{
        margin-bottom: -23%;
    }
}
