.customerAccount .specialRegister .header {
  float: left;
  width: 100%;
  margin-bottom: 15px; }
  .customerAccount .specialRegister .header h1 {
    font-size: 60px !important;
    margin: 0;
    letter-spacing: 0; }

.customerAccount .specialRegister .col.left {
  width: 350px;
  padding: 0 30px 0 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

.customerAccount .specialRegister .col.right {
  float: right;
  width: 630px;
  text-align: right;
  overflow: hidden; }

.customerAccount .specialRegister .col img {
  width: 580px; }

.customerAccount .specialRegister .loginContainer .loginHeader {
  font-family: "DubielItalic", "Times New Roman", Times, serif;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  color: #989898;
  font-weight: 700 !important;
  padding: 0;
  border: 0; }

.customerAccount .specialRegister .loginContainer input {
  margin: 5px 0;
  padding: 10px 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 13px;
  line-height: 18px; }
  .customerAccount .specialRegister .loginContainer input:focus {
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-box-shadow: 0px 0px 5px #bdbdbd;
    -moz-box-shadow: 0px 0px 5px #bdbdbd;
    -o-box-shadow: 0px 0px 5px #bdbdbd;
    box-shadow: 0px 0px 5px #bdbdbd;
    border: 1px solid #BDBDBD; }

.customerAccount .specialRegister .loginContainer span.newsletter {
  color: #7D7D7D;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif, "Times New Roman", Times, serif;
  font-style: italic;
  margin-bottom: 10px; }
  .customerAccount .specialRegister .loginContainer span.newsletter a {
    text-decoration: underline;
    font-style: italic; }

.customerAccount .specialRegister .loginContainer .newsletterSignup {
  margin-bottom: 10px; }

.customerAccount .specialRegister .loginContainer .btn {
  margin: 0; }

.customerAccount .specialRegister .signupSuccess {
  color: #333333;
  font-size: 13px; }
