@import 'https://journeynorth.org/themes/custom/jnorth/css/fonts/stylesheet.css';

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*margin: 0;*/
    /*padding: 0;*/
    -webkit-text-size-adjust: none;
    zoom: 1;
}

body {
  color: #222;
  font-family: 'cabinregular', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 20px;
}

a {
    color: #336699;;
}

p {
    line-height: 1.25em;
}

label {
    display: block;
    margin-bottom: .25em;
}

input {
    font-size: 14px;
}

body > div {
    justify-content: center;
    background: #eff8f9;
    border: 1px solid #74b7f9;
    display: flex;
    flex-direction: column;
    margin-top: 100px;
    margin-right: auto;
    margin-bottom: 100px;
    margin-left: auto;
    max-width: 600px;
    min-height: 200px;
    padding: 40px;
    width: 100%;
}