body {
	font-family: "Google Sans", "Roboto", sans-serif;
	background-color: #e6eaed !important;
}

.page-header {
	font-size: 24px;
	padding-bottom: 9px;
	border-bottom: 1px solid #eee;
}

.note-information-register {
	color: red;
}

.register-wrap-layout3 {
	height: 100%;
}

.mobile-number {
	width: 60% !important;
}

.register-header {
	line-height: 32px;
	border-bottom: 1px solid #dadada;
	margin-bottom: 20px;
}

.skype-icon {
	width: 20px;
}

.register-header > .svg-icons,
.register-header > svg {
	margin-right: 8px;
	vertical-align: middle;
}

.register-title {
	display: inline-block;
	vertical-align: sub;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.3px;
	font-weight: 700;
}

.register-container {
	-webkit-box-shadow: 0 1px 3px 0 rgba(27, 27, 27, 0.1);
	box-shadow: 0 1px 3px 0 rgba(27, 27, 27, 0.1);
	background: #fff;
	border-radius: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	padding: 20px;
	margin-top: 40px;
	margin-bottom: 40px;
}

.terms-condition-note {
	padding: 12px;
}

.error-terms-condition p {
	color: red;
	margin-left: 10px;
}

.service-root-title {
	font-weight: 700;
	color: #337ab7;
}

.service-content-box {
	-webkit-box-shadow: 0 1px 3px 0 rgba(27, 27, 27, 0.1);
	box-shadow: 0 1px 3px 0 rgba(27, 27, 27, 0.1);
	background: #fff;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	padding: 20px;
	width: 100%;
	border: 1px solid #dadada;
}

.register-content-footer {
	padding-bottom: 0;
	border-top: 1px solid #dadada;
}

.register-footer-box {
	display: block;
	border-bottom: 1px solid #dadada;
}

.register-footer {
	background: #f6f6f6;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 8px 16px;
}

.service-background {
	margin-left: 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dadada;
}

.register-btn {
	margin-top: 25px;
	border: 1px solid;
	border-color: #396cf0;
	background-color: #396cf0;
	color: #ffffff;
	font-weight: 500;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 100px;
	padding: 13px 30px;
	text-transform: uppercase;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
	-webkit-box-shadow: 0px 1px 10px 0px rgba(57, 108, 240, 0.75);
	-moz-box-shadow: 0px 1px 10px 0px rgba(57, 108, 240, 0.75);
	box-shadow: 0px 1px 10px 0px rgba(57, 108, 240, 0.75);
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.md-checkbox {
	position: relative;
	margin-left: 14px;
	margin-top: 20px;
	text-align: left;
}
.md-checkbox.md-checkbox-inline {
	display: inline-block;
}
.md-checkbox label {
	cursor: pointer;
	display: inline;
	line-height: 1.25em;
	vertical-align: top;
	clear: both;
	padding-left: 1px;
}
.md-checkbox label:not(:empty) {
	padding-left: 0.75em;
}
.md-checkbox label:before,
.md-checkbox label:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
}
.md-checkbox label:before {
	width: 1.25em;
	height: 1.25em;
	background: #fff;
	border: 2px solid rgba(0, 0, 0, 0.54);
	border-radius: 0.125em;
	cursor: pointer;
	transition: background 0.3s;
}
.md-checkbox input[type="checkbox"] {
	outline: 0;
	visibility: hidden;
	width: 1.25em;
	margin: 0;
	display: block;
	float: left;
	font-size: inherit;
}
.md-checkbox input[type="checkbox"]:checked + label:before {
	background: #337ab7;
	border: none;
}
.md-checkbox input[type="checkbox"]:checked + label:after {
	transform: translate(0.25em, 0.3365384615em) rotate(-45deg);
	width: 0.75em;
	height: 0.375em;
	border: 0.125em solid #fff;
	border-top-style: none;
	border-right-style: none;
}
.md-checkbox input[type="checkbox"]:disabled + label:before {
	border-color: rgba(0, 0, 0, 0.26);
}
.md-checkbox input[type="checkbox"]:disabled:checked + label:before {
	background: rgba(0, 0, 0, 0.26);
}

.ajs-header {
	display: none;
}

.ajs-footer {
	display: none;
}

.alertify .ajs-dialog {
	 width: 500px;
    height: 500px;
    border-radius: 1000px;
}

.alertify .ajs-commands button.ajs-close {
	display: none;
}

.thanks-dialog-title {
	font-size: 18px;
   margin-left: 10px;
	margin-top: 50px;
}

.success-register{
	width: 400px;
	height: 100%;
}

select {
	border-radius: 0;
	-webkit-appearance: none;
}
