@import url('https://fonts.googleapis.com/css?family=Poppins:400,700,900');

.dotbackgrounsectiontwo {
    background-image: url(../assets/images/about_us_section_two.webp);
    background-position: center;
    background-size: auto;
    background-repeat: repeat;
    padding: 4% 0;
}
.logoimg {
    width: 184px;
    height: auto;
}
.form-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 72vh;
}

.logo-container {
    text-align: center; /* Center-align text and image */
    margin-bottom: 20px;
}
.login-heading {
    font-family: 'poppins-bold', sans-serif !important;
    font-size: 40px;
    font-weight: 600;

}
.form-label {
    font-family: 'poppins-bold', sans-serif !important;
    font-size: 14px;

}
.login-button {
    background: linear-gradient(90deg, #004234 0%, #004234 35%, #00A884 100%);
    font-family: 'poppins-bold', sans-serif !important;
    color: white;
    font-size: 20px;
    font-weight: 600;
}
.login-button:hover{
    color: white;
}
.forogt-div a {
    color: #004234;
    text-decoration: none;
    font-family: 'poppins-bold', sans-serif !important;
    font-size: 14px;
}


body {
    background-image: url('https://vgenmedia.com/images/DotsBackground.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;

}