@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/Lato-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/Lato-Bold.ttf') format('truetype');
}

html,
body,
.ease-registration-page {
    min-height: 100vh;
}

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    background-repeat: no-repeat;
    background-size: cover;
}

.ease-registration-page {
	background-repeat: no-repeat;
	background-size: cover;
}

.ease-registration-page-row {
	display: table;
}

.ease-registration-page-cell {
    display: table-cell;
    width: 50%;
}

.ease-registration-page-max-width {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 536px;
}

.ease-registration-page-wrap {
    min-height: calc(100vh - 88px);
}

.ease-registration-page-header {
    padding: 38px 16px 40px 16px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.ease-registration-page-header-logo {
    display: block;
    border: 0;
}

.ease-registration-page-header-title {
	margin-top: 10px;
	margin-bottom: 5px;
	max-width: 260px;
	font-size: 1.75rem;
	line-height: 1.3;
	font-weight: 700;
	text-align: center;
	color: #FFF;
}

.ease-registration-page-body {
	margin-top: -26px;
	padding: 24px;
	border-radius: 8px;
	box-shadow: 0 4px 32px rgba(142, 156, 160, 0.2);
	box-sizing: border-box;
	background-color: #FFF;
}

.ease-registration-page-body-wrap {
	padding: 0 16px;
}

.ease-registration-page-status {
	display: inline-block;
	vertical-align: top;
	padding: 9px 16px;
	border-radius: 8px;
	font-size: 0.75rem;
	line-height: 1.2;
	color: #FFF;
	background-color: #2A3335;
}

.ease-registration-page-status:before {
	content: '';
	display: inline-block;
	margin-right: 10px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
}

.ease-registration-page-status-open:before {
	background-color: #43BA16;
}

.ease-registration-page-status-attention:before {
	background-color: #FF970F;
}

.ease-registration-page-status-closed:before {
	background-color: #FF151F;
}

.ease-registration-page-date-wrap {
	margin-top: 24px;
	font-size: 0.75rem;
	line-height: 1.35;
}

.ease-registration-page-date {
	display: inline-block;
	padding: 8px 8px 8px 32px;
	border-radius: 8px;
	color: #425052;
	background: #EDF1F1 url("../images/icon-calendar.svg") no-repeat 8px 8px;
}

.ease-registration-page-time-left {
	display: inline-block;
	margin-left: 18px;
	padding-left: 18px;
	color: #8E9CA0;
	background: url("../images/icon-clock.svg") no-repeat 0 1px;
}

.ease-registration-page-form {
	padding: 8px 0 0 0;
	border-top: 2px solid #EDF1F1;
}
.ease-registration-page-form-label,
.ease-registration-page-form > div:not(.mira-default-login-page-input-label):not(:last-child):not(.confirm-agreement) {
	display: block;
	margin: 18px 0 7px 0;
	font-size: 0.75rem;
	line-height: 1.3;
	font-weight: 700;
	color: #2A3335;
}

.ease-registration-page-input-required-label:after {
	content: '*';
	display: inline-block;
	margin-left: 3px;
	color: #FF151F;
}

.ease-registration-page-form-field,
.ease-registration-page-form > input[type="text"],
.ease-registration-page-form > input[type="date"],
.ease-registration-page-form > input[type="password"] {
	padding: 12px 16px;
	width: 100%;
	border: 1px solid #8E9CA0;
	border-radius: 4px;
	box-sizing: border-box;
	outline: 0;
	font-size: 0.875rem;
	line-height: 1.3;
	font-family: 'Lato', sans-serif;
	color: #2A3335;
}

.ease-registration-page-form > input[type="text"]::placeholder {
	color: #8E9CA0;
}

.ease-registration-page-form > input[type="password"]::placeholder {
	color: #8E9CA0;
}

.ease-registration-page-form-check,
input[type="checkbox"] {
	float: left;
	position: relative;
	z-index: 2;
	top: 17px;
	left: 1px;
	margin: 0;
	opacity: 0;
}

.ease-registration-page-form-check-label,
input[type="checkbox"] + .mira-default-login-page-input-label {
	display: block;
	margin: 17px 0;
	font-size: 0.875rem;
	line-height: 1.3;
	color: #425052;
}

.ease-registration-page-form-check + .ease-registration-page-form-check-label a,
input[type="checkbox"] + .mira-default-login-page-input-label a {
	text-decoration: none;
	color: #00AADE;
}

.ease-registration-page-form-check + .ease-registration-page-form-check-label:before,
input[type="checkbox"] + .mira-default-login-page-input-label:before {
	content: '';
	display: inline-block;
	vertical-align: top;
	margin: -1px 8px 0 0;
	width: 16px;
	height: 16px;
	border: 2px solid #8E9CA0;
	border-radius: 4px;
	box-sizing: border-box;
}

.ease-registration-page-form-check:checked + .ease-registration-page-form-check-label:before,
input[type="checkbox"]:checked + .mira-default-login-page-input-label:before {
	margin-left: -6px;
	border-color: #0099D7;
	background-color: #0099D7;
}

.ease-registration-page-form-check:checked + .ease-registration-page-form-check-label:after,
input[type="checkbox"]:checked + .mira-default-login-page-input-label:after {
	content: '';
	float: left;
	position: relative;
	left: 5px;
	z-index: 1;
	transform: rotate(45deg);
	height: 8px;
	width: 4px;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
}

.confirm-agreement {
	position: relative;
}

.confirm-agreement input[type="checkbox"],
.confirm-agreement input[type="checkbox"] + .mira-default-login-page-input-label:after {
	position: absolute;
	top: 0;
}

.confirm-agreement input[type="checkbox"] + .mira-default-login-page-input-label {
	margin-left: 24px;
}

.confirm-agreement input[type="checkbox"] + .mira-default-login-page-input-label:before {
	margin-left: -24px;
}

.ease-registration-page-form-btn,
.mira-button-primary {
	margin-top: 30px;
	padding: 16px;
	width: 100%;
	border: none;
	font-size: 0.875rem;
	line-height: 1.3;
	font-family: 'Lato', sans-serif;
	border-radius: 4px;
	cursor: pointer;
	color: #FFF;
	background-color: #43BA16;
}

.ease-registration-page-title {
	margin: 18px 0 22px 0;
	font-size: 1.4rem;
	line-height: 1.25;
	font-weight: 700;
	color: #121516;
}

.ease-registration-page-title-sm {
    margin: 24px -24px 0;
    padding: 27px 24px 0;
    border-top: 2px solid #EDF1F1;
    font-size: 1.125rem;
    line-height: 1.2;
    font-weight: 700;
    color: #121516;
}

.ease-registration-page-text {
    margin: 15px 0 0 0;
    font-size: 0.875rem;
    line-height: 1.3;
    color: #8E9CA0;
}

.ease-registration-page-text img {
    height: auto !important;
    max-width: 100%;
}

.ease-registration-page-footer {
    padding: 35px 16px 37px 16px;
    font-size: 0.75rem;
    line-height: 1.3;
    font-weight: 700;
    box-sizing: border-box;
    text-align: center;
    color: #8E9CA0;
}

.ease-registration-page-alert-success,
.ease-registration-page-alert-error {
	position: relative;
	padding: 16px;
	font-size: 0.875rem;
	line-height: 1.3;
	color: #FFF;
	text-align: center;
	box-shadow: 0 4px 32px rgba(67, 186, 22, 0.2);
}

.ease-registration-page-alert-success {
	background-color: #43BA16;
}

.ease-registration-page-alert-error {
	background-color: #FF151F;
}

.ease-registration-page-alert-close {
	position: absolute;
	top: 17px;
	right: 16px;
	cursor: pointer;
}

.ease-registration-page-success {
	display: none;
	margin: 0 -24px;
	padding: 42px 24px;
	text-align: center;
	background-color: #EDF1F1;
}

.ease-registration-page-success .ease-registration-page-title-sm {
	margin: 22px 0 0 0;
	padding: 0;
	border-top-width: 0;
	color: #2A3335;
}

.ease-registration-page-success p {
	margin: 15px 0 0 0;
	line-height: 1.5;
	color: #425052;
}

input[type=date]::-webkit-calendar-picker-indicator {
	display: none;
}

/*Datepicker*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.hasDatepicker {
	background: url("../images/icon-calendar-date.svg") no-repeat right 16px top 50%;
}
.ui-datepicker {
	display: none;
	padding: 0;
	width: 17em;
	box-shadow: 0 8px 48px 8px rgba(142, 156, 160, 0.4);
	background-color: #fff;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	height: 38px;
	border-bottom: 1px solid #edf1f1;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 0;
	width: 38px;
	height: 38px;
	cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {

}
.ui-datepicker .ui-datepicker-prev {
	left: 0;
}
.ui-datepicker .ui-datepicker-next {
	right: 0;
}
.ui-datepicker .ui-datepicker-prev-hover {

}
.ui-datepicker .ui-datepicker-next-hover {

}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	box-shadow: -2px 2px 0 #8E9CA0;
}
.ui-datepicker .ui-datepicker-prev span {
	left: 15px;
	transform: rotate(45deg);
}
.ui-datepicker .ui-datepicker-next span {
	right: 15px;
	transform: rotate(-135deg);
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 40px;
	line-height: 38px;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	outline: none;
	margin: 0;
	border: none;
	font-size: 12px;
	line-height: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #2A3335;
}
.ui-datepicker select.ui-datepicker-month{
	margin-right: 12px;
}
.ui-datepicker table {
	width: 100%;
	font-size: 12px;
	line-height: 14px;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: normal;
	border: 0;
	color: #8E9CA0;
	text-transform: uppercase;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: 5px;
	text-align: right;
	text-decoration: none;
	color: #425052;
}
.ui-datepicker td span.ui-state-highlight,
.ui-datepicker td a.ui-state-highlight {
	font-weight: 700;
}
.ui-datepicker td span.ui-state-active,
.ui-datepicker td a.ui-state-active {
	color: #00AADE;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: 0;
	padding: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	margin: 0;
	cursor: pointer;
	padding: 0;
	width: 100%;
	height: 41px;
	border: none;
	border-top: 1px solid #edf1f1;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #2A3335;
	background-color: #fff;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane .ui-datepicker-close {
	display: none;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}