.clearfix:before, .clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}
.clearfix:before, .clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
body {
  font-size: 15px;
  line-height: 18px;
  background: #223A52 url("../img/wall3.jpg") no-repeat fixed center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin: 0px;
  padding: 0px;
  overflow-y: auto;
  overflow-x: hidden;
  font-family: sans-serif;
}
h1,h2,h3,h4,h5,h6{
  font-weight: lighter;
  color: #222;
  line-height: 30px;
  margin-bottom: 8px;
}
*{
  margin: 0px;
  padding: 0px;
}
a{
  color: #59bcdb;
  text-decoration: none;
  outline: none;
}
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 1em;
  text-rendering: optimizeLegibility;
  color: #575757;
}
ul , ol ,dl{
  list-style-type: none;
}
ul li{
  line-height: 28px;
  font-size: 12px;
}
.form-container {
  top: 50%;
  margin: 0 auto;
  width: 350px;
  z-index: 5;
  padding: 20px 30px 30px;
  padding-top: 25px;
  background: rgba(255, 255, 255, 0.37);
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  text-align: center;

}
.chrome.signup_forms_submit {
  width: 100%;
  margin: 15px 0 0 0;
  height: 39px;
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,.6),0 1px 0 0 rgba(255,255,255,0.14902);
  -moz-box-shadow: inset 0 1px 0 0 rgba(255,255,255,.6),0 1px 0 0 rgba(255,255,255,0.14902);
  box-shadow: inset 0 1px 0 0 rgba(255,255,255,.6),0 1px 0 0 rgba(255,255,255,0.14902);
}
.signup_forms .chrome {
  font-size: 16px;
}
.signup_forms .chrome {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  padding: 0;
  line-height: 34px;
  height: 37px;
  margin: 18px 0;
  float: none;
  display: inline-block;
  margin-left: 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.chrome.on_dark {
  border-color: rgba(0,0,0,0.65);
}
.chrome.blue {
  border-color: #4a7c9f;
  background: #6aa5cf;
  background: -moz-linear-gradient(top,#6aa5cf 0,#5791bb 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#6aa5cf),color-stop(100%,#5791bb));
  background: -webkit-linear-gradient(top,#6aa5cf 0,#5791bb 100%);
  background: -o-linear-gradient(top,#6aa5cf 0,#5791bb 100%);
  background: #6aa5cf -ms-linear-gradient(top,#6aa5cf 0,#5791bb 100%);
  background: linear-gradient(top,#6aa5cf 0,#5791bb 100%);
}
.chrome {
  cursor: pointer;
  font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  height: 30px;
  padding: 4px 7px 5px 7px;
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.32);
  border-width: 1px;
  border-style: solid;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255,255,255,.6);
  -moz-box-shadow: inset 0 1px 0 0 rgba(255,255,255,.6);
  box-shadow: inset 0 1px 0 0 rgba(255,255,255,.6);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-color: #656b73;
  background: #acb3bb;
  background: -moz-linear-gradient(top,#acb3bb 0,#898f98 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#acb3bb),color-stop(100%,#898f98));
  background: -webkit-linear-gradient(top,#acb3bb 0,#898f98 100%);
  background: -o-linear-gradient(top,#acb3bb 0,#898f98 100%);
  background: -ms-linear-gradient(top,#acb3bb 0,#898f98 100%);
  background: linear-gradient(top,#acb3bb 0,#898f98 100%);
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: -moz-none;
  -o-user-select: none;
  user-select: none;
}
.signup_forms input, .signup_forms select {
  width: 100%;
  padding: 11px 10px 9px 10px;
  display: block;
  margin: 0;
  border: 0;
  background: 0;
  font: bold 14px/1.4 "Helvetica Neue","HelveticaNeue",Helvetica,Arial,sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
  display: block;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(10,10,10,0.08);
  -moz-box-shadow: inset 0 1px 1px rgba(10,10,10,0.08);
  -o-box-shadow: inset 0 1px 1px rgba(10,10,10,0.08);
  -ms-box-shadow: inset 0 1px 1px rgba(10,10,10,0.08);
  box-shadow: inset 0 1px 1px rgba(10,10,10,0.08);
  width: 100%;
  outline: none;
}
.signup_forms .form_row:first-child {
  border-top: 0;
}
.signup_forms .form_row {
  position: relative;
  border-top: 1px solid #ccc;
  border-top: 1px solid rgba(0,0,0,0.12);
}
.signup_forms .form_row.last {
  overflow: hidden;
  max-height: 50px;
  opacity: 1;
  -webkit-transition-property: max-height,opacity;
  -webkit-transition-duration: .25s;
  -webkit-transition-timing-function: ease;
  -moz-transition-property: max-height,opacity;
  -moz-transition-duration: .25s;
  -moz-transition-timing-function: ease;
  transition-property: max-height,opacity;
  transition-duration: .25s;
  transition-timing-function: ease;
}
.subheading {
  line-height: 1.5;
  position: relative;
 /* margin: 58px 0 24px 0px;*/
  width: 100%;
  font-size: 18px;
  /*text-align: center;*/
  color: #272C7C;
 /* text-shadow: 0 2px 2px rgba(0,0,0,0.5);*/
/*  margin-top: 8px;*/
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  opacity: .88;
  top: 57px;
  /*letter-spacing: 1px;*/
}
.dash_b_form_header #logo {
  width: 98%;
  margin-left: 3px;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 25px;
}
#logo {
  overflow: hidden;
  width: 196px;
  height: 45px;
}
#logo a{
  color: #fff;
  text-shadow: 0 2px 2px rgba(0,0,0,0.5);
  opacity: .88;
}
h1 {
  color: #3f3f3f;
  margin: 0 0 30px 0;
  padding: 0;
  font-weight: bold;
  font-size: 35px;
  letter-spacing: -1px;
}
.signup_view{
  margin-top: 100px;
}
.close-button{
  position: absolute;
  top: 18px;
  right: 19px;
  cursor: pointer;
}
.modal-box{
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  width: 335px;
  z-index: 99;
}
.dark-bg{
  background: rgba(36, 59, 83, 0.93);
}
.error-mes{
  background: rgb(185, 5, 5);
}
.success-mes{
  background: rgb(17, 139, 3);
}
.success-mes ,.error-mes{
  color: white;
  margin-top: 0px;
  padding: 2px 7px;
  font-size: 12px;
  font-style: italic;
}
.forgot-pass{
  font-size: 12px;
  display: inline-block;
  margin-top: 5px;
  color: #FA4040;
  text-decoration: underline;
}
.forgot-error{
  color: #fff;
  background: rgba(193, 9, 9, 0.92);
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 400px;
  text-align: center;
  margin: auto;
  padding: 8px 10px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  font-size: 13px;
}
.facebook-button a{
  background: #4066B5;
  margin-bottom: 15px;
  border-radius: 3px;
  border: solid 1px #2F5CBA;
}
.facebook-button a ,.google-plus-button a{
  padding: 9px 18px;
  color: #fff;
  font-size: 13px;
  display: block;
}
.facebook-button a:hover ,.google-plus-button a:hover{
  opacity: 0.9;
}
.facebook-button a i ,.google-plus-button a i{
  display: inline-block;
  line-height: 14px;
  font-size: 18px;
  margin-right: 19px;
  position: relative;
  top: 3px;
}
.google-plus-button a{
  background: #D44837;
  margin-bottom: 10px;
  border-radius: 3px;
  border: solid 1px #D4343C;
}
.social-container{
  margin-top: 30px;
}
.or-divider{
  display: block;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  position: relative;
  top: -16px;
}

 .alert-success {
    color: #272C7C;
}
 .alert {
    padding: 10px;
    margin-bottom: 1px;
    border: 1px solid transparent;
    border-radius: 4px;
}