.login-main-body {
    font-family: 'Montserrat', sans-serif;
}

/* Top Bar */
.top-bar {
    background: #2e7d32;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

/* Header */


.search-box {
    width: 250px;
    border-radius: 50px;
    background: #eaeaea;

}

/* Content */
.account-box {
    margin-top: 120px;
    margin-bottom: 100px;
    max-width: 1100px;
}

.tex-muted {
    color: #6f6f6f;

}

.right-box input {
    height: 45px;
}

.login-button,
.login-button:hover,
.login-button:focus {
    width: 50%;
    background: #000;
    color: #fff;
    border-radius: 5px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 18px;
    font-weight: 600;
}

/* Footer */
.footer {
    background: #2e7d32;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    margin-top: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
}

/* Bottom Nav */
.bottom-nav {
    border-top: 1px solid #ddd;
    padding: 10px 0;
    text-align: center;
}

.bottom-nav div {
    font-size: 12px;
}

.bottom-footer-nav {
    margin-bottom: 105px
}

.bottom-footer-nav .nav-item , .bottom-footer-nav .nav-item a {
    color: rgb(111, 111, 111);
    font-size: 16px;
    text-decoration: none;
}

.bottom-footer-nav .nav-item:hover, .bottom-footer-nav .nav-item a:hover {
    color: rgb(17, 80, 128);

}

.footer-p-hover:hover {
    text-decoration: underline;
}

.divider {
    border-top: 1px solid #ddd;
    margin: 20px 0;
}

.search-input {
    border-radius: 25px;
    background: #eaeaea;
    height: 30px;
}

.guest-account:hover{
color: rgb(26, 122, 196);
}

.account-section-navbar a:hover{
 color: rgb(17, 80, 128);
}

.iconbox a {
    color: #000000;
}
.iconbox a:hover{
color: #8d8d8d;
}

 .login-button:hover {
     background-color: rgb(63, 63, 63);
 }

.footer-p-hover {font-size: 14px;
 margin-bottom:0px;
 color: hsla(210, 8.333333333333332%, 14.117647058823529%, 1);

}

.custom-success-alert {
    border: 0 none;
    border-radius: 8px;
    box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.2);
    background-color: #f9f9f9;
    color: #191919;
    padding: 16px 20px;
    font-size: 16px;
}



@media screen and (max-width: 820px) {

    .top-bar{
        padding-left: 46px;
        padding-right: 46px;
    }

    .main-header .container{
        padding-left: 15px !important;
        padding-right: 15px !important;
        border-bottom: 0px !important;
    }

    .guest-icon{
        display: none;
    }

    .account-box{
            margin-top: 70px;
            padding-left: 15px !important;
            padding-right: 15px !important;
            margin-bottom: 70px;
    }

        .login-button,
        .login-button:hover,
        .login-button:focus{
        width: 100% ;
    }

    .bottom-footer-nav{
        margin-bottom: 70px;
        }

    .search-box{
        width: 180px !important;
        }


}

