.remember-user__checkbox {
	position: absolute;
    opacity: 0;
    z-index: -1;
    padding: 0;
    width: 0;
}
	.remember-user__label {
		display: block;
		position: relative;
		left: 43px;
		font-size: 16px;
		color: black;
		cursor: pointer;
		width: calc(100% - 43px);
	}
		.remember-user__checkbox + .remember-user__label::before {
			background: url(/rr_images/decorations/checkbox.svg) no-repeat scroll 0 0 #fff;
			content: '';
			display: block;
			position: absolute;
			left: -43px;
			top: 0;
			height: 23px;
			min-width: 23px;
			max-width: 23px;
			cursor: pointer;
		}
		.remember-user__checkbox:checked + .remember-user__label::before {
			background-image: url(/rr_images/decorations/checkbox--checked.svg);
		}
		
.auth-errors {
	margin-top: 20px;
}
		
.forget-password {
	margin-top: 20px;
}
		
.bx-auth-table {
	margin-top: 15px;
	width: 100%;
}
	.bx-auth-table td {
		padding: 15px;
		padding-left: 0 !important;
	}
	
.bx-auth form {
	padding: 0;
	margin: 0;
}
.bx-auth-title,
.personal h1 {
	font-size: 40px;
	line-height: 1.2;
	font-family: "KazimirBold";
	text-align: left;
	margin: 90px 30px 60px 0;
	border-bottom: 0; 
	padding-bottom: 0; 
}
.bx-auth-label {
	text-align: left; 
	font-weight: bold;
	min-width: 70px;
}
.bx-auth-note {
	margin: 30px 0px;
}
.bx-auth a {
    display: block;
    color: #A56A1D;
    text-decoration: underline;
}
.bx-auth input:not([type='checkbox']):not([type='submit']),
.bx-auth textarea {
	box-sizing: border-box;
	width: 100%;
	box-shadow: 3px 3px 0px rgb(0 0 0 / 6%);
	border-radius: 6px;
	padding: 21px 25px;
	font-size: 15px;
	line-height: 1.3;
	color: #000;
	border: 1px solid rgb(0 0 0 / 12%);
}
.bx-auth input:not([type='checkbox'])::-webkit-input-placeholder,
.bx-auth textarea::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.5);
} 
.bx-auth input:not([type='checkbox'])::-moz-placeholder,
.bx-auth textarea::-moz-placeholder {
	color: rgba(0, 0, 0, 0.5);
} 
.authorize-submit-cell input[type='submit'] {
	font-weight: 400;
	line-height: 1.2;
	text-align: center;
	outline: none;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	padding: 25px 70px;
	border-radius: 6px;
	font-size: 20px;
	color: #fff;
	background: linear-gradient(90deg, #D15800 0%, #C8842C 100%);
	box-shadow: 0px 34px 34px -20px rgb(196 149 88 / 60%), inset 4px -5px 54px rgb(0 0 0 / 16%);
}
	
@media only screen and (max-width:1460px) {
	.bx-auth-table {
		margin-top: 1vw;
	}
	.bx-auth-table td {
		padding: 1vw;
	}
}

@media only screen and (max-width:860px) {
	.remember-user__block {
		padding-top: 3vw !important;
		padding-bottom: 3vw !important;
	}
}

@media only screen and (max-width:640px) {
	.bx-auth p a,
	.bx-auth-note {
		margin: 4vw 0px;
	}
	.bx-auth-table {
		margin-top: 2vw;
	}
	.bx-auth-table td {
		padding: 2vw;
	}
	.bx-auth input:not([type='checkbox']):not([type='submit']), .bx-auth textarea {
		padding: 21px 10px;
	}
}

@media only screen and (max-width:480px) {
	.authorize-submit-cell input[type='submit'] {
		padding: 15px 20px;
		min-width: 150px;
	}
}
