body,
body * {
    margin: 0;
    padding: 0;
    vertical-align: top;
    box-sizing: border-box;
}

body {
    font-family: Arial Narrow;
    height: 100vh;
    position: relative;
    background-color: #F8F3F0;
}

.remelis {
    width: 600px;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    border: 2px solid #FBFAF8;
    padding: 50px;
    background-color: #FBFAF8;
}

.exit {
    width: 50px;
    height: 50px;
    position: absolute;
    text-decoration: none;
    text-align: center;
    line-height: 45px;
    font-weight: bold;
    font-size: 24px;
    color: #fff;
    background-color: #D3A863;
    top: 0;
    right: 0;

}

.headeris {
    font-size: 30px;
}

.form {
    margin-top: 50px;
}

.form-row {
    margin-top: 20px;
    line-height: 30px;
}

.label {
    width: 100%;
    display: inline-block;
    font-weight: bold;
    vertical-align: text-top;
}

.input {
    height: 30px;
    border-style: solid;
    border-radius: 4px;
}

.input-2 {
    width: 400px;
    height: 100px;
    border-style: solid;
    border-radius: 4px;
    resize: none;
    padding: 5px 0;
    font-family: Arial, Helvetica, sans-serif;
}

.btn {
    width: 150px;
    margin-top: 50px;
    padding: 10px 20px;
    border: 2px solid #D3A863;
    background-color: #D3A863;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1.5px;
}

.btn:hover {
    background-color: #C74919;
}