/* Minification failed. Returning unminified contents.
(12,47): run-time error CSS1046: Expect comma, found '0'
(12,51): run-time error CSS1046: Expect comma, found '/'
(13,39): run-time error CSS1046: Expect comma, found '0'
(13,43): run-time error CSS1046: Expect comma, found '/'
 */
#email, #password {
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #282828;
    background-color: #ffffff;
    background-image: none;
    border: 2px solid gray;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/*#email:focus, #password:focus {
    outline: hidden !important;
    border-width: 4px;
    border-color: #fdbd28;
    box-shadow: none;
}*/

#forgotPassword {
    display:block;
    text-align: right;
    margin-left: 150px;
    color: #fdbd28;
}

div.buttons {
    display: flex;
    justify-content: center
}

.entry-item {
    padding-bottom: 20px;
    padding-top: 20px;
    color: #541f3d;
    text-align: left;
}

#email:focus, #password:focus {
    outline: none !important;
    border-width: 4px;
    border-color: #fdbd28;
    outline: 0;
}

.intro h2 {
    display: none;
}

.divider h2 {
    padding-top: 10px;
    padding-bottom: 10px;
}

h1, h2 {
    color: #541f3d;
    font-weight: bold
}

h1 {
    padding-top: 12px
}

h2 {
    text-align: center;
}

#next {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Tungsten-Bold;
    font-size: 31px;
    letter-spacing: 3.1px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    width: fit-content;
    padding: 8px 30px;
    background-color: transparent;
    transition: all .2s ease-in-out;
    color: #fdbd28;
    border: 4px solid #fdbd28
}

#next:hover {
    color: #541f3d;
    border-color: #fff;
    background-color: #fdbd28;
    box-shadow: 0 3px 26px #fdbd28
}

#createAccount {
    padding-left: 5px;
    color: #fdbd28
}

p {
    color: #541f3d;
    text-align: center
}

@media(min-width: 912px) {
    .call-to-action__title {
        font-size: 50px;
    }
}

@media(max-width: 911px) {
    .call-to-action__title {
        font-size: 5.5vw;
    }
}
