@font-face {
    font-family: 'aaarghnormal';
    font-style: normal;
    font-weight: normal;
    src: url('../css/Aaargh-webfont.eot');
    src: url('../css/Aaargh-webfont.eot?#iefix') format('embedded-opentype'),
         url('../css/Aaargh-webfont.woff') format('woff'),
         url('../css/Aaargh-webfont.ttf') format('truetype'),
         url('../css/Aaargh-webfont.svg#aaarghnormal') format('svg');
}

.login-form {
  margin: 0 auto;
  width: 500px;
}

.login-form .login-box {
  margin: auto;
  background: url('../img/bckgrdpattern.png');
  border-radius: 15px;
  border: 1px black solid;
  height: 175px;
  width: 500px;
  padding: 0 15px;
  position: absolute;
  top: 300px;
}

.login-form .title-wrapper {
  height: 30%;
}

.login-form .imagewrapper {
  width: 100px;
}

.login-form .login-logo {
  max-width: 100%;
  max-height: 100%;
}

.login-form .logo-box, .title-box {
  float: left;
  width: 50%;
  height: 100%;
}

.login-form .title-box {
  text-align: right;
}

.login-form .title-text {
  font-family: aaarghnormal;
  font-weight: bold;
  font-size: 15px;
  color: white;
}

.login-form .form-elements {
  text-align: center;
  width: 80%;
  padding: 5px 0 15px 0;
  margin: auto;
}

.login-form .field-wrapper {
  position: relative;
  top: 5px;
}

.login-form .labels {
  float: left;
  position: relative;
  top: 3px;
}

.login-form .login-label {
  float: right;
  font-family: aaarghnormal;
  clear: both;
  font-size: 15px;
  color: white;
  text-align: right;
}

.login-form .text-box {
  width: 70%;
  margin-top: 0;
}

.login-form .submit-box {
  padding-top: 15px;
}

.login-form .submit-btn {
  width: 100px;
  height: 40px;
  font-family: aaarghnormal;
  font-weight: bold;
  border-radius: 5px;
}
