 @font-face {
  font-family: 'impact';
  src: url('/fonts/impact.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('/fonts/impact.eot')
}
html{width: 100%; height: 100%; position: relative;}
body{
	/*background: #0066C5;*/
	font-family: sans-serif;
	bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
form{float: left; height: 100%; width: 100%;}
a:hover,
a:focus{
	outline: none;
}

a, h1, h3, li, p, small, span{
	-webkit-user-select: none;  /* Chrome all / Safari all */
  	-moz-user-select: none;     /* Firefox all */
  	-ms-user-select: none;      /* IE 10+ */
  	user-select: none;          /* Likely future */   
}

header{
	background: #fdfdfd;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	border-bottom: 3px solid #eea701;
	z-index: 9;
}

header img{
	padding-left: 20px;
	padding-top: 6px;
}

.container{
	max-width: 690px;
	min-height: 330px;
	width: calc(100%-10px);
	height: calc(100%-10px);
	margin: -8px auto 0;
	border-radius: 5px;
	padding-top: 5px;
	box-shadow: 0 0 2px rgba(0,0,0,.5);
	position: relative;
}

img{
	max-width: 100%;
}

.bullets{
	position: absolute;
	right: 6px;
	border-radius: 2px;
	box-shadow: 0 0 1px rgba(0,0,0,.5);
}

.img-1{
	bottom: 5px;
}

.img-2{
	bottom: 20px;
}

.img-3{
	bottom: 35px;
}

.clearfix:before,
.clearfix:after{
	display: table;
  	content: " ";
}

.clearfix:after{
	clear: both;
}

footer{
	max-width: 690px;
	width: calc(100%-10px);
	margin: 0 auto;
	text-align: center;
}

footer ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}

footer ul li{
	font-size: 11px;
	display: inline-block;
	color: #eee;
	font-weight: bold;
}

footer ul.ResetFooter li{	
	color: #70a067;	
}
footer ul.ResetFooter li a{	
	color: #70a067;	
}

footer ul li:after{
	content: '|';
	padding-left: 5px;
}

footer ul li a{
	color: #eee;
	text-decoration: none;
}

/*.btn-back{
	background: #eea701;
	display: inline-block;
	padding: 3px;
	border-radius: 4px;
	margin-right: 4px;
}*/

.form-section .buttons{
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
	border-radius: 6px;
	padding: 8px 35px;
	/*background: #0066C5;*/
	display: block;
	box-shadow: 0 0 1px #000;
}





/*Screens Dimensions*/

.screen-1,
.screen-2{
	max-width: 675px;
	min-height: 325px;
	width: calc(100%-10px);
	height: calc(100%-10px);
	margin: 0 22px 5px 10px;
	border-radius: 5px;
	border-bottom-right-radius: 0;
	box-shadow: 0 0 2px rgba(0,0,0,.5);
}

/*Screen 1 Starts Here*/

.screen-1{
	background-color: #fff;
	background-image: url(../img/screen1-bg.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
}

.screen-1 h1{
	margin: 0;
	font-family: "impact";
	font-size: 92px;
	color: #f68b00;
	padding-top: 135px;
	line-height: 92px;
	margin-left: -5px;
}

.screen-1 p{
	color: #f1a600;
	font-size: 17px;
	font-weight: 600;
	margin: 0;
	padding-left: 49px;
}

.screen-1 small{
	color: #0066C5;
	font-size: 12px;
	display: block;
	margin-top: 50px;
	margin-left: 49px;
}

/*Screen 1 Ends Here*/


/*Screen 2 Starts Here*/

.screen-2{
	/*background: #0066C5;*/
	clear: both;
}

.screen-2:after{
	clear: both;
}

.section-left{
	max-width: 35%;
	width: 100%;
	height: 325px;
	float: left;
}

.section-left img{
	height: 100%;
}

.section-right{
	max-width: 60%;
	width: 100%;
	height: 325px;
	float: right;
	padding: 0 15px;
}

.logo{
	margin-top: 20px;
}

.white-hr{
	display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
}

.hr-2{
	margin: 1.3em auto;
}

.sign-in{
	font-size: 12px;
}

.group{
	display: block;
    margin-bottom: 10px;
    vertical-align: middle;
    position: relative;
}

.group input{
	background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 20px;
    padding: 6px 12px 6px 45px;
    max-width: 70%;
    width: 100%;
}
#DivResetPassword .group input {
    height: 40px;
 }
 #DivResetPassword .group {
     display: flex;
 }
.group i{
	position: absolute;
	
	left: 12px;
	color: #cacaca;
}

.check{
	width: 85%;
	position: relative;
	margin-top: -10px;
}

.check input{
	margin: 0;
	position: absolute;
	top: 6px;
}

.check span,.check label,
.right-float{
	font-size: 11px;
	/*color: #fff;*/
	display: inline-block;
	padding-left: 20px;
	line-height: 2.6;
}

