/* landing */
.landing {
    background-image: url('../images/Group 78.png');
    background-size: cover;
    height: 300px;
    margin-bottom: 40px;
}

.landing .container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 100px;
}

.landing .container .callus {
    font-weight: bold;
    color: #2784A1;
    font-size: 28px;
}

.landing .container p {
    color: black;
    font-size: 16px;
}

/* landing */

/* forget */
.forget {
    margin-bottom: 40px;
}

.forget .row {
    align-items: center;
}

.forget .row .image {
    margin-right: -151px;
}

[dir="ltr"] .forget .row .image {
    margin-left: -151px;
    margin-right: auto;
}

.forget .row .image img {
    width: 90%;
}

@media (max-width: 768px) {
    .forget .row .image {
        margin-right: 0;
        text-align: center;
        margin-bottom: 30px;
    }

    [dir="ltr"] .forget .row .image {
        margin-left: 0;
    }

    .forget .row .image img {
        width: 70%;
    }
}

.forget .row .foot {
    width: 90%;
}

.forget .row .foot h3 {
    font-weight: bold;
}

@media (max-width: 501px) {
    .forget .row .foot h3 {
        text-align: center;
    }

    .forget .row .foot p {
        text-align: center;
    }

}

.forget .row .foot p {
    margin-top: 20px;
    font-size: 18px;
    color: #4F4F4F;
    font-weight: bold;
}

.forget .row .foot form .form-group label {
    margin-bottom: 10px;
    color: #707070;
    font-size: 18px;
    font-weight: bold;
}

.forget .row .foot form .form-group input {
    margin-bottom: 20px;
}

.forget form input,
.form-control:focus {
    box-shadow: none;
}

.forget form .btn {
    text-align: center;
    background-color: #F79321;
    color: white;
    border-radius: 5px;
    padding: 10px 20px;
    border: none;
    min-width: 180px;
    display: block;
    width: 100%;
    font-weight: bold;
}

@media (max-width: 768px) {
    .forget .row .foot {
        width: 100%;
        padding: 0 20px;
    }
}

/* forget */
