/* register */
.block-title .tt2{
	color: #0272BC;
}
.block-customer-register .block-title span{
	display: block;
}
.register-container{
    max-width: 352px;
}
.social-register {
	width: 100%;
}
.social-register.account-social-custom .btn-social-ct .wrap-txt-btn{
	max-width: 290px;
}
.form-create-account{
	margin-top: 25px;
}
.form-create-account .field.date input{
	width: 100%;
    margin-right: 0;
}
.form-create-account ._has-datepicker~.ui-datepicker-trigger{
	position: absolute;
	right: 0;
	width: 15px;
    height: 15px;
    top: 15px;
    right: 15px;
}
.form-create-account ._has-datepicker~.ui-datepicker-trigger:before{
	content: '';
    background-image: url("../../images/icons/calendar.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 0;
    top: 0;
}
.form-create-account .list-box.box-check{
	width: 100%;
	margin-top: 18px;
}
.form-create-account .list-box.box-check:first-child{
	margin-top: 0;
}
.wrap-block .form-create-account .text-agree{
	max-width: 270px;
}
.form-create-account .field.gender .control:after{
	content: '';
    width: 9px;
    height: 5px;
    background-image: url("../../images/icons/arr-down.png");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 20px;
    right: 20px;
}
.ui-datepicker{
    width: 352px;
}
.block-customer-register .field.hint-password{
    padding-bottom: 10px;
}
.columns .column.main{
    padding: 0;
}
.block-customer-register{
    padding-bottom: 40px;
}


@media(max-width: 767px){
    .form-create-account{
        margin-top: 22px;
    }
    .social-register{
        padding: 0;
        max-width: 352px;
    }
}
@media(max-width: 392px){
    .ui-datepicker{
        width: calc(100vw - 40px);
    }
}
@media(max-width: 360px){
    .account-social-custom .btn-social-ct .btn-txt{
        margin-left: 15px;
        font-size: 13px;
    }
    .account-social-custom .btn-social-ct.btn-google .btn-txt{
        margin-left: 11px;
    }
}
