﻿.social-login button {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.gmail img,
.fb img {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}


.login_screens .heading img {
    width: 37.44px;
}

.login_screens .create_account_btn{
    width:90%!important;
}
.login_screens .heading {
    font-size: 14px;
    font-weight: bold;
}

.login_screens .nav {
    position: static;
    justify-content: center;
}

.login_screens .nav-tabs .nav-link {
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0 !important;
    text-decoration: none;
    font-size: 14px;
    color: #a8a8a8 !important;
    font-weight: normal;
}


    .login_screens .nav-tabs .nav-link.active {
        border-bottom: 2px solid #000;
        color: #000 !important;
        font-weight: bold;
        background: #f1efef;
    }

.login_screens .nav-tabs {
    border-bottom: none;
}

.login_screens .input-group-text {
    font-size: 12px;
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #ced4da;
    border-radius: 0;
}

.login_screens .form-control {
    font-size: 16px;
    border-radius: 0;
    border-right: none;
}

.login_screens .phone_number {
    width: 78%;
    margin: auto;
}

.input-group-append .input-group-text {
    border-left: none !important;
}


.login_screens .mt {
    margin-top: 75px;
    /*border-top:1px solid gray;
    padding-top:20px;*/
}
.login_screens .mt a {
    color: #000 !important;
}

.login_screens .text-secondery {
    color: #979494;
}

.login_screens .col-4 {
    background: #fff;
    margin: auto;
    border-radius: 3px;
    max-width: 340px !important;
    /*height: 490px !important;*/
    height: 640px !important;
    box-shadow: 1px 1px 14px 6px #ccc;
}

.login_screens .pop-up a {
    text-decoration: underline;
    border-radius: 3px;
    font-weight: bold;
}

.login_screens .mb {
    margin-bottom: 100px;
}


.login_screens footer .nav {
    position: absolute;
    left: 30%;
    bottom: 0;
}

.login_screens .nav-link {
    font-size: 11px;
    color: #fff !important;
}

.login_screens button {
    width: 100%;
}

.login_screens button a {
    text-decoration: none !important;
    color: #fff !important;
}

.login_screens .next {
    margin-top: 5px;
}

.login_screens .next a {
    text-decoration: none !important;
    color: #000000 !important;
}


@media (min-width:320px) and (max-width:720px) {
    .login_screens button {
        width: 100%;
    }

    .login_screens .mt-5 {
        margin-top: 20px !important;
    }
}
