body{
    margin: 0;
    padding: 0;
	background-image: url("images/annie-spratt-0ZPSX_mQ3xI-unsplash.png");
	background-repeat: no-repeat;
    font-family: 'Poppins', sans-serif;;
}

.loginbox{
    width: 800px;
	height: 460px;
    background: #000;
    color: #fff;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    box-sizing: border-box;
    padding: 70px 30px;
	opacity: 0.8;
	border-radius: 4px;
}

.avatar{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    top: -50px;
    left: calc(50% - 50px);
}

h1{
    margin: 0;
    padding: 0 0 20px;
    text-align: center;
    font-size: 22px;
}

.loginbox p{
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.loginbox input{
    width: 100%;
    margin-bottom: 20px;
}

.loginbox input[type="text"], input[type="password"]
{
    border: none;
    border-bottom: 1px solid #fff;
    background: transparent;
    outline: none;
    height: 40px;
    color: #fff;
    font-size: 16px;
}
.loginbox input[type="submit"]
{
    border: none;
    outline: none;
    height: 40px;
    background: #fb2525;
    color: #fff;
    font-size: 18px;
    border-radius: 20px;
}
.loginbox input[type="submit"]:hover
{
    cursor: pointer;
    background: #ffc107;
    color: #000;
}
.loginbox a{
    text-decoration: none;
    font-size: 12px;
    line-height: 20px;
    color: darkgrey;
}

.loginbox a:hover
{
    color: #ffc107;
}
@media only screen and (width: 700px) {

}



.ava {
	position: absolute;
	top: 50px;
	left: 240px;
}

#container {
  perspective: 30px;
}

#inner {
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  box-shadow: 2px 2px 50px rgba(0, 0, 0, 0.2);
}

/*============================================================
 * EXTRAS
 *============================================================*/

.demo-img {
  /* Photo by David Marcu on Unsplash */
  background-image: url("images/img-01.png");
  background-size: cover;
  background-repeat: no-repeat;
	width: 150%;
}

#container:hover .demo-overlay {
  opacity: 1;
}

#container:hover {
  cursor: pointer;
}

.demo-overlay {
  width: 22em;
  padding: 10em 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.8s;
}

.demo-overlay svg {
  display: block;
  margin: 0 auto;
  fill: white;
}
.login {
	position: absolute;
    right: 562px;
    top: 96px;
}
.errors {
	color: red;
}

.fas {
	position: absolute;
	top: 200px;
	left: 326px;
}
.user{
	text-align: center;
}
