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


body {
  /*background: url(http://jsrun.it/assets/p/r/8/X/pr8Xi.png); */ /*bg  1a1a1a  434240  */
  color: black;
  font-family: 'Roboto';
}

/*p{
  color:;
}*/
/*input:focus{
  background-color:yellow;
}*/

/*input[type="submit"] {
    font-family: FontAwesome;
    font-size: 15px;
}*/

/*p.result{
  color:red;
  font-size: 15px!important;
  font-weight: bolder;

}*/
.fa{
  /*right: 0!important;*/
  padding-left: 85px;
  
  cursor: pointer;
}

.flat-form {
  /*background: #34495e; */ /*tablebg e74c3c #34495e  #88565b ed7271*/
  border: 1px solid #006873;
  margin: 25px auto;
  width: 390px;
  height: 360px;
  position: relative;
  font-family: 'Roboto';
}
.tabs {
  background: #006873;  /*topbar #c0392b #88565b*/
  height: 50px;
  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: #006873;  /*topbar c0392b  #88565b */
  display: block;
  float: left;
  text-decoration: none;
  color: white;
  font-size: 16px;
  padding: 15px 22px 12px 22px;

}

/*.tabs a:hover {

  background: #22a0ad;

}*/

/*.tabs li:last-child a {
  border-right: none;
  width: 174px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}*/

.tabs a.active {
  /*background: #22a0ad;*/  /*topbar e74c3c  */
  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: 13px;
  padding-bottom: 10px;
  line-height: 25px;
  color: red;
  font-weight: bolder;
}
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],
form input[type=email] {

  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  padding-left: 15px;
  background: #fff; /* #44454a  */
  border: none;
  color: black;   /* e74c3c e9e9e9  */
  outline-color: #22a0ad;
  border: 1px solid #cdcdcd;
}

.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 {
    margin-bottom: 5%;
    border: none;
    display: block;
    background: #006873;
    height: 40px;
    width: 80px;
    color: #ffffff;
    text-align: center;
    border-radius: 5px;
    outline: none;
    font-family: 'Roboto';
    /*box-shadow: 0px 3px 1px #2075aa;*/
  	-webkit-transition: all 0.15s linear;
	  -moz-transition: all 0.15s linear;
	  transition: all 0.15s linear;

    cursor: pointer;
}

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

.button:active {
  background: #22a0ad;
  /*box-shadow: 0 3px 1px #0f608c;*/
}

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