.app {
  background-color: rgba(221, 244, 255, 0.493);
  padding-top: 20px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.content {
  margin-top: 30px;
}
.flex-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.alert {
  width: 65%;
  margin: 0 auto;
  text-align: center;
}
.inputfile {
  display: none !important;
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.inputfile + label {
  color: #f1e5e6;
  background-color: #53ce3a;
  border-radius: 5px;
  max-width: 80%;
  font-size: 1.25rem;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 0.625rem 1.25rem;
}
.inputfile:focus + label,
.inputfile + label:hover {
  background-color: rgba(57, 175, 33, 0.938);
}
.form-controll {
  margin-top: 20px;
  text-align: center;
}
.form-controll .controll-btns {
  width: 65%;
  margin: 0 auto;
}
.form-controll .form-group input {
  border: 2px #eee solid;
  border-radius: 2px;
  padding: 10px;
  display: block;
  margin: 0 auto;
  width: auto;
  overflow: hidden;
}
.form {
  padding: 25px;
  width: 65%;
  margin: 0 auto;
}
.form-header {
  text-align: center;
  text-transform: uppercase;
}
.form-btns {
  margin-top: 10px ;
}
.form-group {
  padding: 0;
}
.footer {
  text-align: center;
  border-top: 1px #94adff solid;
  font-size: 14px;
  color: rgba(0, 22, 95, 0.63);
  margin-top: 20px;
  padding: 20px 0;
}
.footer p {
  margin: 0;
}
.footer p:last-child {
  font-size: 13px;
  font-weight: 200;
}
@media screen and (max-width: 970px) {
  .alert {
    width: 100%;
  }
  .form-controll .controll-btns {
    width: 100%;
  }
  .form {
    width: 100%;
  }
  .example-input {
    width: 100%;
  }
}
