.Newsignupfade {
	position: fixed;
	height: 100vh;
	width: 100%;
	background: url(../img/common/signinbg.jpg) no-repeat;
	background-size: cover;
	overflow: auto;
	z-index: 9998;
	display: none;
	padding-top: 210px;
}

.SignInFieldMain {
	margin: 0 auto;
	width: 380px;
	height: auto;
	margin-top: -300px;
	-webkit-transition: margin-top 1s; /* Safari 3.1 to 6.0 */
	transition: margin-top 1s;
	background: #FFF;
	overflow: auto;
	padding: 0 30px 11px;
	position: relative;
}

.new-signin-close {
	position: absolute;
	width: 50px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	font-size: 12px;
	color: #545454;
	top: 0;
	right: 0;
	background: #e8e8e8;
	cursor: pointer;
}

.content { 
	padding: 0 0;
}

.SignInSec1 {
	float: left;
	margin: 30px 0 0 0;
	width: 100%;
	height: auto;
	position: relative;
}

.SignInFieldMain h1 {
	width: 100%;
	float: left;
	height: auto;
	color: #000;
	font-size: 30px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	text-align: center;
	padding: 0;
	margin: 0;
}

.SignInProimgCon {
	float: left;
	margin: 57px 0 57px 0;
	width: 100%;
}

.SignInProimg {
	margin: 0 auto;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	overflow: hidden;
}

.SignInProimg img {
	width: 100%;
	height: 100%;
}

.Loginouter {
	margin: 0 auto;
	width: 320px;
}

.SigninBackArrow a {
	position: absolute;
	width: 9px;
	height: 17px;
	background: url(../img/login/back.png) no-repeat;
	left: 0;
	top: 113px;
}

.SignInSec2 p {
	float: left;
	margin: 0;
	padding: 28px 0 0 0;
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 16px;
	color: #262626;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}

.Signincheck {
	float: left;
	clear: left;
	margin: 26px 0 0 0;
	width: 17px;
	height: 17px;
}

.StaySigned {
	float: left;
	margin: 30px 0 0 10px;
	width: auto;
	height: auto;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px !important;
	color: #888 !important;
}

.Forgotpwd a {
	float: left;
	margin: 30px 0 0 56px;
	width: auto;
	height: auto;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px !important;
	color: #888 !important;
}

.SigninBtn {
	float: left;
	margin: 30px 0 0 0;
	width: 320px;
	height: 44px;
	background: #e94569;
	text-align: center !important;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400 !important;
	color: #FFF;
	font-size: 14px;
	border: 0;
}

.LoginNextBtn a {
    float: left;
    margin: 30px 0 30px 0;
    padding: 0 0 0 20px;
    width: 100%;
    height: 44px;
    background: #e94569 url(../img/login/arrow.png) no-repeat right center;
    font-size: 16px;
    color: #FFF;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    line-height: 44px;
}
@media screen and (min-height:900px) {

.HideScroll {
	overflow-y: hidden !important;
}
}
 @media screen and (min-height:768px) {

.HideScroll {
	overflow-y: hidden !important;
}
}
