body{
    background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)),url(Login\ page\ wall.png);
    height: auto;
    background-position: center;
    background-size: cover;
}

.loginpage{
    width: 500px;
    margin: auto;
    padding: 6%;
}

.box{
    position: relative;
    background: transparent;
    max-width: 400px;
    margin: 0 auto 100px;
    padding: 45px;
    text-align: center;
    margin-top: 10%;
    
}

.textbox{
    font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-transform: uppercase;
    width: 90%;
    color: white;
    font-size: 15px;
    font-weight: light;
    border-color: white;
    display: flex;
    padding-left: 15px;
}

.box input{
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border-color: white;
    overflow: hidden;
    background: none;
    margin: 0 0 15px;
    width: 200%;
    box-sizing: border-box;
    border: 1px solid white;
    padding: 10px;
    color: white;
    border-radius: 4pt;
}

.textbox i{
    width: 100px;
}

.box button{
    font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-transform: uppercase;
    background-color: white;
    width: 90%;
    position: center;
    padding: 10px;
    color: rgb(0, 110, 255);
    font-size: 15px;
    font-weight: bolder;
    border-radius: 4pt;
    border: none;
    margin-top: 10%;
    margin-bottom: 5%;
}

.box a{
    color: White;
    font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 15px;
    font-weight:lighter;
    text-decoration: none;
}

footer{
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5));
}
  
footer h3{
    font-weight: lighter;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: white;
}