﻿.social-btn {
    width: 50%;
    float: left;
}

.modal-header1 {
    margin-top: 1em;
    margin-bottom: 2em;
    border-bottom: none !important;
}

.register-area {
    background: white;
    padding: 1em;
}

.Email-Address {
    width: 100px;
    font-family: Nunito;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #454545;
}

.text-align-left {
    text-align: left !important;
}

.modal-body {
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
    /*padding: 0px !important;
                        background: #1b7ba2 !important;*/
}

div[data-login] .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #333133;
    font-weight: bold;
    cursor: default;
    background-color: #fff;
    border-bottom: 1px solid !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom-color: black;
}

div[data-login] .nav-tabs > li {
    font-size: 11.5px !important;
    /*font-size: 11.5px !important;   ===Commented by atul baluni for ‘Provider Registration’ text to be changed to ‘Service Provider Registration’    */
}

div[data-login] .nav-tabs {
    border-bottom: none !important;
}

.facebook {
    width: 188px;
    height: 32px;
    border-radius: 4px;
    /*background-color: #3a5998;*/
}

.Wekcome-to-Petofy-Please-login-to-your-account {
    width: 238px;
    height: 35px;
    font-family: Nunito;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #100f0f;
}

.btn-submit {
    width: 110px !important;
    height: 35px !important;
    font-size: 16px !important;
}

.btn-cancel {
    width: 110px;
    height: 35px;
    border-radius: 4px;
    /*box-shadow: 0px 1px 2px 0 rgba(34, 34, 34, 0.45), 0px 1px 6px 0 rgba(34, 34, 34, 0.3);*/
    border: solid 1px #217aa1;
    font-size: 16px;
}

.or-padding {
    padding: 0.5em;
    text-align:center;
}

.forgot-guest {
    margin-top: 1.5em;
}

.guest-forgot {
    cursor: pointer;
    font-size: 16px;
}

.login-submit {
    margin-top: 1em;
    text-align: left;
    padding-left:0px !important;
}

.login-cancel {
    margin-top: 1em;
    text-align: left;
    padding-left: 4em !important;
}


.mar-top-0_5 {
    margin-top: 0.5em;
}

.save-register {
    margin-top: 1em;
    text-align: left;
    padding-left:4% !important;
}
.save-cancel {
    margin-top: 1em;
    text-align: left;
    padding-left: 4em !important;
}

.provider-register {
    margin-top: 1em;
    text-align: left;
    padding-left: 0% !important;
}

.provider-cancel {
    margin-top: 1em;
    text-align: left;
    padding-left: 7em !important;
}

.message-info {
    padding: 1em;
    color: green;
}

.image-a {
    height: 510px;
    width: 425px;
    object-fit: cover;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}


.server-error {
    display: block;
    color: red;
    padding-left: .5em;
    text-align: left
}

.form-group {
    margin-bottom: 5px !important
}

.text-danger {
    color: red !important
}

.error {
    color: red !important;
    font-weight: normal !important;
    text-align: left
}

.modal-backdrop {
    position: relative !important
}

.nav-tabs {
    margin-bottom: 15px
}

.sign-with {
    margin-top: 25px;
    padding: 20px
}

div#OR {
    height: 30px;
    width: 30px;
    border: 1px solid #c2c2c2;
    border-radius: 50%;
    font-weight: bold;
    line-height: 28px;
    text-align: center;
    font-size: 12px;
    float: right;
    position: absolute;
    right: -16px;
    top: 40%;
    z-index: 1;
    background: #dfdfdf
}
.save-register-guest {
    text-align: right;
    margin-top: 1em;
}
.form-control-login {
    background-clip: content-box;
    display: block;
    width: 89%;
    height: 25px;
    /*padding: 6px 12px;*/
    font-size: 16px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border-bottom: 1px solid #000000;
    border-top: none;
    border-left: none;
    border-right: none;
    font-weight: bold;
}

.save-register-guest {
    text-align: right;
    margin-top: 1em;
}

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0,0,0,0.2);
}

.btn-gmail {
    color: #fff;
    background-color: #dd4b39;
    border-color: rgba(0,0,0,0.2);
}

.btn-social {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #3a5998;
}

    .btn-social:hover {
        color: #eee;
    }

    .btn-social :first-child {
        background-color: #162a51;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 40px;
        padding: 7px;
        font-size: 1.4em;
        text-align: center;
        border-right: 1px solid rgba(0,0,0,0.2);
    }

.btn-social-g {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #f44235;
}

    .btn-social-g:hover {
        color: #eee;
    }

    .btn-social-g :first-child {
        background-color: #c52d23;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 40px;
        padding: 7px;
        font-size: 1.3em;
        text-align: center;
        border-right: 1px solid rgba(0,0,0,0.2);
    }

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .social-btn {
        width: 100%;
        float: left;
    }
    .facebook {
        width: 100%;
        height: 32px;
        border-radius: 4px;
        /*background-color: #3a5998;*/
    }
    .save-register-guest {
        text-align: center;
        margin-top: 1em;
    }
    .save-register {
        text-align: center;
        margin-top: 1em;
        padding-left: 0% !important;
    }
    .login-cancel {
        margin-top: 1em;
         text-align: center; 
         padding-left: 0em !important; 
    }
    .login-submit {
        margin-top: 1em;
         text-align: center; 
        padding-left: 0px !important;
    }

    .provider-register {
        margin-top: 1em;
        text-align: center;
        padding-left: 0% !important;
    }

    .provider-cancel {
        margin-top: 1em;
        text-align: center;
        padding-left: 0em !important;
    }
}



/* Small devices (portrait tablets and large phones, 600px and up) */
@media screen and (min-width: 768px) and (max-width: 980px) {
 
    .social-btn {
        width: 100%;
        float: left;
    }

    .facebook {
        width: 100%;
        height: 32px;
        border-radius: 4px;
        /*background-color: #3a5998;*/
    }

    .save-register-guest {
        text-align: center;
        margin-top: 1em;
    }

    .save-register {
        text-align: center;
        margin-top: 1em;
        padding-left: 0% !important;
    }

    .login-cancel {
        margin-top: 1em;
        text-align: center;
        padding-left: 0em !important;
    }

    .login-submit {
        margin-top: 1em;
        text-align: center;
        padding-left: 0px !important;
    }

    .provider-register {
        margin-top: 1em;
        text-align: center;
        padding-left: 0% !important;
    }

    .provider-cancel {
        margin-top: 1em;
        text-align: center;
        padding-left: 0em !important;
    }

    .image-a {
        height: 510px;
        width: 425px;
        object-fit: cover;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        display: none !important;
    }
    .col-sm-6 {
        width: 100%!important;
    }
}

