
@charset "utf-8";
/* CSS Document */

body.modal-open {
    overflow-y: auto !important;
    padding-right: 0 !important;

}


#popup_title {
    font-size: 20px;
    font-family: Roboto;
    font-weight: bold;
    color: #4B515F;
    text-align: center;
    width: 85%;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 40px;

}

#popup_title2 {
    text-align: center;
    margin-top: 38px;
    width: 100%;
}

#popup_content {
    width: 600px;
    height: 600px;
    background: #F6FAFD;
    border-radius: 10px;
    background: url("https://pawfitshop.s3.eu-west-2.amazonaws.com/about/dog.png") no-repeat;
    background-size: 100px 100px;
    background-size: 57%;
    background-position: bottom;
    margin: auto;
    background-color: #F6FAFD;
    position: relative;
    right: 0%;
    top: 50%;
}

#popup_text2 {
    text-align: center;
}

#popup_sign_btn {
    width: 170px;
    height: 45px;
    background: #F7941D;
    border-radius: 10px;
    border: none #F7941D;
    position: relative;
    color: white;
    font-size: 20px;
}

.mark {
    position: relative;
    display: none;
    background-color: #F6FAFD !important;
    border: #FFFFFF;
    top: 5px;
    left: 30px;
    width: 400px;
}


.mark1 {
    position: relative;
    display: none;
    background-color: #F6FAFD !important;
    border: #FFFFFF;
    top: 5px;
    left: 30px;
    width: 400px;

}

.mark2 {
    position: relative;
    display: none;
    background-color: #F6FAFD !important;
    border: #FFFFFF;
    top: 5px;
    left: 30px;
    width: 400px;

}

@media screen and (max-width: 330px) {


    #phone_popup_content {
        width: 300px;
        height: 550px;
        background: #F6FAFD;
        box-shadow: 0px 1px 6px 2px rgba(10, 10, 10, 0.19);
        border-radius: 4px;
        margin: auto;
        background-color: #F6FAFD;
        position: absolute;
        top: 4px;
        left: 0;
        right: 0;
        bottom: 0;
    }


    #phone_popup_title {
        font-family: Roboto;
        font-weight: bold;
        color: #FF8B00;
        text-align: center;
        background-color: #F6FAFD;
    }

    #phone_sign_text {
        height: 18px;
        font-size: 15px;
        font-family: Roboto;
        font-weight: 500;
        color: #FFFFFF;
        text-align: center;
    }


    .yourEmailP {
        width: 250px;
        height: 35px;
    }

    #phone_popup_sign{
        height: 34px!important;
        top: 343px!important;

    }

}

@media screen and (min-width: 330px) {

    #phone_popup_content {
        width: 330px;
        height: 550px;
        background: #F6FAFD;
        box-shadow: 0px 1px 6px 2px rgba(10, 10, 10, 0.19);
        border-radius: 4px;
        margin: auto;
        background-color: #F6FAFD;
        position: absolute;
        top: -9px;
        left: 0;
        right: 0;
        bottom: 0;
    }

    #phone_popup_content2 {
        width: 330px;
        height: 365px;
        background: #F6FAFD;
        box-shadow: 0px 1px 6px 2px rgba(10, 10, 10, 0.19);
        border-radius: 4px;
        margin: auto;
        background-color: #F6FAFD;
        position: absolute;
        top: 10px;
        left: 0;
        right: 0;
        bottom: 0;
    }


    #phone_popup_title {
        font-family: Roboto;
        font-weight: bold;
        text-align: center;
        background-color: #F6FAFD;
    }

    #phone_popup_title2 {
        width: 281px;
        height: 20px;
        font-size: 25px;
        font-family: Roboto;
        font-weight: bold;
        color: #FF8B00;
        text-align: center;
        margin-top: 9px;
        margin-left: -14px;
        background-color: #F6FAFD;
    }


    #phone_popup_text {
        width: 244px;
        height: 52px;
        font-size: 14px;
        font-family: Roboto;
        font-weight: 400;
        color: #3D4250;
        line-height: 18px;
        text-align: center;
        margin-top: 13px;
        margin-left: 3px;
    }

    #phone_popup_text2 {
        width: 255px;
        height: 52px;
        font-size: 14px;
        font-family: Roboto;
        font-weight: 400;
        color: #3D4250;
        line-height: 18px;
        text-align: center;
        margin-top: 42px;
        margin-left: 2px;
    }

    #phone_sign_text {
        height: 20px;
        font-size: 17px;
        font-family: Roboto;
        font-weight: 500;
        color: #FFFFFF;
        text-align: center;
    }

    #phone_popup_sign_btn {
        width: 179px;
        height: 41px;
        background: #F7941D;
        border-radius: 13px;
        border-color: #F7941D;
        margin-top: -16px;
        margin-left: 23%;
        border: none;
    }

    #phone_dog {
        width: 328px;
        height: 150px;
        /*margin-top: -77px;*/
        background: url("https://pawfitshop.s3.eu-west-2.amazonaws.com/about/dog.png") no-repeat center center;
        background-size: 80%;
        background-position: bottom;
        position: relative;
        right: 0%;
        top: 16.6%;
    }

    #phone_dog2 {
        width: 328px;
        height: 236px;
        margin-top: 16px;
        background: url("https://pawfitshop.s3.eu-west-2.amazonaws.com/about/dog.png") no-repeat center center;
        background-size: 100%;
        background-position: bottom;
        position: relative;
        right: 0%;
        /*top: 50%;*/
    }

    .firstNameP {
        width: 280px;
        height: 40px;
    }

    .lastNameP {
        width: 280px;
        height: 40px;

    }

    .yourEmailP {
        width: 250px;
        height: 40px;
    }
}

.input-a input {
    border-style: none;
}

.modal-content {
    background-color: #F6FAFD;
}

.form {
    text-align: center;
    font-size: 16px;

}

.firstName {
    width: 256px;
    height: 42px;
}

.lastName {
    width: 256px;
    height: 42px;
    position: relative;
    left: 20px;
}

.yourEmail {
    position: relative;
    /*top: 25px;*/
    width: 534px;
    height: 42px;
}

.input-a input {

    padding-left: 20px; /*set input type*/
}

input::placeholder {
    color: #9d9fa4;
}
