.register
{
    padding: 0;
    margin: 0;
    font-size: 16px;
}

[dir="rtl"] .register
{
    font-family: "IRANSans","byekan";
}

[dir="ltr"] .register
{
    font-family: "calibri";
}

[dir="ltr"] .register .pull-left
{
    float: right !important;
}

[dir="ltr"] .register .pull-right
{
    float: left !important;
}

[dir="ltr"] .register .fa-angle-left
{
	display: none;
}

[dir="rtl"] .register .fa-angle-right
{
	display: none;
}

.register .pull-left
{
	margin: 5px;
}

.register .btn
{
    font-size: 18px;
}

.register h4
{
    border-bottom: 1px solid #ccc;
    clear: both;
}

.register .date
{
    direction: rtl;
}

.register .date select
{
    float: none !important;
    display:inline-block;
    width: auto;
    padding-right: 3px;
    padding-left: 3px;
}

.register .date span
{
    display: inline-block;
    float: none;
    padding:7px 5px;
}

.register .capcha
{
    width: 200px;
    vertical-align: middle;
}

.register .capcha img
{
    display: inline-block;
    margin: 0;
    min-width: 46px;
    min-height: 30px;
}

.register .capcha input
{
    display: inline-block;
    width:30px;
    margin: 10px;
}

.register .home-address .form-control
{
    margin-bottom:5px;
}

.register .home-address textarea
{
    min-height: 100px;
}

@media (max-width: 380px)
{
    .register div div, .register div label
    {
        width: 100%;
    }
}

[dir="rtl"] .related-links,
[dir="rtl"] .related-links a span
{
    font-family: "IRANSans","byekan";
    font-size: 14px;
}

[dir="ltr"] .related-links,
[dir="ltr"] .related-links a span
{
    font-family: "calibri";
    font-size: 14px;
}

/* begin register final */
.section
{
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 0 3px 3px 0;
    padding: 0;
    font-family: "IRANSans",bbcnassim,tahoma;
    font-size: 16px;
    border-left: 5px #eee solid;
}

[dir="rtl"] .section > div
{
    float: right !important;
}

[dir="ltr"] .section > div
{
    float: left !important;
}


.section_logo .fa
{
    font-size: 80px;
    text-align: center;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #222;
    /* text-shadow: 1px 1px 5px #777; */
    opacity: 0.30;
}

.section.user
{
    background: #4290ce;
}

.section.address
{
    background: #faba36;
}

.section.legal
{
    background: #55c0a6;
}

.section_data
{
    background: #fff;
    min-height: 150px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.section .control-label
{
    color: #428bca;
    font-weight: normal;
}
/* end register final */