.content {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.content__title {

}
.content__recovery-controls {
    margin-top: 30px;
}
.recovery-controls__input {
    display: flex;
    align-items: center;
    justify-content: center;
}
.recovery-controls__recover {
    display: flex;
    align-items: center;
    justify-content: center;

    margin-top: 25px;
}
.recovery-controls__recover button {
    padding: 13px 50px;
}
.recovery-controls__recover > button > img {
    width: 25px;
}

@media (min-width: 768px) {
    .content {
        margin-top: 120px;
    }
    .content__recovery-controls {
        margin-top: 40px;
    }
    .recovery-controls__recover button {
        padding: 20px 50px;
    }
    .recovery-controls__recover button {
        padding: 20px 50px;
    }
    .recovery-controls__recover {
        margin-top: 65px;
    }
}
@media (min-width: 768px) {
    .content {
        margin-top: 240px;
    }
}