@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@1,900&display=swap');

body
{
    margin:0;
    background-image: url("../images/wallhaven-650953.jpg");
    height:100%;
    width:100%;
    position:absolute;
    top:0%;
    left:0%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}
.Footer
{
    font-family:Verdana, sans-serif;
    color:rgb(14, 19, 19);
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}
button
{
    display:inline-block;
    padding:0%;
    margin:0;
    height:10%;
    width:30%;
}
.DiscordAddBtn
{
    position:absolute;
    top:45%;
    left:calc(50% - 17.5%);
    height: 10%;
    width:35%;

}
.githublogo
{
    height:5%;
    width:5%;
}
.github
{
    display:inline-block;
    padding:3%;
    font-family:Verdana, sans-serif;
    font-size:100%;
    font-weight:bolder;
    color:black;
    position: absolute;
    top:55%;
    left:40vw;
}
h1
{
    display:block;
    padding-bottom: 30%;
    color:rgb(0, 183, 255);
    font-size: 50px;
    font-family: 'Lato', sans-serif;
    font-weight: bolder;
    text-align: center;
}

.h3
{
    text-align: center;
    position: relative;
    top: 60%;
    padding-top: 1%;
}
.bottom
{   
    position: absolute;    
    top:98%;
    width: 85%;
    border-bottom: 2px solid #010f14;
}
a,
a:link,
a:visited,
a:hover,
a:active
{ 
    text-decoration: none;
    color:black;
}
.center 
{
    text-align: center;
    margin: auto;
    width: 50%;
    padding: 10px;
}


.verticalCenter
{
    position: absolute;
    margin: 0;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.container 
{
  height: 100%;
  position: relative;
  
}

#iName:focus
{
    color: black
}
#iPassword:focus
{
    color: black
}

label
{
    color:ivory;
}
.LoginBT
{
    position: relative;
    float:right;
    margin-top: 5vh;
    margin-right: 5vw;
    text-align: center;
    background-color: #7188DA;
    height: 5vh;
    width: 10vw;
    border: 1px solid rgb(0, 0, 0);
    border-radius: 5px;
    font-size: larger;
    font-weight: bolder;
    font-family: 'Lato';
    cursor:pointer;
}
#login
{
    color:rgb(252, 252, 218);
    position: relative;
    top:1vh;
}