.header-simple {
  padding: 12px 0; }
  .header-simple .logo {
    width: 100px; }

.account-option-wrap {
  width: 534px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: auto;
  margin-top: 50px;
  min-height: 300px;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  padding: 60px; }
  .account-option-wrap .logo img {
    width: 100px;
    margin: auto; }
  .account-option-wrap h4 {
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    margin-top: 18px;
    line-height: 32px;
    margin-bottom: 50px; }
  .account-option-wrap .account-options {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .account-option-wrap .account-options li a {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 20px; }
      .account-option-wrap .account-options li a:hover {
        background-color: rgba(0, 0, 0, 0.05); }
      .account-option-wrap .account-options li a .icon {
        min-height: 62px; }
        .account-option-wrap .account-options li a .icon img {
          max-width: 100%;
          margin: auto;
          margin-bottom: 10px; }
      .account-option-wrap .account-options li a p {
        margin: 0; }

/*# sourceMappingURL=custom.css.map */
