.page-main>.page-title-wrapper .page-title{
	display: none !important;
}
.wrap-block .block-title{
	font-size: 27px;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase;
}
.wrap-block .action.sty-btn{
	width: 100%;
    background-color: #0272BC;
    color: #fff;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    height: 50px;
    font-size: 15px;
    line-height: 50px;
    display: block;
    padding: 0;
    text-align: center;
    text-decoration: none;
}
.wrap-block .sty-btn{
	margin-top: 32px;
}
.wrap-block .sty-btn .wrap-txt-btn{
	display: inline-flex;
    align-items: center;
}
.wrap-block .sty-btn .btn-txt{
	margin-right: 15px;
} 
.wrap-block .control > input{
	height: 46px;
	font-size: 15px;
	border-color: #EEEEEE;
	padding-left: 17px;
    padding-right: 17px;
}
.wrap-block textarea{
    border-color: #EEEEEE;
    padding-left: 17px;
    padding-right: 17px;
    resize: none;
}
.wrap-block textarea:focus{
    box-shadow: none;
}
.wrap-block .control > select{
	height: 46px;
	font-size: 15px;
	border-color: #EEEEEE;
	padding-left: 17px;
    padding-right: 30px;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.wrap-block .control > input:focus{
	box-shadow: none;
}
.wrap-block .block-content{
	margin-top: 25px;
}
.wrap-block .label{
	position: absolute;
	margin-left: 17px;
	font-size: 15px;
    line-height: 18px;
    top: 14px;
    transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
    background-color: #fff;
   	z-index: 1;
    transform-origin: bottom left;
    pointer-events: none;
}
.wrap-block .required .label:after{
	content: '*';
    color: #e02b27;
    font-size: 15px;
    margin: 0 0 0 5px;
}
.wrap-block .control{
	margin-bottom: 12px;
    position: relative;
}
.wrap-block .secondary .action{
	font-size: 13px;
    color: #000;
}
.wrap-block .text-agree{
	color: #A5A5A5;
	font-size: 12px;
	text-align: center;
	max-width: 280px;
    margin: 0 auto;
    padding-top: 23px;
}
.wrap-block .text-agree a{
	color: #000;
}
.wrap-block .text-agree a:hover{
    color: #000;
    text-decoration: underline;
}
.wrap-block  .wrap-check{
	padding-top: 10px;
}
.wrap-block  .wrap-check .list-box{
	float: left;
}
.list-box.box-check{
	width: 60%;
}
.list-box.link-forget{
	width: 40%;
    text-align: right;
}
.account-social-custom .social-btn{
	width: 100%;
}
.account-social-custom .btn-social-ct{
	min-height: 50px;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 18px;
    border: none;
    border-radius: 0;
    display: block;
    text-decoration: none;
    cursor: pointer;
    padding : 12px 20px;
    position: relative;
    display: flex;
}
.account-social-custom .btn-social-ct .wrap-txt-btn{
	display: inline-flex;
    align-items: center;
    width: 100%;
    position: relative;
    max-width: 270px;
}
.account-social-custom .btn-social-ct .icon-arr{
	position: absolute;
    right: 0;
}
.account-social-custom .btn-facebook{
	background-color: #4267B2;

}
.account-social-custom .fa-facebook{
	font-size: 20px;
	padding-left: 5px;
}
.account-social-custom .btn-social-ct .btn-txt{
	margin-left: 25px;
	padding-right: 25px;
}
.account-social-custom .btn-social-ct.btn-google .btn-txt{
	margin-left: 15px;
}
.account-social-custom .txt-or{
	font-size: 27px;
	line-height: 32px;
	text-align: center;
	margin-bottom: 10px;
	padding-top: 10px;
    text-transform: uppercase;
}
.fieldset-ct{
	border: 0;
    margin: 0;
    padding: 0;
}
.text-next-member{
	text-align: center;
    color: #A5A5A5;
    font-size: 12px;
    line-height: 14px;
    margin-top: 20px;
}
.text-next-member .link-join{
	color: #000;
}
body .btn-google{
	background-color: #fff !important;
	color: #000 !important;
}
body  .btn-google .fa-google{
	width: 20px;
    height: 20px;
    background: url(../../images/icons/google.png) no-repeat;
    background-size: contain;
}
.account-social-custom .btn-social-ct.btn-google{
	border: 1px solid #E0E0E0;
}
body .actions-toolbar{
	margin-top: 15px;
}

.field{
	position: relative;
}
.field.focus-inp .label{
    transform: scale(0.7) translateY(-35px);
    padding: 0 8px;
    margin-left: 12px;
}
.ctn-checkbox {
	display: inline-block;
    position: relative;
    padding-left: 26px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #000000;
    font-size: 13px;
    line-height: 16px;
    font-weight: unset;
}
.ctn-checkbox input{
	position: absolute;
    opacity: 0;
    cursor: pointer;
    visibility: hidden;
}
.ctn-checkbox a{
	color: #000000;
}

/* Create a custom checkbox */
.page-main .ctn-checkbox .checkmark{
	position: absolute;
    left: 0;
    height: 16px;
    width: 16px;
    border: 1px solid #000;
    cursor: pointer;
    border-radius: 2px;
    top: 0;
}
/* When the checkbox is checked, add a blue background */
.page-main .ctn-checkbox input:checked ~ .checkmark {
	background-color: #0272BC;
	border-color: #0272BC;
}
/* Create the checkmark/indicator (hidden when not checked) */
.page-main .ctn-checkbox .checkmark:after {
	content: "";
    position: absolute;
    display: none;
}
.page-main .ctn-checkbox input:checked ~ .checkmark:after {
	display: block;
	border-color: #FFF;
}
/* Style the checkmark/indicator */
.page-main .ctn-checkbox .checkmark:after {
	left: 4px;
    top: 0;
    width: 4px;
    height: 9px;
    border: solid #000000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.g-recaptcha{
    display: none;
}

input.txt-gray{
    color: #808080;
}
.inn-center{
    width: 100%;
}
.container-center{
    margin: 0 auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    min-height: calc(100vh - 695px);   
    height: 100%;
    padding-top: 90px;
    padding-bottom: 90px;
}
.fieldset-ct .field:not(.focus-inp) input,.fieldset-ct .field:not(.focus-inp) select{
    color: transparent;
}
.fieldset-ct .field:not(.focus-inp) input,.fieldset-ct .field:not(.focus-inp) select option{
    color: #000;
}
.fieldset-ct .field:not(.focus-inp) input,.fieldset-ct .field:not(.focus-inp) select option:disabled{
    color: #aaaaaa;
}
.fieldset-ct{
    padding-top: 10px;
    margin-top: -10px;
}
@media(max-width: 767px){
	#maincontent{
		padding-left: 20px;
		padding-right: 20px;
	}
    .block-custom .field.focus-inp .label{
        margin-left: 9px;
    }
    .container-center{
        min-height: calc(100vh - 115px);
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

@media(max-width: 350px){
	.account-social-custom .btn-social-ct{
		padding: 12px 25px 12px 12px;
	}
    .account-social-custom .btn-social-ct .btn-txt{
        margin-left: 20px;
    }
}