/*
 Theme Name:   APE Sondage
 Template:     ape-petition-theme-2017
 Version:      1.0.5
 License:      WTFPL
 Text Domain:  ape-survey-theme-2022
*/

@charset "UTF-8";
@import url("../ape-petition-theme-2017/style.css");

.single,
.page {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background-color: #f2efe9;
}

.ape-petition-form-field-email {
  display: flex;
  flex-direction: column;
}

#ape-petition-form-email {
  background: #383c48;
  border: none;
  margin-bottom: 2px;
  color: #fff;
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
