body.breeder-create-index .page-title {
    font-size: 72px;
    text-align: center;
    display: block !important;
    padding: 60px;
    background: #f4814d;    
    margin-top: -15px;
    color: white;
    text-transform: uppercase;
}

body.breeder-create-index .block-intro {
    font-size: 20px;
    padding: 25px;
    background: #e83047;
    color: #fff;
    margin-top: -20px;
}

body.breeder-create-index .block-title {    
    font-size: 32px;
    text-transform: uppercase;
    margin-top: 40px;
    margin-bottom: 20px;
}

body.breeder-create-index .block-benefits .col-md-4 p {    
    font-size: 25px;
    text-align: center;
    padding: 35px;
}


body.breeder-create-index .block-benefits img {    
    margin: 0 auto;
    display: block;
}


body.breeder-create-index .block-benefits {    
    text-align: center;    
}

body.breeder-create-index form.form-create-account {
    margin-top: 50px;
    width: 100% !important;
}

@media only screen and (min-width : 1025px) {
    body.breeder-create-index form.form-create-account .fieldset {
        float: left;
        width: 45%;
        margin-right: 40px;
    }
}

body.breeder-create-index form.form-create-account input[type=text],
body.breeder-create-index form.form-create-account input[type=email],
body.breeder-create-index form.form-create-account input[type=password] {
    border-top: none;
    border-bottom: 1px solid #f4814d;
    height: 40px; 
}


body.breeder-create-index form.form-create-account input[type=text]:focus,
body.breeder-create-index form.form-create-account input[type=email]:focus,
body.breeder-create-index form.form-create-account input[type=password]:focus {
    box-shadow: none;
    outline: none;
    border-bottom: 3px solid #e83047;
}

body.breeder-create-index form.form-create-account input.mage-error {
    border-left: 0px;
    border-right: 0px;
    border-color: #e83047;
}