﻿
div.MemberLoginPage
{
	margin:20px auto 50px auto;
	max-width:400px;
	background: white 0 0 no-repeat;
	box-shadow: 0px 0px 12px #4b4b4b;
	border: 1px solid transparent;
	box-sizing: border-box;
}
.form-content
{
    padding:20px;
}
.form-break
{
    margin:15px 0 10px 0;
    border-bottom:1px solid gray;
    position:relative;
    height:10px;
}
.label-Checkbox
{
    font-size:14px;
}
.form-break span
{
    background-color:white;
    padding:0 15px 0 15px;
    position: relative;
    top: 1px;

}
.Register a , .Forgot a, .MemberLoginPage .btn
{
    transition:0.35s ease-in-out;
}
.fa-facebook-round
{
    height:30px;
    display: inline-block;
    vertical-align:baseline;
}
.fa-facebook-round:before {
  content: "\f09a";
  background-color:White;
  border-radius:20%;
  padding:0 10px 0 10px;
  
  height:30px;
  color:#337ab7;
  margin-right:5px;
  margin-left:5px;
  
  display: inline-block;
  font: normal normal normal 16px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  
  line-height:30px;
}
.membership-row section
{
    padding-bottom:15px;
}
.membership-row a:hover
{
    text-decoration:none;
}
.membership-row a span
{
    display:block;
    color:White;
    padding-top:10px;
}

.membership-icon:before
{
    font-size:65px;
    text-align:center;
    color:White;
}
.member-link { 
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    text-align:center;
    padding-top:18px;
}
.bg-blueblack
{
    background-color:#415b6c;
}
.bg-red
{
    background-color:#e84c3d;
}
.bg-gray
{
    background-color:#b1b1b3;
}
.bg-blue
{
    background-color:#337ab7;
}
.bg-purple
{
    background-color:#8d44ad;
}
.bg-orange
{
    background-color:#f39c11;
}
.bg-greenblue
{
    background-color:#1dd2af;
}
.bg-green
{
    background-color:#2cac61;
}
.bg-darkorange
{
    background-color:#d25400;
}

.fa-pencil:before {
  content: "\f040";
}
.fa-lock:before {
  content: "\f023";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-dollar:before {
  content: "\f155";
}
.fa-pencil-square-o:before {
  content: "\f044";
}
/*********************** regsiter page *****************************/
.regsiter-page
{
    margin:20px auto 50px auto;
	max-width:500px;
	background: white 0 0 no-repeat;
	box-shadow: 0px 0px 12px #4b4b4b;
	border: 1px solid transparent;
	box-sizing: border-box;
}
.text-message
{
    padding:6px 10px 6px 10px;
    border:1px solid #ededed;
    font-size:12px;
}
.g-recaptcha > div {
	margin-left: auto;
	margin-right: auto;
}
/********** banner page ****************/
.organizationBanner-form-page .dropzone .dz-preview .dz-image img {
  max-width: 100%;
}
.organizationBanner-form-page .dropzone .dz-preview {
  width: 220px;
}
.organizationBanner-form-page .dropzone .dz-preview .dz-image {
  width: 220px;
  height: 100px;
}
/*********************************************************************/
@media (min-width: 768px) 
{
    .member-link { height: 140px; }
}

@media (min-width: 480px) and (max-width: 767px) 
{
    .fb-login { font-size:14px;}
    .member-link { height: 140px; }
}
@media (max-width: 479px) 
{
    .fb-login { font-size:14px; }
    .member-link { height: 110px; }
    .membership-icon::before
    {
        font-size: 55px;
    }
    .membership-row a span
    {
        font-size:13px;
        padding-top:0;
    }
}
