* {
    box-sizing: border-box;
}

label {
    display: block;
    margin-bottom: 10px;
}

.check label {
    display: flex;
    border: 1px solid #ccc;
    background: #efefef;
    min-height: 44px;
    border-radius: 3px;
    padding: 10px;
    align-items: center;
}

.check input {
    margin: 0;
    margin-right: 10px;
}

html {
    background: #e2e9e4;
    color: #000;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 16px;
}

h1 {
    color: #004275;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
}

header {
    margin: 1.34em 0;
}

i {
    font-size: 0.75em;
}


body {
    margin: 0 auto;
    padding: 20px;
    max-width: 600px;
}

form div {
    margin-bottom: 20px;
}

input[type=date], input[type=text], input[type=password], textarea {
    resize: none;
    min-height: 44px;
    width: 100%;
    font-size: inherit;
    font-family: inherit;
    border-radius: 3px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding: 10px;
    border: 1px solid #004275;
}

button, input[type=submit] {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    height: 44px;
    min-width: 88px;
    padding: 0 20px;
    font-size: inherit;
    background:#004275;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    border-radius: 3px;
    border: 1px solid transparent;
}

button:disabled {
    background: #999;
    color: #ccc;
}

button:active, input[type=submit]:active {
    background:#c50e1f;
}

#buttons {
    text-align: right;
}
