.content--fixed {
  margin-top: 60px;
  margin-bottom: 53px;
}
.am-form-right {
  padding-right: 10em !important;
}
br {height: 30px;}
.head {
  text-align: center;
  font-weight: 500;
  color: #4c4c4c;
  font-size: 24px;
  padding-top: 2.6rem;
  margin-bottom: 2.6rem;
  line-height: 1;
}
.imga {
  background: #d9d9d9;
  position: absolute;
  right: 0;
  top: 0;
  width: 133.2px;
  height: 50px;
  display: block;
  padding: 0;
  line-height: 1;
  z-index: 2;
  border: 1px solid #b2b2b2;
  border-left-color: transparent;
  border-radius: 0 4px 4px 0;
}
.img {
  line-height: 48px;
  text-align: center;
  -webkit-user-select: none;
}
.img:hover {
  background: #ccc;
}
.img:active {
  background: #bfbfbf;
}
.am-cf--btn .am-btn {
  margin: 25.8px 0 21.8px 0;
}
.ui.segment {
  position: relative;
  text-align: center;
}
.ui.horizontal.divider:after, .ui.horizontal.divider:before {
  content: '';
  display: table-cell;
  position: relative;
  top: 50%;
  width: 50%;
  background: url(../image/divider.png) no-repeat;
}
.ui.horizontal.divider {
  display: table;
  white-space: nowrap;
  height: auto;
  margin: 0 auto;
  line-height: 1;
  width: 80%;
  text-align: center;
}
.ui.divider {
  margin: 1rem 0;
  line-height: 1;
  height: 0;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: rgba(0, 0, 0, .85);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  font-size: 1rem;
}
.ui.horizontal.divider img {
  max-height: 60px;
}
.ui.horizontal.divider:before {
  background-position: right 4em top 50%;
}
.ui.horizontal.divider:after {
  background-position: left 4em top 50%;
}
.form--padding {
  padding: 0 40px;
  position: relative;
  box-shadow: 0 0 0 1px #D4D4D5, 0 2px 4px 0 rgba(34, 36, 38, .15), 0 2px 10px 0 rgba(34, 36, 38, .25);
}
@media (max-width: 320px) {
  .content--fixed {
    position: static;
    margin-top: 0;
  }
  .form--padding {
    padding: 0;
    box-shadow: 0 0 0 0;
  }
  .head {
    padding-top: 0;
    margin-bottom: 1rem;
  }
  .am-cf--btn input {
    padding: 14px 0 21.8px 0;
  }
}
.alert--position {
  display: none;
  position: absolute;
  top: 2.5em;
  left: 0;
  text-align: center;
  line-height: 36px;
  padding: 0 40px;
  width: 100%;
}