* {
    font-family: serif;
}
body, html {
    height: 100%;
    margin: 0;
    background: url('../img/background.jpg') no-repeat center center fixed;
    background-size: cover;
}

.centered-container {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: transparent;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.white-square {
    background: #fff;
    box-shadow: 0 0 32px rgba(0,0,0,0.15);
    padding: 1rem;
    width: 100%;
    max-width: 40rem;
    min-height: 40%;
    display:flex;
}

.transparent-square {
    background: rgba(255,255,255,0.2);
    box-shadow: 0 0 32px rgba(0,0,0,0.15);
    padding: 0;
    width: 100%;
    max-width: 40rem;
    min-height: 40%;
    display: flex;
    border: 3px solid black;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur();
}

.stage-success-centered {
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 40rem;
    z-index: 100;
}

.arai-helmet-btn {
    background-color: #2cb1e7;
}

.header {
    background-color: #2cb1e7;
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    left: 0;
    right: 0;
}

.footer-banner {
    background-color: #2cb1e7;
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 32px rgba(0,0,0,0.15);
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw;
    z-index: 101;
    margin-left: calc(-50vw + 50%);
}

header img {
    height: 40px;
    width: auto;
    margin-right: 1rem;
}

.fs-20 {
    font-size: 20px;
}

.fs-30 {
    font-size: 30px;
}

.fw-500{
    font-weight: 500;
}

.fw-600{
    font-weight: 600;
}

.fw-800{
    font-weight: 800;
}

.lh-30 {
    line-height: 30px;
}

.border-black {
    border: 2px solid black !important;
}

.text-white {
    color: #E9E9E9 !important;
}

.text-black {
    color: black !important;
}

.text-red {
    color: red !important;
}

.margin-top-auto {
    margin-top: auto !important;
}

.images-container {
    box-shadow: 0 0 32px rgba(0,0,0,0.15);
    margin-top:2rem !important;
    margin-bottom:4rem !important;
}

.error-container {
    padding: 30px !important;
}
