input,select{
   /* padding: 20px;*/
    width: 60%;
    background: transparent;
    border: 0;
    border-bottom: 2px solid #ddd;
   /* font-family: 'Amatic SC', cursive;*/
      margin: 10px 0px;
    font-size: 18px;
    font-weight: 700;
  /*  background-image: url(https://demo.themefuse.com/kindergarten-wordpress-theme/wp-content/uploads/2016/07/contact-input-border.png) !important;
    background-repeat: no-repeat !important;
    background-position: bottom center !important;
    background-size: 100% !important;*/
        padding-bottom: 5px;
}


textarea{
   width: 60%; 
   background: transparent;
   /*font-family: 'Amatic SC', cursive;*/
   margin: 10px 0px;
   font-size: 18px;
   font-weight: 700;
   border: 2px solid #ddd;
    height: 150px;
   /* background-image: url(https://demo.themefuse.com/kindergarten-wordpress-theme/wp-content/uploads/2016/07/message-background.png) !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
    background-size: 100% 102% !important;*/
        
    
}
input:focus{
    outline: none;
}
select{
    color: #00000094;
}
select:focus{
    outline: none;
}
textarea:focus{
    outline: none;
}
.flmy {
    background: #52529a;
}
.mkepy{
   width: 60%;
    margin: auto;
    background: #fff;
    box-shadow: 0 0 10px #ddd;
    padding: 10px;
}
.mkepy form{
    text-align:center;
}
.sbmt{
    width: 25%;
    border: 2px solid #f00;
    background: #f00;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 10px;
    border-radius: 30px;
    cursor:pointer;
}
.mkepy h2{
    text-align:center;
}

@media(max-width:800px){
    .mkepy{
   width: 80%;
    }
}
@media(max-width:600px){
    .mkepy{
   width: 80%;
    }
    input,select,textarea{
        width:90%;
    }
}