
h1{
    text-align: center;
    margin-bottom: 0;
}
div{
    margin: 10px;
}
.page {
    height: 500px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    border: 1px solid black;
    margin: 30px;
}


form {
    width: 400px;

}

.form__group {
    margin-bottom: 15px;
}

.input {
    width: 100%;
    height: 30px;
    padding: 0 10px;
    border: 1px solid #ccc;
    outline: 0;
}
input[placeholder] {
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
}
.input.error {
    border-color: #690b0b;
}

.input::placeholder {
    color: #ccc;
}

.checkbox__label {
    user-select: none;
}

.checkbox__input.error + .checkbox__label {
    border-color: #690b0b;
}

.btn {
    width: 100%;
    height: 40px;
    color: #faf9f6;
    padding: 2px;
    text-transform: uppercase;

    font-weight: 400;
    font-style: normal;
    background-color: #690b0b;
    
    
    margin-bottom: 60px;
    margin-top: 20px;
}
#data {
    display: block;
    height: 100px;
}

.js-form{
    height: 440px;
}