html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
address {
    font-style:normal;
}
html {
    overflow-y: scroll; 
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%; 
}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,img { 
    display:block;  
}  

body {
    line-height: 1.5;
}

blockquote, q {
    quotes: none;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: inherit;
    color: inherit;
}
:focus {
    outline: none;
}
strong { 
    font-weight: bold; 
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
ul, ol {
  margin-left: 0;
  padding: 0 0 0 30px;
}
nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  padding: 0;
}
button,input[type=button],input[type=reset],input[type=submit] { 
    cursor:pointer; 
    -webkit-appearance:button; 
    overflow:visible;  
}  
input[type=checkbox],input[type=radio] { 
    box-sizing:border-box;
    padding:0;  
}  
input[type=search] { 
    -webkit-appearance:textfield; 
    box-sizing:content-box;  
}  
input[type=search]::-webkit-search-decoration { 
    -webkit-appearance:none;  
}  
button::-moz-focus-inner,input::-moz-focus-inner { 
    border:0; 
    padding:0;  
}  
textarea { 
    overflow:auto; 
    vertical-align:top;  
} 

.input-group{
    margin-top: 1em;
}

/* Wordpress */
.alignleft {
    float: left;
    margin: 0 25px 15px 0;
}
.alignright {
    float: right;
    margin: 0 0 15px 25px;
} 

.alignnone {
    margin:10px 0 15px 0;
}

.aligncenter {
    margin:15px auto;
    text-align:center;
}

pre {
    -moz-tab-size:6;
      -o-tab-size:6;
         tab-size:6;
    width: 90%;
    padding: 0;
    margin: 2em auto;
    overflow: auto;
    white-space: pre-wrap;
    overflow-y: hidden;
    font-size: 13px;
    line-height: 1.5;
    background: #efefef;
    border-left: 8px solid #b40b0b;
    padding: 10px;
    color: #333;
    font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
}

body{
    font-family: "Helvetica", sans-serif;
    font-size: 18px;    
    padding: 1em;    
}

*,*:before,*:after {
    box-sizing:border-box;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.wrap{
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.wrap-contents{    
    max-width: 500px;
    text-align: center;
}

.wrap-contents.large{
    width: 100%;
    max-width: 100%;
}

.logo{
    margin: 0 auto 1em;
    max-width: 350px;
}

.logo svg{
    display: block;
    width: 100%;
    height: auto;
}

#vin-form{
    border: 1px #e2e2e2 solid;
    border-top-width: 2px;
    border-bottom-width: 4px;
    border-radius: 15px;
    padding: 1.5em;
}

#vin-form h2{
    font-size: 2em;
    margin: 0;
}

#vin-form h3{
    font-size: 1.5em;
    font-weight: normal;
    margin: 0 0 .5em;
}

#vin-form h3 strong{
    font-weight: bold;
}

#vin-form svg{
    max-width: 15%;
}

#vin-form svg *{
    fill: #0d3896;
}

p{
    margin: 1em 0;
}

input[type="text"],
input[type="password"],
input[type="email"]{
    width: 100%;
    border: 1px #e2e2e2 solid;
    font-size: 1em;
    padding: .5em .5em;
    text-align: center;
}

.actions{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

.actions li + li{
    margin-left: .5em;
}

.actions .btn{
    margin: 0 !important;
}

.btn{
    margin: 1.5em 0 0;
    font-size: 1em;
    border: none;
    border-radius: 15px;
    background: #0d3896;
    color: white;
    padding: .33em 1.5em;
    text-decoration: none;
    line-height: 1;
    display: inline-block;
    outline: none;
}

table{
    width: 100%;
}

table th,
table td{
    text-align: center;    
}

table th{
    font-size: 2em;
    padding-bottom: .25em;
}

table td{
    padding: .5em;
    border: 1px #e2e2e2 solid;
}

table .btn{
    margin: 0;
}
