﻿@font-face {
    font-family: 'VolkswagenSerialLight Regular';
    font-weight:400;
    src: url('Content/VolkswagenSerialLight Regular.ttf') format('truetype');
}
body{
  background:#FFFFFF;
  color:#888;
    /*font-family: 'VolkswagenSerialLight Regular';*/
    font-style:normal;
    font-weight:400;

}

.box{
  width:90%;
  max-width:450px;
  height:auto;
  margin:0 auto;
  margin-top:100px;
  background:#1AA8DC;
  border-radius:7px;
  box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.9);
}

.content{
  width:85%;
  height:auto;
  position:;
  margin:0 auto;
  padding:30px 0px;
  background:;
  text-align:center;
}

.content h1{
  font-size: 24px;
  font-weight:400;
  /*font-family: 'VolkswagenSerialLight Regular';*/
  font-style:normal;
  color:#000000;
  letter-spacing:0.125em;
  text-align:center;
}

.rmbme{
  font-size: 14px;
  font-weight:400;
  /*font-family: 'VolkswagenSerialLight Regular';*/
  font-style:normal;
  color:#000000;
  letter-spacing:0.125em;
  text-align:center;
}

.field{
  width:100%;
  margin:10px auto;
  padding:10px;
  background:#FFFFFF;
  border:none;
  box-shadow: 0px 1px 0px 0px #111;
  border-radius:3px;
  outline:none;
  color:#000000;
  /*font-family: 'VolkswagenSerialLight Regular';*/
  font-style:normal;
  font-weight:400;
  letter-spacing:0.125em;
  text-align:center;
  /*text-transform:uppercase;*/
}


::-webkit-input-placeholder{ /* WebKit browsers */
  color:#5A5A5A;
}
:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */
  color:#5A5A5A;
}
::-moz-placeholder{ /* Mozilla Firefox 19+ */
  color:#5A5A5A;
}
:-ms-input-placeholder{ /* Internet Explorer 10+ */
  color:#5A5A5A;
}



.btn{
  width:100%;
  margin:10px auto;
  padding:10px;
  background:#12759a;
  border:none;
  box-shadow: 0px 1px 0px 0px #111;
  border-radius:3px;
  outline:none;
  color:#000000;
  font-weight:400;
  letter-spacing:0.125em;
  text-align:center;
  text-transform:uppercase;
}

/*.btn:hover{
  background:#0000FF;
  color:#333;
}*/

.btn:active{
  background:#99CCFF;
  color:#333;
}