.bg_image{
    /* background: linear-gradient(to left, #cfcab5 , #eaeaea ); */
    background: #d8d8d8;
    width: 100%;
    padding: 40px 5px;
}

/* @import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Grey+Qo&family=Qwitcher+Grypen:wght@400;700&display=swap'); */

/* @import url('https://fonts.googleapis.com/css2?family=Playwrite+AT:ital,wght@0,100..400;1,100..400&display=swap'); */

/* @import url('https://fonts.googleapis.com/css2?family=Parisienne&family=Playwrite+AT:ital,wght@0,100..400;1,100..400&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&family=Parisienne&family=Playwrite+AT:ital,wght@0,100..400;1,100..400&display=swap');

.parent{
    display: flex;
    justify-content: center;
    align-items: center;
}
.img_side p{
    font-family: "Great Vibes", cursive;
    font-size: 70px;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    text-shadow: 5px 5px 15px black;
}

.form_part{
    background: #f8f9fa;
    margin: 30px 20px;
    border-radius: 20px;
    box-shadow: 2px 2px 5px 5px  #d0d0d0;
    padding: 30px 30px;
}
.form_part p{
    text-align: justify;
}
.form_part h2{
    font-size: 30px;
    margin-bottom: 15px;
}

.login_link_btn a{
    display: inline-block;
    padding: 2px 20px;
    width: 100%;
    background: #ededed;
    border-radius: 10px;
    box-shadow: 1px 1px 3px 3px  #d0d0d0;
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
    color: #000;
    margin: 12px 0px;
    transition: all 0.4s;
    position: relative;
}
.login_link_btn a:hover{
    background: #dfdede;
}

.login_link_btn a i{
    position: absolute;
    top: 7px; 
    right: 10px;
}
.footer_part{
    background: #cfcab5;
    width: 100%;
}

.footer_part .footer_first p {
    font-size: 16px;
}
.footer_part .footer_first p a{
    text-decoration: none;
    font-size: 18px;
    color: #000;
    font-weight: 600;

}
.footer_second p a{
    text-decoration: none;
    color: black;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.45s;
}
.footer_second p a:hover{
    text-decoration: none;
}

