/*
 * Globals
 */


/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
    color: #333;
    text-shadow: none; /* Prevent inheritance from `body` */
}


/*
 * Base structure
 */

body {
    font-weight: 400;
    line-height: 1.7;
    font-family: Inter, sans-serif;
}

.cover-container {
    max-width: 42em;
}

h1,
.text-mega {
    font-weight: 300;
    font-size: 4rem;
    line-height: 1.2;
    margin-bottom: .5em;
}


/*
 * Header
 */

header {
    background: #222;
}

.navbar-brand {
}

.navbar-toggler-icon {
    background: url(/img/burger.svg) no-repeat 50% 50%;
    background-size: 26px;
}

.nav-link {
    padding: .25rem 0;
    font-weight: 500;
    color: #222;
    background-color: transparent;
    border-bottom: 2px solid transparent;
}

    .nav-link:hover,
    .nav-link:focus,
    .nav-link:active {
        color: #6B1AE4;
        border-bottom-color: transparent;
    }

.nav-masthead .nav-link + .nav-link {
    margin-left: 1rem;
}

.nav-masthead .active {
    color: #222;
    border-bottom-color: #fff;
}

.homepagehero {
    background: url(/img/appilates-hero-2.jpg) no-repeat center top;
    background-size: cover;
}

.cover-container p {
    margin: 2rem 0;
}

.text-lavendar {
    color: #E0CEFB;
}

.bg-lavendar {
    background: #E0CEFB;
}

.bg-purple {
    background: #6B1AE4;
}

.bg-mandarin {
    background: #F3D1A5;
}

.btn-round {
    border-radius: 3rem;
}

.btn-pad {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.p-10 {
    padding-bottom: 10em;
    padding-top: 10em;
}

.icon-square {
    padding: 5px;
}

.icon-square,
.round-corners {
    border-radius: 1em;
}

.bg-splat {
    background: url(bg-splat.png) no-repeat 110% top;
    background-size: 800px;
}

sup {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-left: 4px;
}


.login-container {
    min-height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
}

.login-box {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    padding: 2.5rem 2rem 2rem 2rem;
    max-width: 380px;
    width: 100%;
    text-align: center;
}

.login-logo {
    width: 300px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 0.5rem;
}

.login-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #FD6A2B;
    margin-bottom: 1.5rem;
    letter-spacing: 1px;
}

.form-group {
    margin-bottom: 1.2rem;
    text-align: left;
}

.btn-login {
    width: 100%;
    background: #FD6A2B;
    color: #fff;
    border: none;
    font-weight: 600;
    border-radius: 4px;
    padding: 0.6rem 0;
    transition: background 0.2s;
}

.btn-login:hover {
    background: #e67600;
}
