/*@import url('https://fonts.googleapis.com/css?family=Open+Sans');*/

/** {
	font-family: 'Open Sans', sans-serif;
}
body {
	margin: 0;
	padding: 0;
}*/
.container__header {
	height:54px;
	background-color: #000;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
	position: sticky;
	top: 0;
	z-index: 4;
}
.nav__appbar {
    /*min-height: 4rem;*/
    /*padding: .65rem 0;*/
	padding: 0 0;
}
.wrapper__header {
	height: 100%;
	z-index: 14;
	align-items: center;
	display: flex;
}
.content__container {
	height: 100%;
	max-width: calc(1440px + 12rem);
}
.header__list {
	display: flex;
	list-style-type: none;
	margin: 0;
	padding: 0;
	align-items: center;
}
.image__header {
	height: 1.6875rem;
}
.header__list li {
	padding-left: 2.375rem;
	list-style-type: none;
}
.main-container {
	position: relative;
	width: 100%;
	height: 100vh;
	transition: 0.4s linear;
	background-color: #fff;
	/*background-image:url(../../images/signup/zeoz_signin_bg.jpg);*/
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-position:center;
	padding-top:10px;
	margin-left: auto;
	margin-right: auto;
}
.box1 {
	width:70%;
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 5px;
	z-index:100;
}
.boxS {
	width: 430px;
	/*width: 430px;*/
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 0px;
}
.boxS h2 {
	font-size:1.667rem;
	font-weight:600;
	margin: 0 0 12px;
	padding: 0;
	color: #000000;
	text-align:left;
}
.boxS h3 {
	font-size:1rem;
	font-weight:400;
	color: #000000;
	text-align:left;
	line-height:24px;
	letter-spacing:-.35px;
	padding: 0;
	margin: 0 0 20px;
}
.boxS p {
	margin-bottom: 0;
}
 .boxS p:nth-child(even) {
 margin-top: 0;
}

.forget {
	color: #fff;
	font-size: 118px;
	font-weight:400;
	line-height:26px;
	text-decoration: none;
}
.alert_grn {
	font-size:1rem;
	color:#ffffff;
	font-weight:400;
	text-decoration:none;
	text-align:center;
	line-height:22px;
	letter-spacing:0.55px;
	border-radius:4px;
	background:#14a800;
	padding: 6px 10px 6px 10px;
	margin: 0 0 30px;/*z-index:100;*/
}
.top_txt {
	font-size:1rem;
	color:#000000;
	/*font-weight:300;*/
	text-decoration:none;
	text-align:left;
	line-height:22px;
	letter-spacing:0.10px;
	padding: 0;
	margin: 0 0 30px;
}

.top_img_size {
	width:140px;
	height:auto;
	padding: 0;
	margin: 0 0 10px;
}
.signin_btn {
	/*width: 430px;*/
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	color: #000000;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	border-radius: 50px 50px 50px 50px;
	border: 1px solid #f4f4f4;
	background-color: #f8f8f8;
	padding: 20px 20px;
	margin: 0px 0px 0px 0px;
}
.signin_btn:hover {
	color:#ffffff;
	text-decoration:none;
	border:1px solid #1e78e5;
	background-color:#1e78e5;
}

.sign_main_h1 {
	font-size: 21px;
	color: #000000;
	font-weight:600;
	text-decoration: none;
	text-align:left;
	padding: 0;
	margin: 12px 0 0px;
}
.sign_main_t1 {
	font-size: 16px;
	color: #000000;
	font-weight: 400;
	text-decoration: none;
	text-align: left;
	padding: 0;
	margin: 0 0 20px;
}
.create_txt {
	font-size:16px;
	color:#000000;
	/*font-weight:300;*/
	text-decoration:none;
	text-align:center;
	padding: 0;
	margin: 0 0 20px;
}
.create_btn {
	font-size: 16px;
	color:#000000;
	font-weight:600;
	text-decoration:none;
	text-align:left;
	display:inline-block;
	cursor: pointer;
	padding: 0px 0px;
	margin:0px 0px 0px 0px;
}
.create_btn:hover {
	color:#1e78e5;
	text-decoration:none;
}
.fPwd_btn {
	position:relative;
	float:none;
	font-size: 15px;
	color:#757575;
	font-weight:300;
	text-decoration:underline;
	text-align:left;
	display:inline-block;
	cursor: pointer;
	padding: 12px 0px;
	margin:0px 0px 0px 0px;
}
.fPwd_btn:hover {
	color:#1e78e5;
	text-decoration:none;
}
.boxS .input-box {
	position: relative;
}
.boxS .input-box input {
	width: 100%;
	padding: 10px 0;
	font-size: 16px;
	margin-bottom: 30px;
	color: #000000;
	border-color: #dfdfdf;
	border-radius: 0;
	border-width: 0 0 1px;
	border-bottom-style: solid;
	outline: none;
	letter-spacing: 1px;
	background: transparent;
}
.boxS .input-box input:focus {
	width: 100%;
	padding: 10px 0;
	font-size: 16px;
	margin-bottom: 30px;
	color: #000000;
	border-color: #1e78e5;
	border-radius: 0;
	border-width: 0 0 1px;
	outline: none;
	letter-spacing: 1px;
	background: transparent;
}
.boxS .input-box label {
	position: absolute;
	color: #000000;
	font-size: 16px;
	font-weight:400;
	top: 0;
	left: 0;
	padding: 10px 0;
	pointer-events: none;
 transition: .5s;
}
 .boxS .input-box input:focus ~ label, .boxS .input-box input:valid ~ label {
 top: -18px;
 left: 0;
 color: #1e78e5;
 font-size: 12px;
}
.boxS input[type=submit] {
	font-size:16px;
	width:100%;
	background: transparent;
	border:1px solid #dfdfdf;
	outline: none;
	background: #f8f8f8;
	color: #666666;
	padding: 20px 20px;
	cursor: pointer;
	border-radius: 100px;
}

