.pageelement-lost-password .back {
    color: #FF6347;
    font-size: 20px;
    margin-top: 25px;
    display: block;
}

.pageelement-lost-password .back::before {
    content: '\f060';
    font-family: 'Font Awesome 6 Pro';
    margin-right: 8px;
}

.pageelement-lost-password .box {
    background: #E5F0F8;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-flow: column;
    gap: 15px;
    border-radius: 10px;
    color: #00377A;
}

.pageelement-lost-password .box .button-submit {
    background: #FF6347;
    color: #fff;
    width: 300px;
    text-align: center;
    display: inline-block;
    padding: 8px 35px;
    border-radius: 5px;
    box-sizing: border-box;
    border: none;
    font-size: inherit;
    line-height: inherit;
    min-width: unset;
    font-weight: 400;
}