.register-form .modal-header{
    display: none;
}


.register-form  *, .register-form  *:before, .register-form  *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.register-form  h1 {
    margin: 0 0 30px 0;
    text-align: center;
}



.register-form  button {
    color: #FFF;
    text-align: center;
    font-style: normal;
    border-radius: 5px;
    width: 100%;
    box-shadow: 0 -1px 0 rgba(255,255,255,0.1) inset;
}

.register-form  fieldset {
    margin-bottom: 30px;
    border: none;
}

.register-form  legend {
    font-size: 1.4em;
    margin-bottom: 10px;
}

.register-form  label {
    display: block;
    margin-bottom: 8px;
}

.register-form  label.light {
    font-weight: 300;
    display: inline;
}