@font-face {
  font-family: 'Oswald';
  src: url(/assets/Oswald-Serif-3cedd7777eaa993e8d82974410ff3fbe96dc5a061e4aa71ba55cd3ad8c01343b.woff2);
  src: url(/assets/Oswald-Serif-3cedd7777eaa993e8d82974410ff3fbe96dc5a061e4aa71ba55cd3ad8c01343b.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Switzer';
  src: url(/assets/Switzer-Variable-6f8a03032e46a9548270119da921234eb33df33fdd7aa45bb9e497b01a55f3f5.woff2);
  src: url(/assets/Switzer-Variable-6f8a03032e46a9548270119da921234eb33df33fdd7aa45bb9e497b01a55f3f5.woff2) format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Supreme';
  font-weight: 400;
  font-style: normal;
  src: url(/assets/Supreme-Regular-d39da6750b6a53140b14677c98dbc21ec1f5c4f631ef1da1df7c95c37d90bf08.ttf) format("ttf");
}

@font-face {
  font-family: 'Supreme';
  font-weight: 700;
  font-style: normal;
  src: url(/assets/Supreme-Bold-2e1bff7fcc049b906c28b07af22f4d20b061b9ed9e8635f2e2362aa6a14b3eed.ttf) format("ttf");
}

@font-face {
  font-family: 'Supreme';
  font-weight: 800;
  font-style: normal;
  src: url(/assets/Supreme-Extrabold-0a7b7cbc3f6f75448f92bba5b28a9dae78ca2ab778ede828e939b4a1517b1a28.ttf) format("ttf");
}

@font-face {
  font-family: 'Switzer';
  font-weight: 300;
  font-style: normal;
  src: url(/assets/Switzer-Light-ea1ba5eedade89c3f939bee24f1d9cfa41802441072de811bc0ace61a64471ed.ttf) format("ttf");
}

@font-face {
  font-family: 'Switzer';
  font-weight: 400;
  font-style: normal italic;
  src: url(/assets/Switzer-Regular-57c11c9ca075e1e5472fe999d2733586a666a334143a27aaa3f7430aa5cb6d85.ttf) format("ttf");
}

@font-face {
  font-family: 'Switzer';
  font-weight: 600;
  font-style: normal;
  src: url(/assets/Switzer-Semibold-2de3b5beceef6297f128f48cc541a3c5fd5eda5280d2cc51de59ca6ea4ed5f9a.ttf) format("ttf");
}

@font-face {
  font-family: 'Bebas Neue';
  font-weight: 400;
  font-style: normal;
  src: url(/assets/BebasNeue-Regular-0e2479d0404310997f18bcec64fe82734fc9387c2533cc8d4bd07adea0c0466c.ttf) format("ttf");
}

/* line 6, app/assets/stylesheets/_brand.scss */
h1,
h3,
h4,
h5,
h6 {
  font-family: Oswald, serif;
}

/* line 14, app/assets/stylesheets/_brand.scss */
h1 {
  font-size: 32px;
  font-weight: 500;
}

/* line 19, app/assets/stylesheets/_brand.scss */
h2 {
  font-family: Switzer, variable;
  color: #808080;
  font-size: 24px;
  padding-top: 20px;
  padding-bottom: 5px;
}

/* line 27, app/assets/stylesheets/_brand.scss */
h6 {
  font-size: 20px;
  font-weight: 400;
}

/* line 32, app/assets/stylesheets/_brand.scss */
label,
span,
a,
p,
input,
textarea,
select,
button,
.ui-datepicker {
  font-family: Switzer, variable;
}

/* line 44, app/assets/stylesheets/_brand.scss */
button {
  background-color: transparent;
  background-image: none;
  text-shadow: none;
  box-shadow: none;
  padding: 8px 24px;
  color: #1a1a1a;
  border: 2px solid #1a1a1a;
  font-size: 16px;
  gap: 16px;
  height: 32px;
}

/* line 56, app/assets/stylesheets/_brand.scss */
button:hover {
  background-color: transparent !important;
  background-image: none !important;
  color: #1a1a1a;
  cursor: pointer;
}

/* line 4, app/assets/stylesheets/application.scss */
.body-content {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

/* line 9, app/assets/stylesheets/application.scss */
.body-content form {
  text-align: center;
  margin: 0 auto;
  width: 500px;
  width: 50%;
  min-width: 400px;
}

/* line 18, app/assets/stylesheets/application.scss */
.logo.hero {
  margin-top: 50px;
  text-align: center;
  width: 50%;
  max-width: 500px;
  min-width: 300px;
}

/* line 26, app/assets/stylesheets/application.scss */
.form-content {
  margin-top: 50px;
  text-align: left;
  border: 1px solid #ccc;
  border-radius: 25px;
  padding: 20px;
}

/* line 33, app/assets/stylesheets/application.scss */
.form-content .input-group {
  padding-bottom: 15px;
  height: 30px;
}

/* line 35, app/assets/stylesheets/application.scss */
.form-content .input-group label,
.form-content .input-group input {
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}

/* line 43, app/assets/stylesheets/application.scss */
.form-content .input-group label {
  width: 20%;
  padding-right: 10px;
}

/* line 48, app/assets/stylesheets/application.scss */
.form-content .input-group input {
  width: 70%;
  border: 1px solid #ccc;
  outline: none;
  border-radius: 25px;
  padding: 10px;
  color: #006ce0;
}

/* line 56, app/assets/stylesheets/application.scss */
.form-content .input-group input:focus {
  outline: none;
  border: 1px solid #0053ad;
}

/* line 61, app/assets/stylesheets/application.scss */
.form-content .input-group input:selected {
  outline: none;
}

/* line 67, app/assets/stylesheets/application.scss */
.form-content .form-options {
  padding-top: 10px;
  padding-bottom: 15px;
  width: 100%;
  margin: 0 auto;
}

/* line 73, app/assets/stylesheets/application.scss */
.form-content .form-options .form-option {
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
}

/* line 79, app/assets/stylesheets/application.scss */
.form-content .form-options .remember-me {
  float: left;
}

/* line 83, app/assets/stylesheets/application.scss */
.form-content .form-options .link {
  float: right;
}

/* line 86, app/assets/stylesheets/application.scss */
.form-content .form-options .link a {
  text-decoration: none;
  color: #006ce0;
}

/* line 90, app/assets/stylesheets/application.scss */
.form-content .form-options .link a:selected {
  outline: none;
}

/* line 97, app/assets/stylesheets/application.scss */
.form-content .actions {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding-top: 20px;
}

/* line 103, app/assets/stylesheets/application.scss */
.form-content .actions input[type="submit"] {
  background-color: #006ce0;
  color: white;
  text-transform: uppercase;
  margin: 0 auto;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 25px;
  padding: 10px 30px;
  font-weight: bold;
}

/* line 115, app/assets/stylesheets/application.scss */
.form-content .actions input[type="submit"]:hover {
  background-color: #0053ad;
  cursor: pointer;
  transition: background 0.35s ease-in-out, color 0.35s ease-in-out, border-color 0.35s ease-in-out;
}

/* line 122, app/assets/stylesheets/application.scss */
.form-content .actions input[type="submit"]:selected {
  outline: none;
}
