.error-text {
    font-size: 20px;
    color: red;
}

.result, .note, .common-text {
    font-size: 30px;
}

.note {
    text-align: center;
    width: 80%;
    margin: 15px auto 40px auto;
}

.result-ok {

}

.result-error {
    color: red;
}

h1 {
    text-align: center;
    font-size: 40px;
    text-transform: uppercase;
}

.new-registration-link {
    font-size: 30px;
    display: block;
    margin-top: 10px;
    color: #3ebcd4;
    text-decoration: none;
}

.ac {
    text-align: center;
}

.feedback-form-row [type="submit"] {
    width: 100%;
    font-size: 24px;
    margin: 0 20%;
}

.feedback-form-row .field-wr .field-label {
    font-size: 22px;
}

@media screen and (max-width: 1240px) {
    .error-text {
        font-size: 30px;
    }

    .feedback {
        margin: 0 10px;
    }

    .feedback-form-row [type="submit"] {
        margin: 0;
    }
}

.common-text a, .note a {
    color: #3ebcd4;
}

.common-text a:hover, .note a:hover {
    color: #3ebcd4;
}

#btn-send:disabled,
#btn-send[disabled] {
    color: gray;
    border: 2px solid gray;
    cursor: default;
}