*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: Seravek, 'Gill Sans Nova', Ubuntu, Calibri, 'DejaVu Sans', source-sans-pro, sans-serif;
}

body{
background: #000;
}

header{
position: relative;
padding: 20px 0;
}

header h1{
height: 30px;
}

header a{
display: inline-block;
position: absolute;
top:20px;
right: 0;
font-size: 200%;
color: #000;
}

header h1 img{
height: 30px;
display: block;
}

#wrap{
padding: 10px;
}

select,
input[type=email],
input[type=password],
input[type=text],
input[type=number],
input[type=date],
input[type=tel] {
outline: none;
color: #555;
background-color: #fff;
min-height: 34px;
height: 34px;
padding: 6px 12px;
font-size: 14px;
background-image: none;
border: 1px solid #c5c6ca;
border-radius: 4px;
box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
width: calc(100% - 30px);
}