

.sign-pg{
    /* background-image: url('/storage/image/bg-banner1.jpg'); */
    /* background-size: cover; */
    height: 680px;
    background: #f2f6fc;
    

    .sign-fdiv{
        width: 400px;
        background: #ffffff;
        padding: 20px 20px;
        border-radius: 5px;
        margin: 50px auto;
        max-width: 95%;
        box-shadow: 0 0 1px 1px #00000020;

        form{

            .inp-dv{
                margin-bottom: 15px;

                label{
                    display: block;
                }

                input{
                    display: block;
                    width: 100%;
                    height: 36px;
                    padding-left: 5px;
                }

                button{
                    padding: 12px;
                    width: 100%;
                    background: #000000;
                    color: #ffffff;
                    border: none;
                    border-radius: 4px;
                }
            }

            .sign-p{

                a{color: #0066C0;  font-size: 18px;}
            }
        }

    }


}


.profile-pg{
    background-color: #f2f6fc;

    

    .profile-fdiv{
        width: 1000px;
        background: #ffffff;
        border-radius: 5px;
        margin: 50px auto;
        max-width: 95%;
        box-shadow: 0 0 1px 1px #00000020;

        h4{background: #21283208; border-bottom: 1px solid #c5ccd6;}

        form{
            padding: 20px 20px;


            .fd-flex{
                display: flex;
                justify-content: space-between;
                width: 100%;

                .inp-dv{ width: 45%;}

            }

            .inp-dv{
                margin-bottom: 15px;

                label{
                    display: block;
                }

                input{
                    display: block;
                    width: 100%;
                    height: 36px;
                    padding-left: 5px;
                    border: 1px solid #c5ccd6;
                }

                select{
                    display: block;
                    width: 100%;
                    height: 36px;
                    padding-left: 5px;
                    border: 1px solid #c5ccd6;
                }

                button{
                    padding: 12px;
                    width: 200px;
                    background: #000000;
                    color: #ffffff;
                    border: none;
                    border-radius: 4px;
                }
            }

        }
    }

    

}