@media screen and (min-width: 992px) {
    div .head {
        font-size: 50px;
    }

    div .inner-container {
        width: 40%;
    }

    div .sign-in {
        border-radius: 26px;
        height: 50px;
        padding: 12px;
        width: 40%;
        position: absolute;
        bottom: 50px;
        /* background-color: white; */
    }

    a .auth-logo {
        position: fixed;
        top: 15px;
        left: 20px;
    }

    .div-logo1 {
        height: 10%;
    }

    .div-logo2 {
        height: 70%;
    }

}

.input-auth {
    font-size: 22px;
}


.inner-container {
    width: 90%;
    margin: auto;
}


.sign-in {
    border-radius: 26px;
    height: 50px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 12px;
    margin-top: 20px;

    /* background-color: white; */
}