.login-modal-form {
	display: flex;
	flex-direction: column;
	max-width: 490px;
	width: 100%;
	margin: 0 auto;
}
.login-modal-form h2 {
	margin-bottom: 70px;
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 30px;
	font-weight: 300;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #000;
}
.login-modal-form .login-modal-input-container {
	display: flex;
	flex-direction: column;
}
.login-modal-form .login-modal-form-input-label {
	display: inline-block;
	margin-bottom: 8px;
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #000;
}
.login-modal-form .login-input {
	width: 100%;
	margin-bottom: 24px;
	padding: 23px 24px 16px;
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 0.04em;
	/* text-transform: uppercase; */
	border: none;
	color: #000;
	background-color: #efefef;
}
.login-modal-form .intl-tel-input {
	margin-bottom: 24px;
}
.login-modal-form .login-input,
.login-modal-form .flag-container {
	padding-top: 23px !important;
	padding-left: 24px !important;
}
.login-modal-form .login-modal-form-link {
	margin: 0 auto;
}
.login-modal-form .login-modal-form-link a {
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 16px;
	font-weight: 300;
	text-transform: none;
	color: #000;
	text-decoration: underline;
}
.login-modal-form .login-modal-form-button {
	margin-top: 55px;
	margin-bottom: 24px;
	padding: 23px 24px;
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #fff;
	background-color: #000;
}
.login-modal-form .login-modal-form-button:before {
	display: none;
}
.login-modal-form-message {
	margin: 0 50px;
	text-align: center;
}
.login-modal-form-message a {
	text-transform: unset;
	font-weight: unset;
	text-decoration: underline;
}
.login-modal-form svg.special-eye {
	position: absolute;
	right: 15px;
	top: 20px;
}
.login-modal-form input[type="password"] ~ svg.special-eye path.closed {
	display: none;
}
.login-modal-form input[type="text"] ~ svg.special-eye path.opened {
	display: none;
}

@media screen and (max-width: 1100px) {
	.login-modal-container h2 {
		font-size: 25px;
		margin-bottom: 41px;
	}
	.login-modal-form .login-modal-form-input-label {
		font-size: 16px;
		margin-bottom: 5px;
	}
	.login-modal-form .intl-tel-input.separate-dial-code .selected-dial-code,
	.login-modal-form .login-input {
		font-size: 16px;
	}
	.login-modal-form .login-input,
	.login-modal-form .flag-container {
		padding-top: 20px !important;
		padding-left: 20px !important;
	}
	.login-modal-form .login-modal-form-button {
		margin-top: 20px;
		padding: 18px 19px;
		font-size: 16px;
	}
	.login-modal-form span.toggle-password {
		top: 14px;
	}
}

@media screen and (max-height: 700px) {
	.login-modal-form h2 {
		margin-bottom: 30px;
	}
	.login-modal-form .intl-tel-input,
	.login-modal-form .login-input {
		margin-bottom: 14px;
	}
	.login-modal-form .bx-authform-social ul {
		margin-bottom: 0;
	}
	.login-modal-form .login-modal-form-button {
		margin-top: 16px;
		margin-bottom: 10px;
	}
}

.login-modal-form-top-link{
    display: flex;
    justify-content: center;
    padding: 0px 0 30px;
}

.pt30 {
    padding-top: 30px;
}

.login-modal-form-top-link span{
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-transform: none;
    color: #000;
    text-decoration: underline;
    border: none;
}

.login-modal-form-top-link span:hover{
    cursor: pointer;
}