img {
    max-width: 100%;
 }
 
 .app {
    background-color: #fff;
    width: 450px;
    height: 760px;
    margin: 2em auto;
    border-radius: 10px;
    padding: 1em;
    position: relative;
    overflow: hidden;
    box-shadow: 0 6px 25px 0px rgb(0 0 0 / 60%);
 }
 
 a {
    text-decoration: none;
    color: #257aa6;
 }
 
 p {
    font-size: 13px;
    color: #333;
    line-height: 2;
 }
    .light {
       text-align: right;
       color: #fff;
    }
       .light a {
        font-size: 16px;
        color: #000;
       }
 
 .bg {
        width: 530px;
    height: 750px;
    background: #a2df48;
    position: absolute;
    top: -7em;
    left: -34px;
    right: 0;
    margin: auto;
    background-image: url(background.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    clip-path: ellipse(84% 44% at 53% 46%);
 }
 
 .bg1 {
    width: 530px;
    height: 400px;
    background: #a2df48;
    position: absolute;
    top: -7em;
    left: -34px;
    right: 0;
    margin: auto;
    background-image: url(background.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    clip-path: ellipse(84% 44% at 53% 46%);
}
 
 form {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    padding: 0 40px;
 }
 
 header {
     width: 220px;
     /*height: 240px;*/
     margin: 1em auto;
   }
 
 form input {
    width: 100%;
    padding: 9px 20px;
    margin: 0.7em auto;
    border-radius: 100px;
    border: none;
    background: rgb(255,255,255,0.3);
    font-family: 'Poppins', sans-serif;
    outline: none;
    color: #fff;
 }
 input::placeholder {
     color: #fff;
     font-size: 13px;
 }
 
 .inputs {
    /*margin-top: -11em;*/
 }
 
 footer {
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    padding: 2em;
    text-align: center;
 }

 .inputs a{
    cursor: pointer;
   width: 100%;
   border: none;
   background: transparent;
   display: block;
   text-align: end;
   margin-top: -2px;
 }
 
footer button {
   width: 87%;
   padding: 10px 16px;
   border-radius: 100px;
   border: none;
   background: #a2df48;
   font-family: 'Poppins', sans-serif;
   outline: none;
   color: #fff;
 }
 
 .sel{
     
    width: 100%;
    border: 1px solid #bde87d;
    border-radius: 3px;
    font-family: "Nunito Sans";
        background: #BEE97F;
    font-size: 15px;
    letter-spacing: .02rem;
    transition: .3s;
    text-transform: capitalize;
    color: #fff;
    outline: 0;
    padding: 0.85rem 1.1rem;
    margin: 0.7em auto;

 }
 .btnsubmit{
         width: 120px;
    font-size: 14px;
    margin-top: 20px;
    background: #a2df48;
    color: #fff;
    font-weight: 600;
    padding: 10px;
 }

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}
 
 @media screen and (max-width: 640px) {
       .app {
          width: 100%;
          height: 100vh;
          border-radius: 0;
       }
 
       .bg {
          top: -7em;
          width: 450px;
          height: 97vh !important;
       }
       header {
          width: 90%;
          height: 95px;
       }
       .inputs {
          margin: 0;
       }
       input, button {
          padding: 18px 15px;
       }
    }


.modal-header{
   background-color: #a2df48;
}


@media (min-width: 576px){
.modal-dialog {
    max-width: 450px;
    margin: 1.75rem auto;
}
}