
.lr_hide {
	display:none;
}

.lr_usertype_choose {
	display: flex;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 50px;
    flex-wrap: wrap;
	overflow: auto;
}
.lr_btn_group {
	position: relative;
    display: inline-block;
    vertical-align: middle;
	background-color: #d9e8ff;
	border-radius:10px;
	min-width: 525px;
	margin: 0 auto;
}
.lr_user_type {
	width: 175px;
    height: 110px;
	border-radius: 10px;
    background-color: #d9e8ff;
    color: inherit;
	position: relative;
    float: left;
	padding: 9px 22px 9px;
	font-size: 13px;
    line-height: 18px;
    font-weight: normal;
    text-transform: none;
    text-decoration: none;
    margin: 0px;
	display: inline-block;
	text-align: center;
    vertical-align: middle;
    cursor: pointer;
	white-space: nowrap;
	align-items: center;
    justify-content: space-between;
	margin-left: 0;
	margin-right: 0;
}
.lr_user_type.lr_active {
	background-color:#f2f7ff;
}
.lr_usertype_icon {
	width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
.lr_usertype_icon img {
	height: 45px;
}
.lr_user_type span {
	display: inline-flex;
    font-size: 1.5rem;
    line-height: normal;
    font-weight: 600;
	text-align: center;
    flex-grow: 1;
    justify-content: center;
	margin-top: 9px;
	white-space: normal;
}
.lr_button_register {
	background-color:#79a2df;
	color:#fff;
	border-radius:10px;
	padding: 10px 20px;
}
.lr_button_register:hover {
	background-color:#4b85dc;
}


/*FIELDS*/
.lr_field_block.lr_hidden {
	display:none;
}
.lr_form_block {
	max-width:500px;
	margin:0 auto;
}
.lr_field_block {
	margin-bottom:20px;
}
.lr_field_block label {
    font-weight: normal;
}
.lr_field_block input {
	width:100%;
	height: 40px;
    background: #faf9f9;
    border: 1px solid #efefef;
    border-radius: 4px;
    box-shadow: none;
}
.lr_error_comment {
	font-size: 12px;
    color: red;
    margin-left: 5px;
}
label.lr_required:after {
	color: red;
    content: " *";
}
.lr_req_comment span {
	line-height:17px;
}

::-webkit-input-placeholder {color:#ccc; font-size:12px;}
::-moz-placeholder          {color:#ccc; font-size:12px;}/* Firefox 19+ */
:-moz-placeholder           {color:#ccc; font-size:12px;}/* Firefox 18- */
:-ms-input-placeholder      {color:#ccc; font-size:12px;}
input[placeholder]          {text-overflow:ellipsis;}
input::-moz-placeholder     {text-overflow:ellipsis;} 
input:-moz-placeholder      {text-overflow:ellipsis;} 
input:-ms-input-placeholder {text-overflow:ellipsis;}
:focus::-webkit-input-placeholder {color: transparent}
:focus::-moz-placeholder          {color: transparent}
:focus:-moz-placeholder           {color: transparent}
:focus:-ms-input-placeholder      {color: transparent}

.lr_no_req {
	display:none;
}
.lr_all_fields_show, .lr_all_fields_hide {
	text-align: center;
    color: #4b85dc;
    text-decoration: underline;
    margin-bottom: 10px;
	cursor:pointer;
}
.lr_hidden {
	display:none;
}


/*PRELOADER*/
#lr_preloader_preload {
	display: none;
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	background-image: url(images/preloader.gif);
	background-size: 80px;
	opacity: 0.5;
}