/****  floating-Lable style start ****/
.floating-label {
	position: relative;
	/*margin-bottom: 20px;*/
	margin-bottom: 10px !important;
}

.floating-input, .floating-select {
	font-size: 16px;
	color: #000000 !important;
	/*padding:4px 4px;*/
	padding: 24px 10px;
	display: block;
	width: 100%;
	height: 30px;
	background-color: transparent;
	border-radius: 3px 3px 3px 3px;
	border: 1px solid #c2c8d0 !important;
}

	.floating-input:focus, .floating-select:focus {
		outline: none;
		color: #000000 !important;
		border: 1px solid #1f77e7 !important;
		/*border-bottom:2px solid #5264AE;*/
	}

label {
	color: #999;
	font-size: 16px;
	font-weight: normal;
	position: absolute;
	pointer-events: none;
	left: 10px;
	top: 13px;
	transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
}

.floating-input:focus ~ label, .floating-input:not(:placeholder-shown) ~ label {
	top: -10px;
	font-size: 14px;
	color: #1f77e7;
	background: #ffffff;
}

.floating-select:focus ~ label, .floating-select:not([value=""]):valid ~ label {
	top: -18px;
	font-size: 14px;
	color: #5264AE;
}

/* active state */
.floating-input:focus ~ .bar:before, .floating-input:focus ~ .bar:after, .floating-select:focus ~ .bar:before, .floating-select:focus ~ .bar:after {
	width: 50%;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.floating-textarea {
	min-height: 30px;
	max-height: 260px;
	overflow: hidden;
	overflow-x: hidden;
}

/* active state */
.floating-input:focus ~ .highlight, .floating-select:focus ~ .highlight {
	-webkit-animation: inputHighlighter 0.3s ease;
	-moz-animation: inputHighlighter 0.3s ease;
	animation: inputHighlighter 0.3s ease;
}

/* animation */
@-webkit-keyframes inputHighlighter {
	from {
		background: #5264AE;
	}

	to {
		width: 0;
		background: transparent;
	}
}

@-moz-keyframes inputHighlighter {
	from {
		background: #5264AE;
	}

	to {
		width: 0;
		background: transparent;
	}
}

@keyframes inputHighlighter {
	from {
		background: #5264AE;
	}

	to {
		width: 0;
		background: transparent;
	}
}

/****  floating-Lable style end ****/


#logged-in {
	width: 100%;
	height: auto;
	text-align: center;
	margin: auto;
	position: absolute;
	top: 50px;
	display: none;
}
.login-true {
	opacity: 0;
}
.content__wrapper {
	width: 100%;
	margin: 0 auto;
	align-items: center;
	display: flex;
}
.section__content {
	display: flex;
	align-items: center;
	height: 100%;
	padding-right:8px;
	z-index: 1;
}
.section__left {
	flex: 1 1;
}
.desktop__view {
	display: inherit;
}
.tab__link {
	color: #ffffff;
	font-size:26px;
	font-weight:300;
	text-decoration: none;
}
.tab__link:hover {
	text-decoration: none;
	cursor: pointer;
	color: #ffffff;
}
.tab__logo {
	margin-left: -1.375rem;
}
.section__right {
	justify-content: flex-end;
	flex: 1 1;
}
.basic_info_button {
	content: "\2139";
	font-size:16px;
	font-weight:400;
	color:#757575;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	font-family: inherit;
}
.basic_info_button:hover {
	background-image: none;
	color:#ffffff;
	outline: 0;
}
.basic_info_button:active {
	background-image: none;
	color:#6400e4;
	outline: 0;
}
.basic__button {
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	font-family: inherit;
}
.basic__button:active {
	background-image: none;
	outline: 0;
}
.basic__button:active:focus, .basic__button:focus {
	outline: none;
}
.basic__button:focus, .basic__button:hover:focus {
	text-decoration: none;
}
.btn__medium {
	display: inline-flex;
	justify-content: center;
	font-weight: 500;
	border-radius: 2px;
	-moz-user-select: none;
 	padding: .4rem .3rem;
 	font-size: .9rem;
	line-height: 1;
	min-width: 4rem;
 	transition: all .1s ease-in-out;
}
.btn_purple {
	color: #fff;
	background-color: #6400e4;
	border-color: transparent;
}
.btn_purple:active, .btn_purple:hover {
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .3);
	text-decoration: none;
	color: #fff;
}
.btn_purple:active {
	color: #e6e6e6;
	background-color: #5000b6;
}
.btn_purple:focus {
	box-shadow: 0 0 0 3px rgba(100, 0, 228, .5);
}
.btn_purple.btn_outline__purple {
	color: #6400e4;
	background-color: transparent;
	border: 1px solid #6400e4;
}
.btn_purple.btn_outline__purple:hover {
	background-color: rgba(100, 0, 228, .1);
	box-shadow: none;
}
.btn_purple.btn_outline__purple:active {
	background-color: rgba(100, 0, 228, .4);
	box-shadow: none;
}
.register__btn {
	padding: 0;
}
.container__main-page {
	max-width: 90rem !important;
	margin: auto;
	width: 100%;
	padding-left: 1rem;
	padding-right: 1rem;
	position: relative;
}
.container__styles {
	display: flex;
	flex-direction: column;
}
.footer__page {
	border-top:1px solid #dfdfdf;
	background-color: #fff;
 padding-top: .8rem;
 padding-bottom: .8rem;
	color: hsla(0, 0%, 100%, .6);
	width: 100%;
}
.footer__page a {
	color:#000;
	text-decoration:none;
}
.footer__page li {
	color:#000;
}
.linkList__styles {
	font-size:12px;
	color:#000;
	left: 50%;
	display: flex;
	text-decoration:none;
	flex-direction: column;
	justify-self: end;
	list-style-type: none;
	align-items: center;
	padding: 0;
	margin: 0;
}
.linkList__styles a {
	color: #000000;
}
@media only screen and (min-width:48rem) {
 .linkList__styles {
 color:#000;
 flex-direction: row;
 align-items: center;
}
 .linkList__styles>li+li {
 color:#000;
 margin-left: 1rem;
}
}
.input-with-floating-label {
	display: block;
	position: relative;
}
.stylized-button-skin-unstyled {
	background: 0 0;
	border: 0;
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-align: inherit;
}


