@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
  font-family:Raleway;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  color: white;
  font-family: 'Open Sans', sans-serif;
}
.flat-form {
  background: #BE4C32;
  margin: 25px auto 25px auto;
  width: 390px;
  position: relative;
  font-family: Raleway, sans-serif;
  box-shadow: 0px 7px 15px #888888;
}
.tabLabel
{
  font-family:Raleway;
}
.tabs {
  background: #c0392b;
  height: 40px;
  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: #c0392b;
  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: #BE4C32;
  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: 35px;
  padding-left: 15px;
  padding-bottom: 5px;
  text-align: left;
  color: white;
  font-family:Raleway;
}
.form-action p {
  font-size: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  text-align: left;
  color: white;
  font-family:Raleway;
}
form {
  padding-right: 20px !important;
}
form input[type=text],
form input[type=password],
form input[type=submit] {
  font-family: Raleway, sans-serif;
}

form input[type=text],
form input[type=password] {
  width: 285px;
  height: 40px;
  margin-bottom: 10px;
  padding-left: 15px;
  border: none;
  color:white;
  outline: none;
  margin-left:10px;
  border-radius: 10px;
  font-family: Raleway, sans-serif;
  font-size: 15px;
  background-color: #dc8b71;
}
form input[type=submit] 
{
  margin-left:133px;
  font-family: Raleway, sans-serif;
  font-size: 15px;
  margin-top:15px
}

.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 {
    border: none;
    display: block;
    background-color: #dc8b71;
    height: 40px;
    width: 80px;
    color: #ffffff;
    text-align: center;
    border-radius: 10px;
    /*box-shadow: 0px 3px 1px #2075aa;*/
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
    margin-left:133px;
    margin-top:15px
}

.button:hover {
  background: #5e0400;
  cursor: pointer;
  /*box-shadow: 0 3px 1px #237bb2;*/
}

.button:active {
  background: #136899;
  /*box-shadow: 0 3px 1px #0f608c;*/
}

::-webkit-input-placeholder {
  color:#CBCBCB;
}
:-moz-placeholder {
  /* Firefox 18- */
  color:#CBCBCB;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color:#CBCBCB;
}
:-ms-input-placeholder {
  color:#CBCBCB;
}
.username
{
  background:#dc8b71 url(/images/user.png) no-repeat scroll 9px 11px;
  padding-left:45px !important;
}
.password
{
  background:#dc8b71 url(/images/lock.png) no-repeat scroll 9px 11px;
  padding-left:45px !important;
}
.security
{
  background:#dc8b71 url(/VPsec.php?i=3) no-repeat scroll 220px 11px;
  padding-left:45px !important;
}
.email
{
  background:#dc8b71 url(/images/mail.png) no-repeat scroll 9px 11px;
  padding-left:45px !important;
}