fieldset.scheduler-border {
border: 2px groove #000 !important;
padding: 0px 5.4em 1.4em 6.4em !important;
margin: 0 0 1.5em 0 !important;
box-shadow: 0px 0px 0px 0px #000;
margin-top: 30px !important;
}
legend.scheduler-border {
font-size: 1.2em !important;
text-align: left !important;
width: auto;
padding: 0 10px;
border-bottom: none;
margin-top: -15px;
background-color: white;
color: black;
}
<fieldset class="scheduler-border">
<legend class="scheduler-border">my legend</legend>
<form>
<input type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp" placeholder="Enter email">
<input type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp" placeholder="Enter email">
<button type="submit" class="btn btn-primary">Submit</button>
</form>
</fieldset>
Code:- http://jsfiddle.net/Dhanunjay/6r3wos04/10/
Can you please correct the above code. At present it is occupying entire screen. Where i need it to be middle of screen and all 4 sides spaces.
Even in css classes, i removed some css like padding, width, margin... but still same issue
Using col-sm...lg...xs..... i want to make responsiveness. Any idea and suggestions please
