/* --------------------------------------
Formbuilder Error Style Sheet
-------------------------------------- */


.formbuilder-error-container {
	color: #555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 150%;
	margin: 0 auto;

    padding: 1rem;
    margin: 2rem 10% 1rem 10%;


    border: 1px solid steelblue;
    border-radius: 15px;;
}

h1 {
    font-size: 1.3rem;
    font-weight: bold;
    color: steelblue;
}

li {
    padding-bottom: 0.7rem;
}

.footer {
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;;
}

button {
    padding: .3rem 1.5rem .3rem 1.5rem;
    background-color: steelblue;
    color: white;
    border: none;
    border-radius: 5px
}