.main-body-container-sub-footer {
    background-image: url(banner-for-pinterest.png);
    width: 100%;
    height: 700px;
    background-size: cover;
}

.main-footer-continer {
    background-color: #000000;
    color: white;
    width: 100%;
    height: 400px;
}

.main-body-container-sub-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.sub-footer-container-heading {
    flex: 1;
    text-align: center;
}

.sub-footer-container-heading h1 {
    font-family: poppins, sans-serif;
    font-size: 65px;
    line-height: 1.5;
    color: white;
    text-shadow: #323131 2px 2px 4px;
}

.sub-footer-container-lonin {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-form {
    background-color: white;
    width: 80%;
    height: 720px;
    border-radius: 25px;
    display: flex;
    margin-bottom: -170px;
    flex-direction: column;
    align-items: center;
}

.login-form h1 {
    font-family: poppins, sans-serif;
    font-size: 32px;
    margin-top: 50px;
}

.login-form p {
    font-family: poppins, sans-serif;
    color: #787878;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.login-form label {
    font-family: poppins, sans-serif;
    padding-left: 105px;
    font-size: 18px;
    margin-top: 15px;
    align-self: flex-start;
    margin-left: 40px;
}

.login-form input {
    width: 310px;
    height: 40px;
    border-radius: 10px;
    border: 1px solid #c4c4c4;
    padding-left: 10px;
    font-size: 16px;
}

.login-form .Continue {
    width: 350px;
    height: 50px;
    background-color: #e60023;
    border: none;
    border-radius: 25px;
    color: white;
    font-family: poppins, sans-serif;
    font-size: 18px;
    margin-top: 20px;
    cursor: pointer;
}

.login-form h3 {
    font-family: poppins, sans-serif;
    color: #787878;
    margin-top: 10px;
}

.login-form button img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.facebook-login {
    width: 350px;
    height: 50px;
    background-color: #cfcfcf;
    border: none;
    border-radius: 25px;
    color: white;
    font-family: poppins, sans-serif;
    font-size: 18px;
    margin-top: 20px;
    cursor: pointer;
}

.facebook-login:hover {
    background-color: #b3b3b3;
    cursor: pointer;
}

.login-form .Continue:hover {
    background-color: #b8001e;
    cursor: pointer;
}

.login-form input:hover {
    border: 2px solid #a1a1a1;
}

.login-form input:focus {
    outline: none;
    border: 2px solid #7a7a7a;
}

.login-form label:hover {
    cursor: text;
}

.login-form h1:hover {
    cursor: text;
}

.login-form p:hover {
    cursor: text;
}

.login-form h3:hover {
    cursor: text;
}

.login-form .create {
    margin-top: 10px;
    background-color: #e2e2e2;
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 0px 0px 25px 25px;
}