h3.routineSubHeader, .form-group{
border: 0px solid black;
}

.form-group{
box-shadow: 0px 0px 10px white;
}

h2.form-signin-heading {
    font-size:1.5em!important;
}

.left, .right{
	width:49%;
}

.left{
	float:left;
}

.right{
	float:right;
}

h3.routineSubHeader{
    text-align:left;
}

.container-fluid{
	text-align:center;
}

span.subtitle{
	font-size:0.7em;
}

a.submit{
	height: 76px;
    background-color: darkblue;
    border: 1px solid darkblue;
}

h4{	
    margin-top: 10px;
    display: inline-block;
   
    margin-bottom: 10px;
}

@media screen and (max-width: 400px) {

form.range-record {
    display: inline-block;
    margin-left: 2%;
    width: 95%!important;
    max-width: 95%!important;
}
}

.form-group {
    box-shadow: 0px 0px 10px black;
    padding: 10px;
}
