/* edit style on https://mdbootstrap.com/docs/standard/tools/design/gradients */

.gradient-custom-2 {
   /* fallback for old browsers */
    background: #84fab0;
  
    /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(to right, rgba(132,250,176,0.5), rgba(143,211,244,0.5));
  
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: linear-gradient(to right, rgba(132,250,176,0.5), rgba(143,211,244,0.5))
}

@media (min-width: 768px) {
.gradient-form {
height: 100vh !important;
}
}
@media (min-width: 769px) {
.gradient-custom-2 {
border-top-right-radius: .3rem;
border-bottom-right-radius: .3rem;
}
}

.ob-shadow{
	filter: drop-shadow(1px 1px black);
}