.logo-img {
    width: 140px;
    height: 90px;
}

.navbar-page-text {
	font-weight: 600;
	font-size: 18px;
    margin-top: 4%;
}

.looking-to-login-text {
    color: #DADAD9;
}

.looking-to-login-text:hover { 
    color: #FFFFFF;
}

.reset-password-div {
    margin-top: 5%;
}

.navbar-logo-div {
    text-align: center;
}

.forgot-div {
    margin-top: 1rem;
    margin-bottom: 1rem;
}


@media only screen and (max-width: 780px) and (min-width: 680px) { 
    .navbar-page-text {
        margin-top: 6%;
    }
}

@media only screen and (max-width: 680px) and (min-width: 576px) {
    .navbar-page-text {
        margin-top: 7%;
    }
}

@media only screen and (max-width: 576px) { 
    .navbar-row-div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .navbar-page-text {
        margin-top: 5%;
        text-align: center;
    }

    .reset-password-div {
        margin-top: 18%;
    }
}

@media only screen and (max-width: 415px) { 
    .logo-img {
        width: 100px;
        height: 70px;
    }

    .navbar-page-text {
        font-weight: 600;
        font-size: 16px;
        margin-top: 6%;
    }

    .reset-password-div {
        margin-top: 20%;
    }
}


@media only screen and (max-width: 370px) { 
    .logo-img {
        width: 100px;
        height: 70px;
    }

    .navbar-page-text {
        font-weight: 600;
        font-size: 16px;
        margin-top: 6%;
    }

    .reset-password-div {
        margin-top: 27%;
    }

    .reset_password_form_card_title {
        font-size: 16px;
    }
}


@media only screen and (max-width: 340px) { 
    .logo-img {
        width: 100px;
        height: 70px;
    }

    .navbar-page-text {
        font-weight: 600;
        font-size: 16px;
        margin-top: 6%;
    }

    .reset-password-div {
        margin-top: 33%;
    }

    .reset_password_form_card_title {
        font-size: 15px;
    }
}

@media only screen and (max-width: 300px) { 
    .button-reset {
        min-width: 50px;
    }
}

@media only screen and (max-width: 210px) { 
    .button-reset {
        min-width: 0px;
    }
}