* {
  box-sizing: border-box;
}

body {
  background-color: #011f5b;
  font-family: "Roboto", sans-serif;
  align-items: center;
  justify-content: center;
  height: 100vh;
  overflow: hidden;
  margin: 0;
}

#holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

#logo {
  width: 100%;
  margin-top: 50px;
  padding: 5px;
}

.title {
  font-weight: 500;
  font-size: 30px;
  line-height: 32px;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 8px #7ca3e2;
}

.container{
  padding: 24px 32px;
  border-radius: 10px;
  background-color: #5c9aff33;
  backdrop-filter: blur(4px);
  color: #fff;
  overflow: hidden;
  background-color: rgba(92, 154, 255, 0.2);
  backdrop-filter: blur(4px);
}

.container .pure-control-group input {
  width: 100%;
}
.container .pure-controls {
  text-align: center;
}

.container .pure-button{
  margin: 10px;
}

.container .pure-control-group input{
  margin-top: 10px;
  margin-bottom: 10px;
}

.footer {
  bottom: 24px;
  position: absolute;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  width: 100%;
}
.pure-g{
  margin-bottom: 10px;
}
.blank-line{
  margin-bottom: 10px;
  height:10px;
}
