.myAccount.banner {
    background-color: rgba(0, 0, 0, 0.7);
}

.myAccount.banner::after {
    background-image: url("/img/my-account/my-account.jpg");
}

.fatherOfAll > *:not(svg) {
    padding: 3em 0;
}

/* Custom Page */
.doubleBlock > div:first-child {
    align-items: flex-start;
}

body .titleMyAccount {
    font-weight: 700;
    text-align: center;
}

@media (min-width: 1025px) {
    body .titleMyAccount {
        font-size: 45px;
    }
}

@media (max-width: 1024px) {
    body .titleMyAccount {
        font-size: 35px;
    }
}

.forgotPassword {
    padding-top: 30px;
    color: black;
}

body .specificP {
    font-size: 14px;
}

body .font14 {
    font-size: 14px;
}
