.lr_authorization {
	/* margin: 0 auto; */
    max-width: 450px;
	margin-bottom: 15px;
}
.lr_authorization_title {
	width: 100%;
	text-align: center;
	font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}
.lr_auth_types {
	display: flex;
	justify-content: center;
}
.lr_auth_type {
	cursor: pointer;
	margin-bottom: 18px;
    padding: 0px 5px;
	white-space: nowrap;
}
.lr_auth_type.lr_active {
	border-bottom: 1px solid;
}
.lr_auth_field {
	margin-bottom: 10px;
}
.lr_auth_field label {
	display: block;
}
.lr_auth_field input {
    box-shadow: none;
    padding: 8px 40px 8px 10px;
	height: 40px;
	width: 100%;
}
.lr_auth_field input:active, .lr_auth_field input:hover, .lr_auth_field input:focus {
	outline: 0;
	outline-offset: 0;
}
.lr_hide {
	display: none;
}
.lr_ident_types {
	display: flex;
	margin-bottom: 12px;
}
.lr_ident_label {
	font-size: medium;
    margin-right: 10px;
    cursor: pointer;
	white-space: nowrap;
}
.lr_ident_label.lr_active {
	text-decoration: underline;
}
.lr_ident_block {
	display: none
}
#phone_ident_sms {
	display: block;
}
.lr_buttons {
	display: flex;
    justify-content: space-between;
	margin-top: 20px;
	margin-bottom: 20px;
}
.lr_button_auth, input[type="submit"].lr_button_auth{
	border: none;
    padding: 5px 14px;
	cursor: pointer;
	height: auto;
	font-size: inherit;
	line-height: inherit;
	margin: 0px;
	font-weight: inherit;
	text-transform: inherit;
}
.lr_button_auth:hover, .lr_button_auth:focus, input[type="submit"].lr_button_auth:hover  {
	border: none;
}
.lr_button_register {
    padding: 5px 14px;
	cursor: pointer;
	margin-left: 25px;
}
.lr_message_success {
	border-radius: 1px;
	color: #3C763D;
	background-color: #DFF0D8;
	padding: 15px;
	margin-bottom: 20px;
}
.lr_message_error {
	border-radius: 1px;
	color: #A94442;
	background-color: #F2DEDE;
	padding: 15px;
	margin-bottom: 20px;
}
.ident_sms_message, .phone_pasword_message {
	display: none;
}
#confirm_sms {
	display: none;
}
.lr_resend_code {
    padding: 5px 14px;
    cursor: pointer;
    height: auto;
    font-size: inherit;
    line-height: inherit;
    margin: 0px;
    font-weight: inherit;
    text-transform: inherit;
}
.resend_sms {
	margin-left: 25px;
}
#resend_sms, #resend_sms_timer {
	display: none;
}
#resend_sms_timer {
	font-size: 12px;
    line-height: 12px;
	color: #36a1df;
	text-align: center;
}
#resend_sms_timer span {
	width: 100%;
    display: block;
    text-align: center;
}
.lr_password_options {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
}
.lr_remember {
	display: inline-flex;
	white-space: nowrap;
}
.lr_remember input {
	height: 22px;
	cursor: pointer;
	margin: 0px;
}
.lr_remember label {
	/* margin-left: 10px; */
    font-weight: normal;
	cursor: pointer;
}
.lr_forgot_link {
	cursor: pointer;
}
.lr_password_block {
	position: relative;
}
i.lr_password_control {
	width: 40px;
    height: 40px;
    position: absolute;
	background-image: url("images/eye_close.svg");
	top: 0px;
	right: 0px;
	background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
	cursor: pointer;
}
i.lr_password_control.lr_view_password {
	background-image: url("images/eye_open.svg");
}
input[type=password]::-ms-reveal,
input[type=password]::-ms-clear
{
    display: none;
}

