body{
	margin: 0;
    padding: 0;
    background: blue;
	background-size: cover;
	color:#fff;
	font-family: sans-serif;
	height: 100vh;
}
.header h1{
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 90px;
	height: 100vh;
}

.login-box {
    width: 550px;
    height: 960px;
    background-color: rgba(0, 0, 0, 0.8);
    color:#fff; 
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50px);
    box-sizing: border-box;
    padding: 95px 30px;
    }

.login-boxa {
    width: 1050px;
    height: 11060px;
    background-color: rgba(0, 0, 0, 0.8);
    color:#fff; 
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50px);
    box-sizing: border-box;
    padding: 95px 30px;
    }

.login-box .avatar {
	width:150px;
    height:120px;
    border-radius: 100%;
    position: absolute;
    top: -50px;
    left: 140px;
    font-size:30px;
    text-align:center!important;
}

.login-box .FGDP {
	width:10px;
    height:100px;
    position: relative;
    top: -50px;
    left: 190px;
    font-size:40px;
    text-align:center!important;

}
.login-box h2{
    margin: 0;
    padding: 100;
    text-align: center;
    font-size: 25px;
}
.login-box label{
    margin: 0;
    padding: 0;
    font-weight: bold;
    display: block;
}
.login-box input{
    width: 100%;
    margin-bottom: 20px;
}

.login-box input[type="text"],
.login-box input[type="email"] {
border: none;
border-bottom: 1px solid #fff;
background: transparent;
outline: none;
height: 40px;
color: #fff;
font-size: 16px;
}

.login-box input[type="submit"] {
border: none;
outline: none;
height: 40px;
background: #00FF00;
color: #fff;
font-size: 18px;
border-radius: 20px;
}

.login-box input[type="submit"]:hover {
background: red;
color: black;
}

.login-box a {
text-decoration: none;
font-size: 12px;
line-height: 20px;
color: darkgrey
}

.login-box a:hover {
color: mediumblue;
}

.login-box2 {
    width: 182vh;
    height: 300px;
    background-color: rgba(0, 0, 0, 0.1);
    color:#fff; 
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50px);
    box-sizing: border-box;
    padding: 1px 28px;
    }

.login-box2 a{
    margin: 0;
    padding: 0;
    text-align:center;
    font-size: 100px;
	height: 100vh;
    color: black;
}

.login-box2 a:hover {
color: mediumspringgreen;
}

a{
    margin: 0;
    padding: 0;
    text-align:center!important;
    position: relative;
    font-size: 15px;
	margin-top: 170px;
    color: lightgoldenrodyellow;
}

a:hover {
color: black;
}

.login-box3 {
    width: 132vh;
    height: 1410px;
    background-color: rgba(0, 0, 0, 0.1);
    color:#fff; 
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50px);
    box-sizing: border-box;
    padding: 1px 28px;
    }

.login-box3 h2{
    margin: 0;
    padding: 0;
    text-align:center;
    font-size: 30px;
	height: 0;
    color: whitesmoke;
}

.login-box3 h4{
    margin: 0;
    padding: 0;
    text-align:justify;
    font-size: 20px;
	height: 100vh;
    color: black;
}

.login-box3 a{
    margin: 0;
    padding: 0;
    text-align:center;
    font-size: 40px;
	height: 100vh;
    color: black;
}

.login-box3 a:hover {
color: mediumspringgreen;
}
