html {
    scroll-behavior: smooth;
}

body,
html {
    margin: 0;
    padding: 0;
    background-position: center;
    background-size: contain;
    background-image: url(https://techpar.in/bmge_aec13/bmge_aec/img/bg-component.png);
    font-family: 'Poppins', sans-serif !important;
    /* background: rgba(99, 194, 110, 0.1); */
}

* {
    box-sizing: border-box;
    border-radius: 10px;
}

.d-grid {
    display: grid;
}

.d-flex {
    display: flex;
    display: -webkit-flex;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

button,
input,
select {
    outline: none;
    font-family: 'Poppins', sans-serif;
}

button,
.btn,
select {
    cursor: pointer;
}

a {
    text-decoration: none;
}



ul {
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0
}

p {
    color: #666;
    font-size: 16px;
    line-height: 25px;
    opacity: .6;
}

.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
}

.p-fixed {
    position: fixed;
}

.p-sticky {
    position: sticky;
}



.btn:hover,
button:hover {
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}

/*-- form styling --*/
.w3l-mockup-form {
    /* background-image: url(.banner-component.png); */
    position: relative;
    margin-top: 25px;
    min-height: max-content;
    background-img: rgba(99, 194, 110, 0.1);
    padding: 0px 40px;
    margin-bottom: 25px;
}

.container {
    max-width: 890px;
    margin: 0 auto;
}



.content-wthree {
    flex-basis: 60%;
    -webkit-flex-basis: 100%;
    box-sizing: border-box;
    width: 850px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin: 0px auto;
    padding: 30px 2em;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    background: #fff;
    /* box-shadow: 2px 9px 49px -17px rgb(0 0 0 / 10%); */
    /* border-top-right-radius: 8px; */
    /* border-bottom-right-radius: 8px; */
}

.w3l-workinghny-form .logo {
    text-align: center;
}



.w3l-mockup-form form {
    /* margin-top: 30px; */
    margin-bottom: 30px;
    padding-top: 0px;
}

.w3l-mockup-form h1 {
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    color: #3b3663;
}


.w3l-mockup-form input {
    outline: none;
    margin-bottom: 15px;
    font-size: 14px;
    color: #999;
    text-align: left;
    padding: 10px 10px;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    border: none;
    border-radius: 3px;
    outline: none;
    background: transparent;
    border: 1px solid #e5e5e5;
    transition: 0.3s all ease;
}



.w3l-mockup-form button {
    font-size: 18px;
    color: #fff;
    width: 100%;
    background: #2258af;
    border: none;
    padding: 6px 15px;
    font-weight: 500;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
}

.w3l-mockup-form button:hover {
    background: #08b54a;
}

.alert {
    padding: 1rem;
    border-radius: 5px;
    color: white;
    margin: 1rem 0;
}

.alert-success {
    background-color: #42ba96;
}

.alert-danger {
    background-color: #fc5555;
}

.alert-info {
    background-color: #2E9AFE;
}

.alert-warning {
    background-color: #ff9966;
}
.header1 {
    /* width: 850px; */
    text-align: center;
    margin: 0px auto;
    background-color: #fff;
    border-radius: 0px;
    /* padding: 10px; */
}
.header1 img {
    width: 850px;
    border-radius: 0px;
    padding: 0px 0px;
    margin: 0px auto;
}
.footer{
   text-align: center !important;
}
.footer img {
    width: 650px;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
    color: #4b4b4b;
    font-size:14px;
}
.form-control {
    font-size: 15px !important;}
    
    a {
    color: #007bff;}
