body {
	margin:0;
	padding:0;
	background:#696969;
	font-family: "RobotoDraft", sans-serif;
	font-size:14px;
	color:#999;
	vertical-align:baseline;
	width:4800px;
	position:absolute;
	top:0px;
	left:0px;
	bottom:0px;
	overflow-x:hidden;
}
h1, h2, h3 {
	font-weight:bold;
	color:#101010;
	margin:0;
}
p {
	margin-bottom:15px;
	color:#999;
}

hr {
	border: 1px dashed #eee;
	margin: 20px 0;
}
a {
	text-decoration:none;
}
a.scroll {
	color: #0e7db4;
	font-weight: bold;
	text-decoration: none;
	
}
a.scroll:hover {
	color: #1584ba;
}
.section {
	margin:0px;
	bottom:0px;
	width:1600px;
	float:left;
	height:100%;
	text-align:center;
}
.login-form,.signup-form  {
	background:#fff;
	border-radius: 4px;
	padding:30px;
	text-align:center;
	float:left;
	margin-top:30px;
	margin-left: 30%;
}
 .forgot-pwd {
	background:#fff;
	border-radius: 4px;
	padding:30px;
	text-align:center;
	float:left;
	margin-top:100px;
	margin-left: 30%;
}

.login-form, .forgot-pwd {
	width:350px;
}
.signup-form {
	width:600px;
}

@media screen and (max-width: 768px) {
	.login-form,.signup-form  {
	background:#fff;
	border-radius: 4px;
	padding:30px;
	text-align:center;
	float:left;
	margin-top:50px;
	margin-left: 10%;
}
 .forgot-pwd {
	background:#fff;
	border-radius: 4px;
	padding:50px;
	text-align:center;
	float:left;
	margin-top:100px;
	margin-left: 10%;
}

.login-form, .forgot-pwd {
	width:350px;
}
.signup-form {
	width:600px;
}
}
@media screen and (max-width: 480px) {
	.login-form,.signup-form  {
	background:#fff;
	border-radius: 4px;
	padding:20px;
	text-align:center;
	float:left;
	margin-top:15px;
	margin-left: 0;
}
 .forgot-pwd {
	background:#fff;
	border-radius: 4px;
	padding:20px;
	text-align:center;
	float:left;
	margin-top:15px;
	margin-left: 0;
}

.login-form, .forgot-pwd {
	width:350px;
}
.signup-form {
	width:600px;
}
}

.form-wrapper-01 {
	margin: 0;
}
.form-wrapper-01 .inputbox {
	border: 1px solid #eaedf2;
	border-radius:3px;
	height: 20px;
	padding: 10px 0 10px 32px;
	width: 44%;
	outline:none;
	margin-bottom:10px;
	font-family: inherit;
}
.login-form .form-wrapper-01 .inputbox {
	width:70%;
}
.form-wrapper-01 .name {
	background:#fff url(img/user.png) 10px 13px no-repeat;
}
.form-wrapper-01 .email {
	background:#fff url(img/email.png) 10px 15px no-repeat;
}
.form-wrapper-01 .password {
	background:#fff url(img/password.png) 10px 10px no-repeat;
}
.form-wrapper-01 a.button {
	background: none repeat scroll 0 0 #0e7db4;
	border: none;
	border-radius: 4px 4px 4px 4px;
	color: #FFFFFF;
	cursor: pointer;
	font-family: inherit;
	font-size: 15px;
	font-weight: 700;
	padding: 10px 20px;
}
.form-wrapper-01 .button:hover {
	background:#1584ba;
}
.form-wrapper-01 a.button > i {
	font-size:20px;
}


/* facebook button class*/
.facebookBtn{
    background: #4060A5;
}

.facebookBtn:before{ /* use :before to add the relevant icons */
    font-family: "FontAwesome";
    content: "\f09a"; /* add facebook icon */
}



/* twitter button class*/
.twitterBtn{
    background: #00ABE3;
}

.twitterBtn:before{
      font-family: "FontAwesome";
      content: "\f099"; /* add twitter icon */
}


/* google plus button class*/
.googleplusBtn{
    background: #e64522;
}

.googleplusBtn:before{
      font-family: "FontAwesome";
      content: "\f0d5"; /* add googleplus icon */
}


.smGlobalBtn{ /* global button class */
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 50px;
    height: 50px;
    padding: 0px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-weight: normal;
    line-height: 2em;
    border-radius: 25px;
    -moz-border-radius:25px;
    -webkit-border-radius:25px;
}
.button{
    background: none repeat scroll 0 0 #0e7db4;
    border: 0 none;
    border-radius: 0;
    color: #ffffff;
    padding: 5px 10px;
}

.button:hover { 
     background: none repeat scroll 0 0 #0e7db3;
     cursor: pointer;
}