@import url('https://fonts.googleapis.com/css2?family=Jaldi:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jaldi:wght@400;700&family=Zilla+Slab:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

@media (min-width: 1100px) {
    * {
        margin: 0;
        box-sizing: border-box;
        transition: all 300ms ease;
        font-family: "Jaldi";
    }

    #body {
        position: relative;
        width: 100%;
        height: 890px;
        overflow: hidden;
    }

    #background {
        background-color: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
    }

    .imgFitCover {
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: center;
        transition: transform 0.3s ease-out;
    }

    #cardLogin {
        width: 750px;
        height: 750px;
        border-radius: 53px;
        background-color: #FFF;
        position: absolute;
        text-align: center;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        box-shadow: 0 0 100px white;
    }

    #cardLogin img {
        position: absolute;
        transform: translate(-50%) scale(1.1);
        top: 15%;
    }

    #login {
        position: absolute;
        width: 100%;
        top: 38%;

        p {
            font-family: "Jaldi";
            font-size: 24px;
            text-align: start;
            padding-left: 12%;
        }

        input {
            background-color: #D9D9D9;
            border: 1px solid black;
            border-radius: 28px;
            width: 618px;
            height: 40px;
            margin-bottom: 5%;
            padding-left: 2%;
            font-size: 30px;
        }
    }

    #fazerLogin {
        position: absolute;
        cursor: pointer;
        width: 230px;
        height: 70px;
        border-radius: 23px;
        background-color: #83E4FF;
        border: 1px solid black;
        font-size: 24px;
        left: 50%;
        transform: translate(-50%);

        span {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
        }
    }

    #fazerLogin:hover {
        transform: translate(-50%) scale(1.1);
        box-shadow: 0 0 25px #8a8a8a;

        span {
            transform: translate(-50%, -50%) scale(1.2);
        }
    }
}

@media (max-width: 550px) {
    * {
        margin: 0;
        box-sizing: border-box;
        transition: all 300ms ease;
        font-family: "Jaldi";
    }
    
    #body {
        position: relative;
        width: 100%;
        overflow: hidden;
        img {
            margin-top: 10px;
        }
    }    
    #background {
        background-color: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 98.5%;
        position: absolute;
        top: 0;
        margin-top: 10px;
    }
    
    .imgFitCover {
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: center;
        transition: transform 0.3s ease-out;
    }
    
    #cardLogin {
        width: 90%;
        height: 90%;
        border-radius: 53px;
        background-color: #FFF;
        position: absolute;
        text-align: center;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        box-shadow: 0 0 100px white;
    }

    #cardLogin img {
        width: 80%;
        position: absolute;
        transform: translate(-50%) scale(1.1);
        top: 10%;
    }

    #login {
        position: absolute;
        width: 100%;
        top: 38%;
        p {
            font-family: "Jaldi";
            font-size: 18px;
            text-align: start;
            padding-left: 12%;
            line-height: 96%;
        }

        input {
            background-color: #D9D9D9;
            border: 1px solid black;
            border-radius: 28px;
            width: 80%;
            height: 30px;
            margin-bottom: 2%;
            padding-left: 2%;
            font-size: 20px;
        }
    }

    #fazerLogin {
        position: absolute;
        cursor: pointer;
        width: 60%;
        height: 50px;
        border-radius: 23px;
        background-color: #83E4FF;
        border: 1px solid black;
        font-size: 24px;
        left: 50%;
        transform: translate(-50%);

        span {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            width: 100%;
        }
    }

    #fazerLogin:hover {
        transform: translate(-50%) scale(1.1);
        box-shadow: 0 0 25px #8a8a8a;

        span {
            transform: translate(-50%, -50%) scale(1.2);
        }
    }
    footer {
        margin-top: -10px;
    }
}

@media (min-width: 551px) and (max-width: 1099px) {
    * {
        margin: 0;
        box-sizing: border-box;
        transition: all 300ms ease;
        font-family: "Jaldi";
    }
    
    #body {
        position: relative;
        width: 100%;
        overflow: hidden;
        img {
            margin-top: 15px;
        }
    }    

    #background {
        background-color: rgba(0, 0, 0, 0.5);
        width: 100%;
        height: 98.5%;
        position: absolute;
        top: 0;
        margin-top: 15px;
    }
    
    .imgFitCover {
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: center;
        transition: transform 0.3s ease-out;
    }
    
    #cardLogin {
        margin-top: 3%;
        width: 90%;
        max-width: 750px;
        height: 90%;
        max-height: 750px;
        border-radius: 53px;
        background-color: #FFF;
        position: absolute;
        text-align: center;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        box-shadow: 0 0 100px white;
    }

    #cardLogin img {
        width: 80%;
        max-width: 563px;
        max-height: 150px;
        position: absolute;
        transform: translate(-50%) scale(1.1);
        top: 10%;
    }

    #login {
        position: absolute;
        width: 100%;
        top: 38%;
        p {
            font-family: "Jaldi";
            font-size: 18px;
            text-align: start;
            padding-left: 12%;
            line-height: 96%;
        }

        input {
            background-color: #D9D9D9;
            border: 1px solid black;
            border-radius: 28px;
            width: 80%;
            max-width: 618px;
            height: 40px;
            margin-bottom: 5%;
            padding-left: 5%;
            font-size: 20px;
        }
    }

    #fazerLogin {
        position: absolute;
        cursor: pointer;
        width: 60%;
        max-width: 230px;
        height: 60px;
        border-radius: 23px;
        background-color: #83E4FF;
        border: 1px solid black;
        font-size: 24px;
        left: 50%;
        transform: translate(-50%);

        span {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            width: 100%;
        }
    }

    #fazerLogin:hover {
        transform: translate(-50%) scale(1.1);
        box-shadow: 0 0 25px #8a8a8a;

        span {
            transform: translate(-50%, -50%) scale(1.2);
        }
    }
    footer {
        margin-top: -10px;
    }
}