#login-modal .modal-dialog{
	max-width: 490px;
}
.bxmaker-authuserphone-enter-auth__title,
.bxmaker-authuserphone-enter-reg__title{
	font-family: 'Bebas Neue';
  	font-size: 35px;
  	background: radial-gradient(221.45% 1899.89% at 50.12% 50%, #D13A45 0%, rgba(209, 58, 69, 0) 100%);
    background-clip: border-box;
  	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}
.bxmaker-authuserphone-enter{
	box-shadow: none;
	margin: 0 auto;
	display: block;
}
@media (max-width: 560px){
	.bxmaker-authuserphone-enter{
		width: 100%;
		padding: 0;
	}
}
.bxmaker-authuserphone-button__inner,
.bxmaker-authuserphone-button__inner:hover,
.bxmaker-authuserphone-button__inner:active,
.bxmaker-authuserphone-button__inner:focus{
	background: #FFCA42;
}
.bxmaker-authuserphone-button:hover .bxmaker-authuserphone-button__inner{
	background: #FFCA42;
}
.bxmaker-authuserphone-button__title{
	color: #5B461E;
}
.bxmaker-authuserphone-button:hover .bxmaker-authuserphone-button__title{
	color: #5B461E;
}
a.bxmaker-authuserphone-link, a.bxmaker-authuserphone-link:visited{
	color: #5B461E;
}
a.bxmaker-authuserphone-link:active, a.bxmaker-authuserphone-link:hover{
	color: var(--red-hover);
}
.bxmaker-authuserphone-input-phone--focus .bxmaker-authuserphone-input-phone__field,
.bxmaker-authuserphone-input-phone--hover .bxmaker-authuserphone-input-phone__field,
.bxmaker-authuserphone-input-phone:hover .bxmaker-authuserphone-input-phone__field{
	border-color: #CCCCCC;
}
.bxmaker-authuserphone-input-code--focus .bxmaker-authuserphone-input-code__field, 
.bxmaker-authuserphone-input-code:hover .bxmaker-authuserphone-input-code__field {
  border-color: #CCCCCC;
}
.bxmaker-authuserphone-input--focus .bxmaker-authuserphone-input__field,
.bxmaker-authuserphone-input--hover .bxmaker-authuserphone-input__field,
.bxmaker-authuserphone-input:hover .bxmaker-authuserphone-input__field{
	border-color: #CCCCCC;
}
.bxmaker-authuserphone-input-password--focus .bxmaker-authuserphone-input-password__field,
.bxmaker-authuserphone-input-password--hover .bxmaker-authuserphone-input-password__field,
.bxmaker-authuserphone-input-password:hover .bxmaker-authuserphone-input-password__field{
	border-color: #CCCCCC;
}