
#wd-login-form{
    width: 60%;
    margin: auto;
}
#wd-login-form input{
    width: 100%;
}
#wd-login-form input[type=checkbox], input[type=radio],#wd-login-form input[type="submit"]{
    width: auto;
}
#wp-submit {
    display: block;
    margin: auto;
}
.wd-user-dasboard{
	text-align: center;
}
.wd-user-dasboard h2{
	color: #ffffff;
    font-family: "Lato", Sans-serif;
    font-size: 54px;
    line-height: 1.1em;
    letter-spacing: -1.4px;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}
.wd-user-dasboard h3{
	color: #ffffff;
    font-family: "Lato", Sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.9em;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}
.wd-user-dasboard p{
	color: #ffffff;
    font-family: "Lato", Sans-serif;
    font-size: 23px;
    font-weight: 500;
    line-height: 1.9em;
	margin-bottom: 0;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}
.wd-user-dasboard button{
	margin-bottom: 10px;
}
.interval {
		bottom: -10px;
    	position: absolute;
    	text-align: left;
    	width: 100%;
	}
	.interval  span {
		float: left;
      	font-size: 15px;
      	width: 10%;
		color: #fff;
		text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
    }
	.interval span:last-child:after{
		content: '1000';
		float: right;	
	}
    .progress {
		margin:20px auto;
  		padding:0;
  		width:100%;
  		height:10px;
  		overflow:hidden;
  		background:#fff;
  		border-radius: 0px;
	}
	.bar {
		position:relative;
  		float:left;
  		min-width:0%;
  		height:100%;
  		background: #006993;
	}
	.share-button{
		color: white;
		padding: 10px;
		text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
	}
.share-button:hover, .share-button:focus{
	color: #fff;
	outline: none;
}
	.share-button-wrapper .fa-facebook-square, .share-button-wrapper .fa-twitter-square{
		color: #006993;
		margin: 0 10px;
		font-size: 30px;
		vertical-align: middle;
	}
	.copy-notification {
            color: #ffffff;
            display: none;
            text-align:center;
			text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
	}
.wd-reg-form{  
    width: 60%;
    margin: auto;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, 50%);
    
}
.wd-reg-field{
    margin: 15px 0;
}
.wd-reg-field input[type=email]{width: 100%;}
#wd-registration-form-submit{
    display: block;
    margin: auto;
}
.wd-popup-links,.wd-registration-success-message{text-align: center;}
