﻿body {
    background-color: #f4efe7;
}

#view-sitelogin, #view-account-registration, #packs {
    /*background-image: url('../../../../images/loginbkg.jpg');*/
    background-color: #f4efe7;
    background-size: cover;
    margin-bottom: 0;
    height: 900px;
    padding-top: 0px;
}
.login-box {
    background-image: url('../../../../images/loginBackgroundPanel.png');
    width: 482px;
    height: 606px;
    margin:auto;
    padding:20px;
    text-align:center;
}
.login-box a{
    color:white;
}
.forgot 
{
    font-family: Montserrat,Helvetica,Arial,sans-serif;
    font-weight: 600;
    color: black !important;
}
}
#view-packs {
    background-image: url('../../../../images/loginbkg.jpg');
    background-size: cover;
    margin-bottom: 0;
    height: 850px;
    padding-top: 30px;
}
#bannerlogin{
    text-align:center;
}
.login-title {
    font-family: "Museo Slab W01_500", Arial;
    font-weight: 500;
    font-size: 27px;
    color:white;
    text-align:center;
}
.account-form-container{
    margin-top:25px;
}
.account-form-container a{
    color: white;
}
.login-label {
    font-size: 14px;
    color: white;
}
.login-button {
    width:350px;
    color: white;
    background-color: rgb(35, 58, 70);
    font-size: 14px !important;
    font-weight: 600;
    font-family: Montserrat, Helvetica, Arial, sans-serif;
    border-radius: 4px;
    letter-spacing: 1.42857px;
    line-height: 24px;
    text-transform: uppercase;
}

    .login-button:hover {
        color: white;
        background-color: #394e59;
    }

.create-account-wrapper:before {
    content: "New Customer?";
    color:white;
    display: block;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    border-top: 1px solid #fff;
    padding-top: 20px;
    font-size: 22px;
}
.create-account-wrapper a {
    color: white;
}
.join-link-wrapper:before {
    content: "Want to Join?";
    color: white;
    display: block;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    padding-top: 20px;
    font-size: 22px;
}
.join-link-wrapper a {
    color: white;
}
h2 {
    font-family: Montserrat,Helvetica,Arial,sans-serif;
    font-weight: 300;
    margin: 1.75rem 0;
    color: #000;
}

.login-textbox-container {
    width: 350px;
    display: block;
    margin: 0 auto;
}

#site-content {
    padding:0px;
}