body {
    background: rgba(0, 0, 0, 0) url("../img/Dribbble.png") no-repeat fixed center center / cover !important;
    margin: 0 !important;
    min-height: 100% !important;
    min-width: 100% !important;
    padding: 0 !important;
    position: fixed;
}

a{
	text-decoration: none;
	color: #ffffff;
	opacity: 0.5;
}

a:hover,a:active{
	color: #ffffff;
	text-decoration: none;
	opacity: 1;
}

.login{
	position: absolute;
	top: calc(50% - 75px);
	left: calc(50% - 50px);
	height: 150px;
	width: 350px;
	padding: 10px;
	z-index: 2;
}

.login input[type="text"],.login input[type="password"],.login input[type="email"]{
	width: 100%;
	max-width: 250px;
	height: 50px;
	background: transparent;
	border: 1px solid rgba(255,255,255,0.6);
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	margin-top: 10px;
	line-height: 1em;
	padding-left: 15px;
	font-family: 'Raleway', FontAwesome!important;
}

.login input[type="text"]:hover,.login input[type="password"]:hover,.login input[type="email"]:hover{
	box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.5);
}

.login input[type="submit"]{
	opacity: 0.9;
	width: 260px;
	height: 35px;
	background: #fff;
	border: 1px solid #fff;
	cursor: pointer;
	border-radius: 2px;
	color: #e66112;
	font-size: 16px;
	font-weight: 600;
	padding: 6px;
	margin-top: 10px;
	font-family: 'Raleway', FontAwesome!important;
}



.login input[type="submit"]:hover{
	opacity: 0.6;
}

.login input[type="submit"]:active{
	opacity: 0.3;
}

.login input[type="text"]:focus, .login input[type="password"]:focus,.login input[type="email"]:focus{
	outline: none;
	border: 1px solid rgba(255,255,255,0.9);
}

::-webkit-input-placeholder{
   color: rgba(255,255,255,0.6);
}

::-moz-input-placeholder{
   color: rgba(255,255,255,0.6);
}

h3{
	font-size: 20px;
	color: #ffffff;
	line-height: 1.2em;

}


.button-ghost{
    background: none;
    border: 2px solid #ffffff;
    border-radius: 5px;
    color: #ffffff;
    height: 50px;
    margin: 15px;
    width: 100%;
    font-family: 'Raleway', FontAwesome!important;
}

.button-ghost:hover,.button-ghost:active{
	border-color: 	#9654C7;
	background-color: #362C61;
}

.error{
	color: red;
}