.right-float{
	float: right;
	text-decoration: none;
}



/*Screen 2 Ends Here*/

/*Screen 3 Starts Here*/

.logo-right{
	width: 150px;
	position: absolute;
	right: 30px;
	top: 8px;
}

.heading{
	font-size: 27px;
	font-family: "impact";
	
	font-weight: normal;
	color: #fff;
	margin: 20px 0 -3px;
}

.no-top{
	margin-top: 0;
}

.sign-up,
.msg{
	font-size: 12px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 30px;
}

.msg{
	margin-bottom: 8px;
}

.hr-3{
	margin: 1em auto 1.5em;
}

/*Screen 3 Ends Here*/

/*Screen 4 Starts Here*/

.joining-msg{
	text-align: center;
	font-size: 12px;
	color: #fff;
	font-weight: 700;
	padding-top: 100px;
}

.logo-down{
	width: 150px;
	position: absolute;
	bottom: 10px;
	right: 30px;
}

/*Screen 4 Ends Here*/

/*Screen 5 Starts Here*/

.container-new{
	max-width: 530px;
	width: calc(100%-10px);
	margin: 260px auto 0;
	position: relative;
}

.container-new img{
	display: block;
	margin: 0 auto 50px;
}

.box{
	border: 4px solid #eea701;
	text-align: center;
	padding: 44px 0;
	margin-bottom: 25px;
}

.container-new .box p{
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	margin-top: 0;
}

.verify{
	background: #eea701;
	color: #fff;
	text-decoration: none;
	text-transform: capitalize;
	display: inline-block;
	padding: 10px 12px;
	font-weight: bold;
	font-size: 18px;
	margin-top: 25px;
}

.container-new > p{
	font-size: 11px;
	font-weight: bold;
	color: #7f99d6;
	margin-bottom: 15px;
}

/*Screen 5 Ends Here*/

/*Screen 6 Starts Here*/

.new-group input{
	max-width: 50%;
	width: 100%;
}

.profile-img{
	position: absolute;
	right: 35px;
	top: 100px;
	border-radius: 50%;
	box-shadow: 0 0 1px 2px rgba(0,0,0,.1);
	width: 120px;
	height: 120px;
}

/*Screen 6 Ends Here*/

/*Screen 7 Starts Here*/

.entry span{
	color: #fff;
	font-size: 15px;
	margin-left:2px;
}

.entry span i{
	font-size: 19px;
	vertical-align: middle;
	cursor: pointer;
}

.entry-right-float{
	font-size: 14px;
	text-decoration: none;
	float: right;
	padding-right: 62px;
	color: #fff;
	line-height: 1.8;
}

/*Screen 7 Ends Here*/

/*Screen 8 Starts Here*/

.mtop{
	margin-top: 30px;
}

/*Screen 8 Ends Here*/

.group input:focus{
	box-shadow: 0 0 3px 1px #e2a214 inset;
}

.ErrorMsg,.ErrorMsg1
{
    margin:212px auto 20px;
}

/*************************Media Queries****************************/

@media screen and (max-width: 1366px){
	.container,
	.container-new{
		margin-top: 0px;
	}
    .ErrorMsg,.ErrorMsg1
    {
        margin:145px auto 20px;
    }
}

@media screen and (max-width: 480px){
	.container,
	.container-new{
		padding-bottom: 1px;
		margin-top: 0px;
	}

	.screen-1 h1{
		font-size: 49px;
		line-height: 1.4;
	}

	.screen-1 p{
		padding-left: 24px;
	}

	.screen-1 small{
		margin-left: 24px;
	}

	.section-left,
	.section-right{
		max-width: 100%;
		float: none;
	}

	.section-left img{
		width: 100%;
	}

	.section-right{
		height: 100%;
		margin-bottom: 20px;
	}

	.white-hr{
		margin: 0.5em 1.8em 0.5em 0;
	}

	.logo-right{
		right: 85px;
    	top: 335px;
    	width: 170px;
	}

	.heading{
	font-size: 27px;
	font-family: "impact";
	font-weight: normal;
	color: #fff;
	margin: 20px 0 -3px;
}


	.sign-up, 
	.msg,
	.sign-in{
		width: 90%;
	}

	.joining-msg{
		width: 90%;
		padding: 20px 0;
		text-align: left;
	}

	.hr-top{
		margin-top: 10em;
	}

	.profile-img{
		top: 600px;
		left: 20px;
	}

	.group input{
		max-width: 67%;
	}

	.form-section .buttons{
		padding: 8px 32px;
	}
}

@media screen and (max-width: 320px){
	.logo{
		display: block;
		margin-left: -10px;
	}

	.heading{
		margin-left: -27px;
		font-size: 24px;
	}

	.form-section .buttons{
		padding: 8px 20px;
	}

	.right-float{
		padding-left: 0;
	}

	.screen-1 h1{
		font-size: 40px;
	}
}