*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    background-color: rgb(255, 255, 255);
    /* background-color: #bfe5ef !important; */
    /* background-image: url('../img/form-bg5.jpg'); */
    max-width: 100vw;
}
/* header{
    background-color: white;
   }
footer img{
  background-color: inherit;
 }
 footer{
    background-color: white;
   }
header img{
  background-color: inherit;
 } */
 .myheader{
    background-color: white;
    width: 100%;
    margin: 0;
}
.myfooter{
    background-color: white;
    width: 100%;
    margin: 0;
    max-width: 100vw;
}

.banner{
    min-width: 350px;
    width: 50%;
}
.banner img{
   /* padding: 15px;
   background-color: white;
   border-radius: 10px;
    -webkit-box-shadow: 0px 0px 24px -5px rgba(0,0,0,0.7);
    -moz-box-shadow: 0px 0px 24px -5px rgba(0,0,0,0.7);
    box-shadow: 0px 0px 24px -5px rgba(0,0,0,0.7); */
}
.form-main{
    width: 35%;
}
form{
    width: 100%;
}
.main-sec{
    width: 100%;
    max-width: 420px;
    min-width: 330px;
    color: #11ee3a;
   /* background-color: rgba(255, 255, 255, 0); */
}
.login-form{
    border-bottom: 2px solid white;
}

 input[type=submit] {
    background-color: #11ee3a;
    border: none;
    color: white;
    padding: 6px 20px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
    font-weight: 700;
  }

  input[type=text], input[type=email]  {
   
  }
  @media only screen and (max-width: 991px){
    .banner{
        width: 75%;
    }
}
@media only screen and (max-width: 767px){
    .banner{
        width: 86%;
    }
    .form-main{
        width: 75%;
    }
    /* header img{
        width: 25%;
    } */
    /* footer img{
        width: 40%;
    } */
    .main-sec{
        width: 70%;
        max-width: 420px;
    }

}
@media only screen and (max-width: 650px){
    .banner{
        width: 100%;
    }
    .form-main{
        width: 100%;
    }
    header img{
        /* width: 35%; */
        width: 100px;
    }
    footer img{
        /* width: 60%; */
    }
    form{
       
    }
    input[type=text], input[type=email], input[type=number], select{
        font-size: small;
    }
 
}
@media only screen and (max-width: 576px){
    .form-main{
        display: flex;
        justify-content: center;
        align-items: center;
    }
  
}
.notification{
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
}