@import url(https://fonts.googleapis.com/css?family=Open+Sans);

a,a:visited,a:active {
  text-decoration: none;
}

* {
  border: none;
  padding: 0;
  margin: 0;
  color: white;

}

body {
  margin: 35px;
  font-family: 'Open Sans';
    background-color: black;
    background-image: url("https://www.ebonylifeon.com/images/nf-static-background.png");
  background-repeat: no-repeat;
  background-position: center 154px;
  background-size: 1210px auto;
  background-attachment: fixed;
  overflow: hidden;
}
input {
  font-family: 'Open Sans';
  color: white;
}
body .title {  margin-bottom: 1.5em; }
body .title img { height: 2.7em; }

body .title2 {  margin-bottom: .75em; }
body .title2 img { height: 5.4em; }

body .input.type-text.data-email .field-label,
body .input.type-text.data-password .field-label,
body .input.type-text.data-password-confirm .field-label {
  display: block;
  margin-bottom: 0.25em;
  margin-top: 0.50em;
}
body .input.type-text.data-email .field-value,
body .input.type-text.data-password .field-value,
body .input.type-text.data-password-confirm .field-value {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    display: block;
    width: 100%;
    padding: 0 7px 7px 7px;
    border: none;
    border-bottom: 1px solid #ddd;
    background: transparent;
    margin-bottom: 10px;
    font: 16px Arial, Helvetica, sans-serif;
    height: 45px;
}
body .input.type-text.data-email .field-value input,
body .input.type-text.data-password .field-value input,
body .input.type-text.data-password-confirm .field-value input {
  margin: 0 0.8em;
  width: 330px;
  line-height: 3em;
  font-size: 1em;
  outline: 0;
  background-color: transparent;

}
.forgot {
  display: block;
  margin: 0.5em 0;
  font-size: 0.85em;
}
a { color: #45a8ff; }

.input.type-submit.register {
  margin-top: 1em;
}

.input.type-submit button {
  width: 60%;
  font-size: 1.2em;
  color: white;
  line-height: 2.2em;
  background-color: #f93;
}

.hr {
    border-bottom: 2px solid #DDD;
    margin-top: 1em;
    margin-bottom: 0.5em;
}

.captcha {
    float: right;
    overflow: hidden;
    width: 300px;
    height: 300px;
    margin-top: 71px;
}

.error {
  color: red;
}

.success,.message {
}

.captcha_description_text, .captcha_refresh_text {
  font-family: 'Arial';
  font-size: 0.9em;
}

.container_captcha_submit {
    position: relative;
}

.captcha_grid {
    margin-left: 10px;
}

.switch-form {
  margin-top: 10px;
}