#page-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
	width: 800px;
  height: 600px;
  font-size: 15px;
  margin-top: 8%;
  margin-left: 25%;
  background-color: #fff;
  transform: scale(1.2);
  border-radius: 8px;
  box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
  border-radius: 8px;
}



.google-container{
  display: flex;
  
}
.google-container > div > div{
  display: flex;
  box-shadow: #42aee4a1 0 1px 2px 0;
  border-radius: 50px;
}

.right-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: rgb(255, 255, 255);
  width: 50%;
  align-items: center;
  border-radius: 8px;
  padding: 50px;
  color: rgb(109, 109, 109);

}

.censys {
  width: 80%;
}

.slogan {
  text-align: center;
  font-size: 14px;

}

.left-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  border-radius: 8px;
  padding: 50px;
  justify-content: center;
  background-image: linear-gradient(to left, #42AEE4, white 100%);
  color: #0080C0;

}

.login-with {
  font-size: 20px;
  opacity: 0.9;
}

div > a > button{
  display: inline-block;
  background-color: #fff;
  border: 1px solid #d5d9d9;
  border-radius: 8px;
  box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
  color: #0f1111;
  cursor: pointer;
  font-size: 13px;
  padding: 10px 10px 10px 10px;
  left: 50%;
  bottom: 0;
  margin-bottom: 20px;
  text-align: center;
  width: 100px;
  font-weight: bold;
  color: #000000c1;
}

button:hover {
  background: #f4f4f4;
	color: rgb(41, 42, 44);
}