.agreement{
    border-width: 2px;
    border-style: solid;
    border-color: black;
    padding:10px;
    height: 400px;
    overflow: auto;
}

.spacer {
    padding-top:20px
}

body {
	font-family: Roboto;
}

h1, h2, h3 {
	font-family: Glacial Indifference;
}

hr.brand {
    background-color: #c5c6c8;
}

a {
  color: #58c3d2;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #2f9fae;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.logo-brand {
    margin-top: 10px;
    margin-bottom: 10px;
}

input.btn-success, input.btn-cancel {
    padding: 1rem;
    background-image: none;
    color: #fff;
    background-color: #58c3d2;
    border: 2px solid #58c3d2;
    display: inline-block;
    text-transform: uppercase;
}

input.btn-success:hover, input.btn-cancel:hover{
    color: #58c3d2;
    background-color: #fff;
}

input.btn-success:disabled {
    background-color: #393d3f;
    border-color: #393d3f;
}

