.des{
    height:auto;
    border:1px solid #e82583 !important;
    
}
.headings{
    height: 50px;
    width: 100%;
    padding: 10px;
    background-color:#e82583;
   
}
.headings h4 {
  color:#fff !important;  
}
.forms{
    padding:20px;
}
.lable{
    margin-top:30px;
}
.ina{
    height:40px;
    width:100% !important;
    border:1px solid #ddd;
    padding:8px;
    outline:none !important;
}
.in{
    height:40px;
    width:100% !important;
    border:1px solid #ddd;
    padding:12px;
    outline:none !important;
}
.my-btn{
    height:auto;
    width:20%;
    background-color:#e82583;
    color:#FFF !important;
    padding:8px;
    margin-top:10px;
}
.my-btn:hover{
    height:auto !important;
    width:20% !important;
    background-color:#e82583 !important;
    color:#FFF !important;
    padding:8px !important;
    margin-top:10px !important;
}