/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */

/* Fonts */
@font-face {
    font-family: "Audiowide";
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/audiowide/Audiowide-Regular.ttf) format("opentype")
}

@font-face {
    font-family: "Source Sans Pro";
    font-display: swap;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/source-sans-pro/SourceSansPro-Light.ttf) format("opentype")
}

@font-face {
    font-family: "Source Sans Pro";
    font-display: swap;
    font-style: italic;
    font-weight: 300;
    src: url(../fonts/source-sans-pro/SourceSansPro-LightItalic.ttf) format("opentype")
}

@font-face {
    font-family: "Source Sans Pro";
    font-display: swap;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/source-sans-pro/SourceSansPro-Semibold.ttf) format("opentype")
}

/* Reset Styling */
*,
::before,
::after {
    box-sizing: border-box;
    border-width: 0;
    border-style: solid;
    border-color: currentColor;
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: "Source Sans Pro", ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-feature-settings: normal;
    font-variation-settings: normal;
    -webkit-tap-highlight-color: transparent;
}

html, body {
    height: 100%;
}

body {
    margin: 0;
    line-height: inherit;
    background-color: rgb(151 60 139);
    font-weight: 300;
}

button,
input,
textarea {
    font-family: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    color: inherit;
    margin: 0;
    padding: 0;
    text-transform: none;
}

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
    -webkit-appearance: button;
    background-color: transparent;
    background-image: none;
}

::-webkit-search-decoration {
    -webkit-appearance: none;
}

h1,
p {
    margin: 0;
}

textarea {
    resize: vertical;
}

input::placeholder,
textarea::placeholder {
    opacity: 1;
    color: #e3e3e3;
}

button,
[role="button"] {
    cursor: pointer;
}

:disabled {
    cursor: default;
}

[type='text'],
input:where(:not([type])),
[type='email'],
[type='tel'],
textarea {
    appearance: none;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    border-radius: 0px;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
}

input::placeholder,
textarea::placeholder {
    color: #6b7280;
    opacity: 1;
}

/* Custom Styling */
.page-main {
    display: flex;
    align-items: center;
    justify-items: center;
    height: 100%;
    width: 100%;
}

.content {
    padding: 4rem 2rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 100vw;
    text-align: center;
}

.logo {
    width: 320px;
    max-width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 1rem;
    vertical-align: middle;
}

h1 {
    margin-bottom: 16px;
    font-size: 48px;
    font-weight: 700;
    color: #fff;
    font-family: Audiowide;
    text-transform: uppercase;
    line-height: 1 !important;
}

p {
    margin-bottom: 16px;
    font-size: 18px;
    color: #fff;
}

.fieldset {
    background-color: #fff;
    text-align: left;
    padding: 2rem;
    border-radius: .5rem .5rem .5rem 0;
    margin-bottom: 2rem;
}

.legend {
    font-weight: 600;
}

.field {
    margin-bottom: 1rem;
}

.actions-toolbar {
    text-align: right;
    margin-top: 2rem;
}

input[type='text'],
input[type='email'],
input[type='tel'],
textarea {
    appearance: none;
    background-color: #fff;
    font-size: 1rem;
    line-height: 1.5rem;
    display: block;
    width: 100%;
    border-radius: .5rem;
    border-width: 1px;
    border-color: rgb(221 221 221);
    padding: .625rem;
}

button {
    display: block;
    border-radius: .5rem .5rem .5rem 0;
    padding: 1rem 1.25rem;
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.125rem;
    background-color: rgb(19 98 88);
    color: #fff;
}

button:hover {
    background-color: rgb(33 156 144);
}

a {
    color: #fff;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}
