/*register page*/
.or-text {
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%);
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #ddd;
    font-style: italic;
    background-color: #fff;
    z-index: 1;
}

.customer_login:before {
    border-right: 1px solid #ddd;
    height: 90%;
    position: absolute;
    content: ' ';
    right: 50%;
    top: 90px;
}
.login-form-div{
	padding-right:50px
}
.register-form-div{
	padding-left:50px
}
.register-benefits h3 {
    font-size: 1.286em;
    line-height: 1em;
    margin-bottom: 1.444em;
}

.register-benefits ul>li {
    line-height: 1.7em;
}
.register-benefits ul>li::before {
    content: "\f00c";
    color: #5bb300;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.143em;
    display: inline-block;
    margin-right: 1em;
}
