* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

#login-firebase {
  margin: 5% auto !important;
  width: 25%;
}

#login-firebase fieldset{
  border: none;
  box-shadow: 1px 2px 5px #d8d9d8;
  border-radius: 5px;
}

#login-firebase fieldset legend{
  font-size: 22px;
  font-family: sans-serif;
  color: #81cd4f;
  text-shadow: 1px 1px 2px #d8d9d8;
}

#login-firebase .group{
  margin: 10px 15px;
}

#login-firebase .group input{
  width: 100%;
  height: 50px;
  background-color: #e8f1e2;
  border: 1px solid #b8c0ae;
  border-radius: 5px;
  padding: 10px;
  outline: none;
}

#login-firebase .group input:hover, #login-firebase .group input:focus{
  outline: none;
}

#login-firebase .group input::-webkit-input-placeholder, 
#login-firebase .group input::-moz-placeholder{
  text-transform: uppercase;
}

#login-firebase .group button {
  width: 100px;
  height: 50px;
  background-color: #81cd4f;
  border-radius: 5px;
  box-shadow: none;
  border: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}

#login-firebase .group button:hover {
  background-color: #e8f1e2;
  color: #81cd4f;
}

#container {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.clearfix {
  clear: both;
}

.hidden {
  display: none;
}

#user-info {
  border: 1px solid #CCC;
  clear: both;
  margin: 0 auto 20px;
  max-width: 400px;
  padding: 10px;
  text-align: left;
}

#photo-container {
  background-color: #EEE;
  border: 1px solid #CCC;
  float: left;
  height: 80px;
  margin-right: 10px;
  width: 80px;
}

#photo {
  height: 80px;
  margin: 0;
  width: 80px;
}

@media (max-width: 300px) {
  #photo-container,
  #photo {
    height: 40px;
    width: 40px;
  }
}
