
.myaccount,
.mycart {
    float: right;
    margin-left: 7px
}

.form_loginbox {
    border: none;
    border-radius: 3px;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);
    margin-top: 10px;
    padding: 20px 30px;
}
.form_loginbox label {
    margin-bottom: 5px;
}
.form_loginbox input[type="password"],
.form_loginbox input[type="text"] {
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
    color: #2c3e50;
    font-family: Montserrat, Roboto, "Futurastd book", sans-serif;
    font-size: 15px;
    font-weight: lighter;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
}


.form_loginbox input[type="password"]:focus,
.form_loginbox input[type="text"]:focus {
    border: 2px solid #23527c;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.form_loginbox input[type="submit"],
.signup_btn a {
    background: #fff;
    border: 2px solid #23527c;
    border-radius: 30px;
    color: #23527c;
    float: left;
    font-family: Montserrat, Roboto, "Futurastd book", sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.form_loginbox input[type="submit"]:hover,
.signup_btn a:hover {
    text-decoration: none;
    color: #fff;
    background: #23527c;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.forgotpass a {
    color: #999;
    font-style: italic;
}


/* MEMBERS DIRECTORY DETAIL */
#company_logo{
	display: inline-block; 
	max-height: 100px; 
	vertical-align: top; 
	margin-top: 3%
}
#company_title{
	display:inline-block; 
	padding: 0px 35px
}
#address_frame{
	display:inline-block;
}
h3{
	text-align: center; 
	color: #1cbbb4
}
hr{
	border: 1px solid #999; 
	margin-top: 10px;
}
#discount_sect img{
	max-width:100%; 
	height:auto; 
	border: 1px solid #ddd;
}
.body_p p{padding: 0px 5%}
p{
	font-size: 14px; 
	line-height: 125%;
}
@media only screen and (max-width: 767px){
	#company_logo{
		margin-top: 0px;
		margin-left: auto;
		margin-right: auto;
		display:block;
		max-width: 60%;
		height: auto;
	}
	.title_buffer{margin-top: -5px}
}

#address_frame {
	width: 100%;
}

/* MEMBERS LISTING DETAIL INC */
#cat_box1, #cat_box2 {width: 300px;}

/* MEMBERS LISTING INC */

.member_list_catheading{
	font-weight: bold;
	font-size: 1.4em;
	border: 1px solid black;
	background-color: #CCC;
	padding-left: 10px;
}

.member_list_box {
    padding: 1px 0 17px
}

.member_list_box h3 {
    margin: 0
}

/* MEMBERS INC */
#members_inc {
    float: right;
    padding-bottom: 8px;
    padding-right: 15px
}

#members_inc .awesome_icon {
    background: #37327d;
    border-radius: 15px;
    color: #fff!important;
    float: right;
    padding: 7px
}

#members_inc .awesome_icon:hover {
    background: #bbb
}




