/* Extracted from base.css */
.gbox {
    border: 1px solid #429338;
    background: #fdfbd5;
    -moz-box-shadow: 0 3px 0px #f9f9f9;
    -webkit-box-shadow: 0 3px 0px #f9f9f9;
    box-shadow: 0 3px 0px #f9f9f9;
}

.gbox .gboxi {
    padding: 10px;
}

.swrap {
    width: 1160px;
    margin: 0 auto;
    padding: 5px 0;
}

.section-title {
    margin-bottom: 12px;
    font-weight: 800;
    font-family: 'Roboto', Arial, Sans-serif;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    font-size: 16px;
}

.green-text {
    color: #429338;
}

/* Login Box */
.login-box {
    text-align: center;
    padding: 5px;
}

.login-box input[type="text"],
.login-box input[type="password"] {
    width: 90%;
    padding: 8px 10px 10px;
    font-size: 15px;
    margin: 1px 1px 10px;
}

.login-box input.login {
    width: 50%;
}

/* Login Page */
.login-page .join-interflora {
    text-shadow: none;
    margin: 10px auto 60px;
    z-index: 0;
    position: static;
    max-width: 800px;
}

.flower-header {
    float: right;
    margin-left: 20px;
    margin-top: -50px;
    background: url(../custom/templates/page/interflora-home14/images/flower.png) no-repeat center;
    height: 140px;
    width: 140px;
    background-size: 100%;
}

.lp-left,
.lp-right {
    padding: 0 20px;
}

.lp-left {
    width: 30%;
    float: left;
}

.lp-right {
    width: 70%;
    float: right;
    position: relative;
}

.lp-login-box {
    padding: 20px;
}

.lp-login-box input {
    width: 100%;
}

.lp-login-box .section-title {
    border-bottom: 1px #dbd7a8 solid;
}

.login-page .required {
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 12px;
    color: #aaa;
}

.login_retry {
    color: red;
}

/* My Interflora Styles */
.mi-dashboard {}

.mi-side {
    float: left;
    width: 20%;
    padding: 20px 0 50px;
    background: right repeat-y #eee;
}

/* Simplified background */
.mi-main {
    float: right;
    width: 80%;
    padding: 20px 0px 30px 30px;
}

.mi-field {
    margin-bottom: 15px;
    position: relative;
    clear: both;
    overflow: hidden;
}

.mi-field input[type=text],
.mi-field input[type=email],
.mi-field input[type=password] {
    width: 300px;
    padding: 5px;
    border: 1px solid #ccc;
}

.mi-field label {
    float: left;
    width: 180px;
    font-weight: bold;
}

/* Join Interflora Benefits */
.join-interflora {
    text-align: center;
    z-index: 2;
    margin-top: 20px;
}

.join-interflora h2 {
    font-size: 46px;
    font-weight: 300;
}

ul.benefits {
    width: 480px;
    margin: 20px auto;
    text-align: left;
    font-size: 14px;
    list-style: none;
    padding: 0;
}

ul.benefits li {
    padding: 5px 0;
}

ul.benefits li i {
    color: #429338;
    margin-right: 10px;
}

/* Checkouts / Login Specifics from base.css */
.co-side {
    float: left;
    width: 35%;
    padding: 15px;
}

.co-main {
    float: right;
    width: 65%;
    padding: 15px;
}

.co-login {
    position: relative;
    margin-bottom: 20px;
}

.co-login form,
.co-login p {
    margin: 0;
}

.co-login-field {
    width: 33%;
    float: left;
    padding: 3px 6px 3px 0;
}

.co-login-field .lp-login {
    margin-top: 20px;
    background: #429338;
    color: white;
    border: none;
    padding: 8px 15px;
    cursor: pointer;
    font-weight: bold;
}

.co-login-field label {
    font-size: 12px;
    color: #429338;
    display: block;
    margin-bottom: 3px;
}

.co-login-field input {
    width: 90%;
    padding: 5px;
    border: 1px solid #ccc;
}

.new_cus {
    text-align: center;
    padding-top: 20px;
}

.new_cus h3 {
    color: #429338;
    margin-bottom: 20px;
}

.reg_option_radio a {
    display: inline-block;
    padding: 10px 20px;
    background: #429338;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
}

.reg_option_radio a:hover {
    background: #36842d;
}

/* Forgot Password specific */
#pass-reset {
    margin-top: 20px;
}

#pass-reset .mi-content p {
    margin-bottom: 20px;
    max-width: 600px;
}

.submitButton {
    background: #429338;
    color: white;
    border: none;
    padding: 8px 15px;
    cursor: pointer;
    font-weight: bold;
}

/* Clearfix */
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.clear {
    clear: both;
}

/* Article Crumbs (if not already in style.css or menus.css) */
.article-crumbs {
    margin: 10px 0 15px;
}

.article-crumbs ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.article-crumbs ul li {
    float: left;
    padding-right: 5px;
    font-size: 11px;
    text-transform: uppercase;
    color: #888;
}

.article-crumbs ul li:before {
    content: '/ ';
    padding-right: 5px;
    color: #ddd;
}

.article-crumbs ul li:first-child:before {
    content: '';
}

.article-crumbs ul li a {
    color: #429338;
    text-decoration: none;
}