.frm-information {
  display: none;
}

#slds {
  width: 100%;
  height: 100vh;
  min-height: 550px;
  /*background-image: url("../images/ssa_bg.jpg");*/
  background-color: #FFF;
  background-size: cover;
  background-repeat: none;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

form {
  margin-top: auto;
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.sld {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  height: 65vh;
  width: 95vw;
}

.div_btn {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 25px;
  align-items: center;
  height: 225px;
  width: 200px;
  background-color: #FFF;
  border: 1px solid #009ADB;
  flex-shrink: 2;
}

.div_btn p {
  position: absolute;
  z-index: 1;
}

.ipt_btn {
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: rgba(1, 1, 1, 0);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 125px;
  z-index: 5;
}

.ipt_btn:hover {
  border: 5px solid #009ADB;
}

.fwd_btn {
  border: none;
  cursor: pointer;
  font-size: 0;
  color: #FFF;
}

.fwd_btn:hover+p {
  color: #009ADB;
}

.btn_txt {
  bottom: 0;
  padding-bottom: 6px;
  font-size: 17px;
  font-weight: normal;
  text-align: center;
  width: 150px;
}

#bck_btn {
  position: absolute;
  height: 40px;
  padding: 10px;
  color: #009ADB;
  background-color: #FFF;
  cursor: pointer;
  align-self: flex-start;
  left: 15px;
  border: none;
  cursor: pointer;
  z-index: 4;
  border: solid 1px #009ADB;
}

#bck_btn:hover {
  background-color: #009ADB;
  color: #FFF;
}

#progressbar {
  width: 100%;
  height: 20px;
  margin-top: auto;
  background-color: grey;
}

#progress {
  background-color: #009ADB;
  height: 20px;
  width: 25%;
  transition: width .2s ease-in-out;
}

/*
#sld_headline {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 10px 25px;
}
*/

#sld_headline h1 {
  font-family: sans-serif;
  color: #fff;
  font-size: 45px;
  white-space: nowrap;
}

/*
#headline_txt {
  font-family: sans-serif;
  color: #fff;
  white-space: nowrap;
  font-size: 35px;
}
*/

#sld_txt {
  font-family: sans-serif;
  margin-top: 0;
  font-size: 25px;
  font-weight: normal;
  width: auto;
  height: auto;
  width: auto;
  padding: 15px;
  background-color: #FFF;
}

#frm_end {
  flex-direction: column;
  width: 100%;
  max-width: 786px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ipt_frm {
  padding: 0 15px;
  margin-top: 10px;
  margin-left: -15px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  cursor: default;
}

#sld_3 {
  display: flex;
  flex-direction: column;
}

#sld_3 .fwd_btn p {
  color: #FFF;
}

#submit {
  width: 150px;
  cursor: pointer;
  background-color: #FFF;
  font-weight: bold;
  border: solid 1px #000;
  box-shadow: none;
  text-align: center;
  padding-left: 0;
}

#submit:hover {
  background-color: #009ADB;
  color: #FFF;
}

#sld_3 ul {
  max-width: 375px;
  padding: 0;
  display: flex;
  flex-wrap: no-wrap;
}

#frm_end p {
  color: grey;
}

#sld_3 li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
  border-radius: 5px;
  flex-shrink: 2;
  padding: 0;
  margin: 10px;
  position: relative;
  width: 70px;
  height: 45px;
}

#sld_3 li p {
  position: absolute;
  z-index: 1;
  font-size: 20px;
  color: #000;
}

li {
  flex-grow: 1;
}

ul {
  padding-bottom: 25px;
  width: 100%;
  max-width: 786px;
  display: flex;
  list-style: none;
}

form label {
  text-transform: uppercase;
  margin-top: -30px;
  padding-left: 10px;
  font-size: 15px;
  cursor: text;
  color: #000;
  transition: transform .2s ease-in-out;
}

form input,
textarea {
  padding: 5px 0;
  padding-left: 15px;
  width: 100%;
  font-size: 20px;
  outline: none;
  box-shadow: none;
  background-color: #FFF;
  line-height: 1.5;
  border: solid #000 1px;
  -webkit-appearance: none;
  -webkit-rtl-ordering: logical;
}

form textarea {
  height: 150px;
  line-height: 1.5;
}

.active {
  transform: translate(0, -35px);
}

.ipt_lbl_changer {
  transform: translate(0, -35px);
}

.uil {
  width: 90%;
  color: #009ADB;
}

.big_footer {
  margin-top: 50vh;
}

#work-in-progress {
  position: absolute;
  z-index: 100;
  background-color: #FFF;
  width: 100%;
  height: 100%;
}