/************************************* XS VIEW SIZES *************************************/

@media (max-width:767px) {

.boxS {
	width: 330px;
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 0px;
}
.boxS h2 {
	font-size:1.667rem;
	font-weight:600;
	margin: 0 0 12px;
	padding: 0;
	color: #000000;
	text-align:left;
}
.boxS h3 {
	font-size:1rem;
	font-weight:400;
	color: #000000;
	text-align:left;
	line-height:24px;
	letter-spacing:-.35px;
	padding: 0;
	margin: 0 0 20px;
}
.boxS p {
	margin-bottom: 0;
}
 .boxS p:nth-child(even) {
 margin-top: 0;
}
.boxS .input-box input:focus ~ label, .boxS .input-box input:valid ~ label {
 top: -18px;
 left: 0;
 color: #1e78e5;
 font-size: 12px;
}
.boxS input[type=submit] {
	font-size:15px;
	width:100%;
	background: transparent;
	border:1px solid #dfdfdf;
	outline: none;
	background: #f8f8f8;
	color: #666666;
	padding: 15px 15px;
	cursor: pointer;
	border-radius: 100px;
}


 .top_img_size {
	width:110px;
	height:auto;
	padding: 0;
	margin: 0 0 10px;
}

.sign_main_h1 {
	font-size: 18px;
	color: #000000;
	font-weight:600;
	text-decoration: none;
	text-align:left;
	padding: 0;
	margin: 12px 0 0px;
}
.sign_main_t1 {
	font-size: 15px;
	color: #000000;
	font-weight: 400;
	text-decoration: none;
	text-align: left;
	padding: 0;
	margin: 0 0 20px;
}

.signin_btn {
	width: 100%;
	font-size: 15px;
	font-weight: 400;
	color: #000000;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	cursor: pointer;
	border-radius: 50px 50px 50px 50px;
	border: 1px solid #f8f8f8;
	background-color: #f8f8f8;
	padding: 10px 10px;
	margin: 0px 0px 0px 0px;
}
.signin_btn:hover {
	color:#ffffff;
	text-decoration:none;
	border:1px solid #1e78e5;
	background-color:#1e78e5;
}

.create_txt {
	font-size:15px;
	color:#000000;
	/*font-weight:300;*/
	text-decoration:none;
	text-align:center;
	padding: 0;
	margin: 0 0 20px;
}
.create_btn {
	font-size: 15px;
	color:#000000;
	font-weight:600;
	text-decoration:none;
	text-align:left;
	display:inline-block;
	cursor: pointer;
	padding: 0px 0px;
	margin:0px 0px 0px 0px;
}
.create_btn:hover {
	color:#1e78e5;
	text-decoration:none;
}
.fPwd_btn {
	position:relative;
	float:none;
	font-size: 15px;
	color:#757575;
	font-weight:300;
	text-decoration:underline;
	text-align:left;
	display:inline-block;
	cursor: pointer;
	padding: 12px 0px;
	margin:0px 0px 0px 0px;
}
.fPwd_btn:hover {
	color:#1e78e5;
	text-decoration:none;
}

}