/*!* @group reset *!
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, .btn 
{ margin: 0; padding: 0; border: 0; font-style: inherit; font-weight: inherit; font-size: 100%; font-family: inherit; vertical-align:baseline }
a img, frameset { border: 0; }
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
!* @end *!*/

/* @group basic */
/*body {
  color: #777;
  font: 12px/20px Helvetica, Arial, sans-serif;
}*/
/* @end */

/* @group forms */
form {
  background: transparent;
  //border-radius: 10px;
  margin: 40px auto;
  //-moz-border-radius: 10px;
  overflow: hidden;
  //padding: 40px;
  //-webkit-border-radius: 10px;
  width: 100%;
}
.forms {
  list-style: none;
  //width: 600px;
  margin: auto;
}
.forms li {
  margin-top: 5px;
  margin-bottom: 5px;
  overflow: hidden;
  //width: 100%;
  height: 80px !important;
}
.forms .buttons {
  margin-bottom: 0;
}
label {
  background: transparent;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  cursor: pointer;
  display: block;
  float: left;
  margin: 7px 0 0;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  text-transform: uppercase;
  padding: 5px 15px 5px 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  width: 200px;
  text-align: left;
}
input {
  background: #ffffff;
  border-radius: 0px;
  border: 1px solid #bbb;
  box-shadow: -1px 0 1px rgba(0,0,0,0.25);
  float: left;
  font: inherit;
  font-weight: 400 !important;
  font-size: 14px !important;
  height: 40px !important;
  margin: 0;
  //-moz-border-radius: 10px;
 // -moz-box-shadow: -1px 0 1px rgba(0,0,0,0.25);
  outline: none;
  //padding: 10px 5px;
  position: relative;
  //-webkit-border-radius: 10px;
  //-webkit-box-shadow: -1px 0 1px rgba(0,0,0,0.25);
  width: 320px !important;
}/*
input:focus {
  background: #eee;
}*/

button {
  background: transparent;
  border: none;
  cursor: pointer;
  font: inherit;
  overflow: visible;
  padding: 0px;
  margin-left: 0px !important;
}


.show-password-link {
  background: #777;
  border-radius: 5px;
  color: #ffffff;
  font-size: 10px;
  -moz-border-radius: 5px;
  padding: 4px;
  margin-top: 3px;
  text-decoration: none !important;
  -webkit-border-radius: 5px;
  width : 50px;
  color: #ffffff !important;
}

.password-showing,
.password {
  width: 320px !important;
}
/*
a,a:link,a:visited,a:hover,a:active {
  text-decoration: none;
  color: #ffffff !important;
}
*/
/* @end */