@import url(https://web.archive.org/web/20190109075655cs_/http://fonts.googleapis.com/css?family=Roboto:100);
@import url(https://web.archive.org/web/20190109075655cs_/http://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.css);

.flat-form {
    background: #4b4e53;
    opacity: 0.7;
    margin: 25px auto 0;
    width: 390px;
    height: 210px;
    position: relative;
    font-family: Arial;
}
.tabs {
  background: #4b4e53;
  height: 20px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.tabs li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}
.tabs a {
  background: #4b4e53;
  display: block;
  float: left;
  text-decoration: none;
  color: white;
  font-size: 16px;
  padding: 12px 22px 12px 22px;
  /*border-right: 1px solid @tab-border;*/

}
.tabs li:last-child a {
  border-right: none;
  width: 174px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.tabs a.active {
  background: silver;
  color:  black;
  border-right: none;
  -webkit-transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.form-action {
  padding: 0 20px;
  position: relative;
}

.form-action h1 {
  font-size: 22px;
  padding-bottom: 10px;
  margin: 0px;
}
.form-action p {
  font-size: 12px;
  color: white;
  padding-bottom: 10px;
  line-height: 25px;
}
form {
  padding-right: 20px !important;
}

form input[type=text],
form input[type=password],
form input[type=submit] {
  font-family: Arial;
    font-size: 16px;
    padding: 0px;
}

form input[type=text],
form input[type=password] {
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  padding-left: 15px;
  background: #fff;
  border: none;
  color: black;
  outline: none;
}

.dark-box {
  background: #5e0400;
  box-shadow: 1px 3px 3px #3d0100 inset;
  height: 40px;
  width: 50px;
}
.form-action .dark-box.bottom {
  position: absolute;
  right: 0;
  bottom: -24px;
}
.tabs + .dark-box.top {
  position: absolute;
  right: 0;
  top: 0px;
}
.show {
  display: block;
}
.hide {
  display: none;
}

.loginbutton {
    border: none;
    display: block;
    background: silver;
    color: #4b4e53;
    height: 30px;
    width: 80px;
    text-align: center;
    border-radius: 5px;
    /*box-shadow: 0px 3px 1px #2075aa;*/
  	-webkit-transition: all 0.15s linear;
	  -moz-transition: all 0.15s linear;
	  transition: all 0.15s linear;
}

.loginbutton:hover {
  background: white;
  color: #4b4e53;
  /*box-shadow: 0 3px 1px #237bb2;*/
}

.loginbutton:active {
  background: #136899;
  /*box-shadow: 0 3px 1px #0f608c;*/
}

::-webkit-input-placeholder {
  color: #4b4e53;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #4b4e53;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #4b4e53;
}
:-ms-input-placeholder {
  color: #4b4e53;
}


.aarcLogoutForm {
    padding: 42px 3px 5px 3px;
    margin: 0 12px 17px 12px;
    border-bottom: 2px solid rgba(45, 78, 83, 0);
    letter-spacing: 2px;
    font-size: 12px;
}

.aarcLogoutForm a {
    color: silver;
}
