html,
body {
  height: 100%;
}

body {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.form-verify {
  width: 100%;
  max-width: 330px;
  padding: 50px;
  margin: 0 auto;
  background-color: #FAF9F6;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.buttoniconconnect{
  position: relative;
  bottom: 0.10em;
  right: 0.10em;
}

.buttoniconsign{
  position: relative;
  top: 0.40em;
  right: 0.40em;
}

.btn-block{
  width: 100%;
}

footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  color: black;
  text-align: center;
  padding-bottom: 20px;
  font-size: 13px;
  line-height: 5px;
}
