@font-face {
    font-family: 'aller_lightn';
    src: url('aller_lt-webfont.eot');
    src: url('aller_lt-webfont.eot?#iefix') format('embedded-opentype'),
         url('aller_lt-webfont.woff2') format('woff2'),
         url('aller_lt-webfont.woff') format('woff'),
         url('aller_lt-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'aller_lightbn';
    src: url('Aller_Bd.eot');
    src: url('Aller_Bd.eot?#iefix') format('embedded-opentype'),
         url('Aller_Bd.woff2') format('woff2'),
         url('Aller_Bd.woff') format('woff'),
         url('Aller_Bd.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;

}



@font-face {
    font-family: 'aller_lightni';
    src: url('Aller_It.eot');
    src: url('Aller_It.eot?#iefix') format('embedded-opentype'),
         url('Aller_It.woff2') format('woff2'),
         url('Aller_It.woff') format('woff'),
         url('Aller_It.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;

}



@font-face {
    font-family: 'aller_lightbi';
    src: url('Aller_BdIt.eot');
    src: url('Aller_BdIt.eot?#iefix') format('embedded-opentype'),
         url('Aller_BdIt.woff2') format('woff2'),
         url('Aller_BdIt.woff') format('woff'),
         url('Aller_BdIt.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;

}

#container{
    width:400px;
    margin:0 auto;
	font-family:'aller_lightn';
}
/* Bordered form */
form {
    width:100%;
    padding: 30px;
	font-family:'aller_lightn';
    border: 1px solid #f1f1f1;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
#container h1{
    width: 38%;
    margin: 0 auto;
    padding-bottom: 10px;
}

/* Full-width inputs */
input[type=text], input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

/* Set a style for all buttons */
input[type=submit] {
    background-color: #002a63;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
}
input[type=submit]:hover {
    background-color: white;
    color: #002a63;
    border: 1px solid #002a63;
}

h1{
text-align: center;
    margin: auto;
    font-family: monospace;
    font-size: 50px;
    background-color: #c3c3c338;
	
}

.scrollbar{
 width: 100%;
height: 310px;
  overflow-y: scroll;
  scrollbar-color: rebeccapurple green;
  scrollbar-width: thin;
}

.button {
display: inline-block;
    border-radius: 3px;
    background-color: #f6af44;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 22px;
    padding: 8px;
    width: 130px;
    transition: all 0.5s;
    cursor: pointer;
	margin-top: 2%;
	font-family: monospace;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}

#but{
text-align:center;

}
