@font-face {
    font-family: "reg";
    src: url("reg.woff2");
}

* {
    font-family: "reg", sans-serif;
    outline: none;
    max-width: 100%;
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
}

section {
    text-align: center;
    padding: 5px;
}

.form {
    text-align: left;
    display: inline-block;
    width: 500px;
    border: 1px solid #c2c2c2;
    margin: 70px 0;
    padding: 14px;
}

.form .header {
    margin: 10px 0;
    display: flex;
}

.header div {
    width: 50%;
}

.header .right {
    text-align: right;
}

.right img {
    width: 150px;
}
.left img {
    width: 80px;
}

table {
    font-size: 0.8em;
    width: 100%;
    margin-bottom: 70px;
    margin-top: 30px;
}

input {
    width: 140px;
}

button {
    background: #e6e6e6;
    border: none;
    padding: 3px 8px;
    border: 1px solid black;
}

.jhwdge {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.khdedhve {
    height: 22px;
}

.idheuh {
    height: 40px;
}
