body{
    position: relative;
}
.logo{
    position: absolute;
    top: 46px;
    right: 67px;
}
.hero_section{
    background-image: url(../assets/images/Group\ 1.png);
    height: 100vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    display: flex;
    align-items: center;
}
.hero_section h1{
    font-weight: 500;
    font-size: 48px;
    color: #FFFFFF;
    text-align: center;
    
}
.hero_section .form{
    margin-top: 82px; 
    text-align: center;
}

.hero_section .form label{
    font-weight: 600;
    font-size: 20px;
    color: #E1F0DD;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none;
}
.hero_section .form .form_data{
    max-width: 383px;
    margin: auto;
    text-align: start;
}
.hero_section .form button{
    border: 1.95776px solid #53575B;
    padding: 20px 98px;
    margin-top: 106px;
    width: max-content;
}
.hero_section .form_data .f_siblings{
    margin-bottom: 31px !important;   
}
.hero_section .form_data input{
    border: 1px solid rgba(245, 245, 245, 0.5);
    background-color: transparent !important;
    color: white;
}


@media (max-width: 991px){
    .logo{
        top: 40px;
        right: 40px;
    }
    .logo img{
        width: 350px;

    }
}

@media (max-width: 767px){
    .logo{
        top: 20px;
        right: 5px;
    }
    .logo img{
        width: 250px;

    }
}
@media (max-width: 565px){
    .hero_section{
        background-image: url(../assets/images/Polygon\ 1.png);
        height: 100vh;
        background-position: end center !important;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .hero_section h1{
        font-weight: 500;
        font-size: 20px;
        line-height: 22px;
    }
    .hero_section .form{
        margin-top: 44px;
    }
    .hero_section .form label{
        font-weight: 500;
        font-size: 12px;
        line-height: 11px;
    }
    .hero_section .form button{
        margin-top: 25px;   
        font-weight: 700;
        font-size: 15px;
        line-height: 12px;
        padding: 12px 40px;
    }
    .hero_section .form_data input{
        max-width: 350px;
    }
    .logo img{
        width: 150px;

    }

}










