@charset "UTF-8";
/*
 * jQuery File Upload Plugin CSS Example
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */

html, body{
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
  font-size: 62.5%;
}

header{
  font-size: 1.4rem;
  margin-bottom: 10rem;
}

header a{
  position: absolute;
  top: 10px;
  left: 15px;
  color: #00A2FF;
  text-decoration: none;
}

header a:hover{
  text-decoration: underline;
}

header img{
  display: block;
  margin: 40px auto;
}

.container{
  font-size: 1.2rem;
  text-align: center;
}

.container label{
  display: block;
  font-size: 1.67em;
  font-weight: 800;
  color: #00A2FF;
}

.container input{
    margin: 0.5rem 0 2rem;
    padding: 1rem;
    font-size: 1.67rem;
    text-align: center;
    border-radius: 5px;
    border: 0.2rem solid #D0D0D0;
}
