body{
  margin:0;
  background-image: url("https://wallpaperaccess.com/full/196855.jpg");
}

#fullPage{
  display: flex;
  flex-direction: column;
  min-height: 100vh
}

div{
  border: none; border-color: black;
  }

#container1{
  width:100%;
  height: 60px;
  padding: 0px;
}

#container2{
  width: 100%;
  height: 500px;
  flex-grow: 1;
  display: flex;
  justify-content: center;
}

#container3{
  width:100%;
  height: 60px;
  text-align: center;
}
#container4{
  width:100%;
  height: 100px;
  display: flex;
  align-self: flex-end;
  justify-content: center;
}

#button1{
  text-align: center;
  height: 35px;
  width: 110px;
  float: right;
  margin-right: 20px;
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  font-family: arial;
  border-radius: 9px;
}

#centerBox{
  height:500px;
  width: 500px;
  margin-top: 25px;
  background-color: rgba(255,255,255,0.7);
  border-radius: 5px;
  display:flex;
  align-items: center;
  flex-direction:column;
}

h2{
    text-transform:uppercase;
    font-family:arial;
    font-weight:bold;
}

.labels{
    color:black;
    margin-bottom: 3px;
    
}

.inputs{
    width:80%;
    height:45px;
    border-radius:8px;
    background-color:white;
    border: solid 1.5px #707070;
}

#mySubmit{
    width:400px;
    height:35px;
    border-radius:10px;
    background-color: #02B757;
    color: white;
    border: none;
    font-family: arial;
    font-size: 18px;
}

#policy{
    color:black;
    font-family: arial;
    font-size: 16px;
    font-weight: 200;
    width:80%;
    
}

#containerX{
    margin-top:30px;
    height:80px;
    display:flex;
    justify-content: center;
    align-content:center;
    
}

#logo{
    align-self:center;
    
}

#appBox{
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  height: 50px;
  width: 550px;
  margin-top: 2px;
  
}

p{
  color: white;
  font-family: arial;
  font-size: 20px;
}

#appButton{
  width: 130px;
  margin-left: 2px;
}

