.register-modal-form {
	display: flex;
	flex-direction: column;
	max-width: 490px;
	width: 100%;
	max-height: 100vh;
	margin: 0 auto;
}
.register-modal-form h2 {
	margin-bottom: 40px;
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 30px;
	font-weight: 300;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #000;
}
.register-modal-form .register-modal-input-container:first-of-type {
	position: fixed;
	bottom: 200vh;
}
.register-modal-form .register-modal-input-container {
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
}
.register-modal-form .register-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;
}
.register-modal-form .register-modal-form-input-label.checkbox {
	font-size: 16px;
	font-weight: 300;
	letter-spacing: unset;
	text-transform: none;
}
.register-modal-form .register-input {
	width: 100%;
	padding: 23px 24px 16px;
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 0.04em;
	border: none;
	color: #000;
	background-color: #efefef;
}
.register-modal-form .register-modal-form-button {
	margin-top: 20px;
	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;
}
.register-modal-form .register-modal-form-link {
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 16px;
	font-weight: 300;
	text-transform: none;
	color: #000;
	text-decoration: underline;
	border: none;
}
.register-modal-form .register-input,
.register-modal-form .flag-container {
	padding-top: 23px !important;
	padding-left: 24px !important;
}
.reg-error a {
	/* display: block; */
	/* font-weight: bold; */
	text-decoration: underline;
}
.register-modal-form p.reg-error {
	margin-bottom: 0;
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 14px;
}

.intl-tel-input {
	width: 100%;
}

.register-modal-form-input-label input[type="checkbox"] {
	display: none;
}
.register-modal-form-input-label input[type="checkbox"] + .checkbox-label {
    position: relative;
    margin-right: 15px;
    padding-left: 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 170%;
    color: #aaa;
}
.register-modal-form-input-label input[type="checkbox"] + .checkbox-label:before {
    position: absolute;
    top: 0;
    left: 0;
	content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    border: 1px solid #afb0b3;
    border-radius: 0;
    background-color: #fff;
}
.register-modal-form-input-label input[type="checkbox"]:checked + .checkbox-label:before {
	content: "\2713";
    font-size: 22px;
    color: #000;
    text-align: center;
    line-height: 18px;
}

@media screen and (max-width: 1100px) {
    .register-modal-form h2 {
            font-size: 25px;
            margin-bottom: 25px;
    }
    .register-modal-form .register-modal-input-container {
            margin-bottom: 15px;
    }
    .register-modal-form .register-modal-form-input-label {
            margin-bottom: 3px;
            font-size: 16px;
    }
    .register-modal-form .register-input {
            padding-top: 10px !important;
            padding-bottom: 6px !important;
            font-size: 16px;
    }
    .register-modal-form .flag-container {
            padding-top: 10px !important;
    }
    .register-modal-form .intl-tel-input.separate-dial-code .selected-dial-code {
            font-size: 16px;
    }
    .register-modal-form .register-modal-form-button {
            margin-top: 10px;
            margin-bottom: 10px;
            padding: 8px 10px;
            font-size: 16px;
    }
}

@media screen and (max-height: 786px) {
    .register-modal-form h2 {
            font-size: 25px;
            margin-bottom: 25px;
    }
    .register-modal-form .register-modal-input-container {
            margin-bottom: 15px;
    }
    .register-modal-form .register-modal-form-input-label {
            margin-bottom: 3px;
            font-size: 16px;
    }
    .register-modal-form .register-input {
            padding-top: 10px !important;
            padding-bottom: 6px !important;
            font-size: 16px;
    }
    .register-modal-form .flag-container {
            padding-top: 10px !important;
    }
    .register-modal-form .intl-tel-input.separate-dial-code .selected-dial-code {
            font-size: 16px;
    }
    .register-modal-form .register-modal-form-button {
            margin-top: 10px;
            margin-bottom: 10px;
            padding: 8px 10px;
            font-size: 16px;
    }
}

.register-message-info{
    padding-left: 36px;
    font-weight: bold;
    margin-bottom: 2.5rem;
    background-color: #000000;
    color:#ffffff;
    display: none;
}
.register-message-info a{
    color:#ffffff;
    font-weight: bold;
    font-size: 16px;
}
.register-message-info-a{
    color:#ffffff;
    font-weight: bold;
    font-size: 16px;
}
.register-message-info a:hover{
    color:#ffffff;
    font-weight: bold;
    font-size: 16px;
}

.register-modal-form-top-link-block{
    display:flex;
    justify-content: space-between;
    padding: 0px 0 30px;
}