/* Bootstrap 위에 얹는 "최소 전역 규칙"만 둔다 */

/* 아이콘/로고 같은 아주 공통적인 것만 */
img.logo { max-width: 24px; max-height: 24px; }

.contact-icon {
    width: 22px;
    height: 22px;
    margin-right: 10px;
}

/* allauth email form: Bootstrap input appearance */
form input[type="email"] {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border: 1px solid #ced4da;
  border-radius: .375rem;
}
