﻿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 'Font Awesome 5 Brands';
    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 {
    display: block;
    overflow: hidden;
    line-height: 55px;
}

.membership-icon:before {
    font-size: 35px;
    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;
}
.bg-silver {
    background-color: #868686;
}
.fa-pencil:before {
    content: "\f303";
}

.fa-user:before {
    content: "\f007";
}

.fa-lock:before {
    content: "\f023";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-share:before {
    content: "\f064";
}

.fa-shopping-basket:before {
    content: "\f291";
}

.fa-envelope-o:before {
    content: "\f0e0";
}

.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";
}

.fa-truck:before {
    content: "\f0d1";
}

/*********************** 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: 110px;
}

/******************** Enhanced Login / welcome ***********************/
.MemberWelcomeBox>a,
.MemberWelcomeBox.dropdown {
    float: left;
    display: block;
    font-size: 13px;
    line-height: 50px;

}

.MemberWelcomeBox>button.Hello {
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: 0;
    transition: 0.3s ease-in-out;

    float: left;
    display: block;
    font-size: 13px;
    line-height: 50px;
}

.MemberWelcomeBox>button.Hello i {
    color: white;
    display: inline-block !important;
    margin-left: 5px;
    margin-right: 5px;
    transition: 0.3s ease-in-out;
}

.MemberWelcomeBox>button.Hello:hover,
.MemberWelcomeBox>button.Hello:focus,
.MemberWelcomeBox>button.Hello:hover i,
.MemberWelcomeBox>button.Hello:focus i {
    color: #2cd1e4;
}

.MemberWelcomeBox .fa-caret-down {
    color: white;
    display: inline-block;
}

.MemberWelcomeBox .dropdown-menu {
    z-index: 10000;
}

.MemberWelcomeBox .Hello img {
    height: 21px;
    width: 21px;
    border-radius: 50%;
    margin-right: 5px;
    margin-left: 5px;

}

.register-title {
    border-radius: 10px 10px 0 0;
    color: #7761df;
    display: block;
    margin: 0;
    line-height: 1.2;
    font-size: 16px;
    font-weight: 500;
    font-family: Poppins;
    padding: 18px 14px;
    text-align: left;
    position: relative;
}

.UserNotes .alert.alert-danger {
    display: block;
}

/*********************************************************************/
@media (min-width: 768px) {
    .member-link {
        height: 140px;
    }

    .MemberWelcomeBox .dropdown-menu {
        position: relative;
        display: inline-block;
        background-color: transparent;

        min-width: 0;
        padding: 0;
        margin: 0;
        box-shadow: none;
        border-radius: 0;
        border: 0;
    }

    .MemberWelcomeBox>a.Hello {
        margin-right: 20px;
    }

    .MemberWelcomeBox .dropdown-menu li {
        font-size: 13px;
        vertical-align: top;
        margin-right: 20px;
        margin-bottom: 0;
        display: inline-block;
        color: #ffffff;
    }

    .MemberWelcomeBox .dropdown-menu li a {
        background-color: transparent;
        padding: 0;
        line-height: 50px;

    }

    .MemberWelcomeBox .dropdown-menu li a span,
    .MemberWelcomeBox .dropdown-menu li a i {
        color: #ffffff;
        transition: 0.3s ease-in-out;

    }

    .MemberWelcomeBox .dropdown-menu li a:hover span,
    .MemberWelcomeBox .dropdown-menu li a:hover i {
        color: #2cd1e4;
    }
}

@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: 30px;
    }

    .membership-row a span {
        font-size: 13px;
        padding-top: 0;
    }
}