body,
html {
    width: 100%;
    overflow: hidden;
    font-family: Exo2, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.18;
    color: #8f96b0;
    align-content: center;
}

.info-text {
    color: green;
}

.error-text {
    color: red;
}

.formAccessRestore {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    width: 330px;
    background-color: #222631;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
}

button {
    background-color: #9aca3c;
    border: 1px solid #9aca3c;
    color: #fff;
    margin-top: 30px;
    height: 50px;
    border-radius: 6px;
    /*font-weight: bold;*/
    /*text-transform: uppercase;*/
    font-size: 24px;
}

input {
    margin-top: 30px;
    border-radius: 5px;
    padding: 15px;
    width: 100%;
    height: 50px;
}