.content-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.forgot-password-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.forgot-password-container form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex: auto;
}

.forgot-password-container img {
    width: 150px;
}