body{
    background-image: linear-gradient(to right, #b8cbb8 0%, #b8cbb8 0%, #b465da 0%, #cf6cc9 33%, #ee609c 66%, #ee609c 100%);
 
}
.col-md-6{
    margin-top: 150px !important;
    background-image: linear-gradient(60deg, #abecd6 0%, #fbed96 100%);
    
}
input[type=button]
{
    width: 100%;
    background-image: linear-gradient(-20deg, #b721ff 0%, #21d4fd 100%);
  color: #fff;
    font-weight: bolder;
 border-radius: 100px;
}
input[type=text]
{
    width: 100%;
    border-radius: 100px;
  
}
table{
    border: transparent !important
}
h1{
    color: #000;
}
