﻿@charset "utf-8";

#dobMonth, #dobDay, #dobYear {
    width: 30%;
    margin-right: 1%;
    line-height: 40px;
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

.login-box .login-form input.login-submit {
    background: none;
}

.page-content {
    width: 100%;
}

.card-login-bottom {
    background-color: #ffffff;
    border: #e5e2e3 1px solid;
    float: left;
}

.header-section {
    font-weight: normal;
    font-size: 27px;
    padding-top: 40px;
    margin-top: 20px;
}

.section-hc {
    background-image: url("//resources.qlinkwireless.com/members/images/woman-calling.jpg");
    background-repeat: no-repeat;
    background-position: 80% 1px;
    padding-bottom: 62px;
}

@media only screen and (max-width: 619px) {
    .section-hc {
        background-image: none;
    }
}

.section-bottom {
    background-color: #f7f7f7;
    padding: 35px 0 35px 20px;
}

@media (max-width: 767px) {
    .title-sb {
        padding-bottom: 25px;
        font-weight: 400;
        display: block;
    }
}

.bcard-login {
    background-color: #ffffff;
    display: inline-block;
    vertical-align: top;
    width: 22%;
    border: #e5e2e3 1px solid;
    padding: 24px 30px;
    margin-right: 35px;
}
@media only screen and (max-width: 500px) {
    .bcard-login {
         margin-right: 0;
    }
    .section-bottom {
    padding: 35px 0;
}
}

    .bcard-login img {
        display: inline-block;
    }

.mb-large {
    margin-bottom: 37px;
    position: relative;
}

.bcard-login img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.bcard-login p {
    text-align: center;
}

.bcard-login a {
    color: #39a6ea;
    text-decoration: none;
}

.header-icons {
    font-size: 27px;
    color: #333333;
    font-weight: normal;
}

@media only screen and (min-width: 680px) and (max-width: 1133px) {

    .bcard-login {
        width: 89%;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 680px) and (max-width: 969px) {

    .bcard-login {
        width: 89%;
        margin-bottom: 20px;
    }
}

@media only screen (max-width: 750px) {

    .bcard-login {

        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 120px) and (max-width: 680px) {
    .login-form.members {
        min-height: 20em;
    }

    .hidden-xxs{
        display:none;
    }

        .login-form.members.B {
            min-height: 32.45em;
        }

    .login-signup {
        display: none;
    }

    .bcard-login {
        width: 60% !important;
        text-align: left !important;
        padding-left: 70px;
        line-height: 10px;
        margin-bottom: 20px;
        display:block;
        margin-left:auto;
        margin-right:auto;
    }

        .bcard-login img {
            display: none;
        }

        .bcard-login p {
            text-align: left;
        }

    .bcard-one {
        background-image: url("//resources.qlinkwireless.com/members/images/icon_blue_phone.jpg");
        background-repeat: no-repeat;
        background-position: center left 10px;
    }

    .bcard-two {
        background-image: url("//resources.qlinkwireless.com/members/images/icon_blue_mail.jpg");
        background-repeat: no-repeat;
        background-position: center left 10px;
    }

    .bcard-three {
        background-image: url("//resources.qlinkwireless.com/members/images/icon_blue_chat.jpg");
        background-repeat: no-repeat;
        background-position: center left 10px;
    }
}

@media (min-width:680px) {
    .hidden-desktop {
        display: none;
    }
}

@media only screen and (max-width: 680px) {
    .hidden-mobile {
        display: none;
    }

    .login-form.members {
        min-height: none;
    }
}

@media only screen and (min-width: 680px) and (max-width:854px) {
    .login-form.members {
        min-height: 25.51em;
    }
    .login-form.members.B{
        min-height: 30em;
    }
}



