 body {
 // background-image: url(.//bg.png);
  color: white;
  font-family: 'Roboto';
}
.flat-form {
	top:80px;
  background: #7176E6;
  margin: 25px auto;
  width: 390px;
  height: 340px;
  position: relative;
  font-family: 'Roboto';
}
.tabs {
  background: #492BC0;
  height: 44px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.tabs li {
background: #492BC0;
width: 195px;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}
.tabs a {
  background: #492BC0;
  display: block;
  font-size:22px;
  float: center;
  text-decoration: none;
  color: white;
   padding: 12px 22px 12px 62px;
  /*border-right: 1px solid @tab-border;*/

}
/*
.tabs li:last-child a {

  border-right: none;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
*/
.tabs a.active {

  background: #492BC0;
  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: 42px;
  padding-bottom: 10px;
}
.form-action p {
  font-size: 12px;
  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: 'Roboto';
}

form input[type=text],
form input[type=password] {
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  padding-left: 15px;
  background: #fff;
  border: none;
  color: #7176E6;
  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;
}

.button {
position: absolute;
top: 218px;
font-size:20px;
    border: none;
    display: block;
    background: #492BC0;
    height: 40px;
    width: 80px;
    color: #ffffff;
    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;
}

.button:hover {
  background: #1e75aa;
  /*box-shadow: 0 3px 1px #237bb2;*/
}

.button:active {
  background: #136899;
  /*box-shadow: 0 3px 1px #0f608c;*/
}
#7176E6
::-webkit-input-placeholder {
  color: #7176E6;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #7176E6;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #7176E6;
}
:-ms-input-placeholder {
  color: #7176E6;
}