@import "../../05-objects/o-bottom-sections.css";

body {
    background-color: #FFFFFF;
}

.forgot-password-container {
    justify-content: center;
}

.forgot-password-container div {
    width: 80%;
}

.forgot-password-container h3 {
    font-size: 65px;
    letter-spacing: 0;
    line-height: 60px;
}

.forgot-password-container h4 {
    font-size: 40px;
    letter-spacing: 0;
    line-height: 60px;
}

.forgot-password-container h6 {
    font-family:'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 80px;
}

.forgot-password-container p {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    width: 60%;
    line-height: 32px;
}

.forgot-password-container label {
    font-family: 'Roboto', sans-serif;;
    font-size: 18px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: 0;
    text-align: left;
    width: 100%;
}

.forgot-password-container input {
    width: 80%;
    height: 40px;
    padding: 10px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}

.forgot-password-container a {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    padding: 10px 20px 10px 20px;
    width: 265px;
}

.banner-forgot {
    background-image: url("../../../images/forgot/lekcje-gitary-ostroleka_9 1.png");
    height: 100%;
    min-height: 1080px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.top-banner {
    position: relative;
    width: 100%;
    height: 710px;

}

@media only screen and (max-width: 540px) {

    .top-banner {
        position: relative;
        height: 0;
        width: 100%;
        padding-top: calc(100% / 1.1);

    }



}

.top-banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.o-bottom-section--background {
    background-image: url("../../../images/forgot/lekcje-gitary-ostroleka 1.png");
}

@media only screen and (max-width: 540px) {
    .banner-forgot {
        max-height: 540px;
        margin-left: -6rem;
    }

    .o-bottom-section--background {
        min-height: 540px;
        max-width: 100%;
        background-position: -700px;
    }

    .o-primary-button--mobile-res {
        margin-top: 60px !important;
    }

    h2 {
        font-family: 'Monserrat', sans-serif;
        font-size: 48px;
        font-weight: 700;
        line-height: 58px;
        letter-spacing: -0.02em;
        text-align: center;
        width: 89%;
    }

    .forgot-password-container div {
        width: 90%;
    }

    .forgot-password-container input {
        width: 100%;
    }

    .forgot-password-container h3 {
        font-size: 48px;
        line-height: 58px;
    }

    .forgot-password-container h4 {
        font-size: 30px;
        line-height: 46px;
    }

    .forgot-password-container h6 {
        font-size: 30px;
        line-height: 80px;
    }

    .forgot-password-container p {
        font-size: 22px;
        line-height: 32px;
        /*width: 400px;*/
    }

    .forgot-password-container label {
        font-size: 18px;
    }

    .o-primary-button--forgot-password {
        padding: 13px 40px 13px 40px;
    }

    /* .reset-forgot-password-container a {
        font-size: 14px;
        width: 50%;
    } */
}
