/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *
 *= require_self
 *= require_tree .
 */

#error_explanation {
    margin:auto;
    color:black;
}

.field_with_errors {
    margin:auto;
}

body {
	font: 14px/18px 'HelveticaNeue-Light', 'Helvetica Neue', Arial, Helvetica, sans-serif;
	/*color: #fff;*/
    color:black;
	text-shadow: 0 -1px 0 rgba(0,0,0,.2);
	margin: 0;
	padding: 0;
	background-color: gray;
	background: url(/assets/images/pages/noise.png);
	text-align:center;
}

.titlebar {
	background-color: DarkSlateBlue;
    background: #4f84b8 url(/assets/images/pages/titlebar-grad.png) repeat-x 0 0;
	background-size: 1em;
	width: 100%;
	font-size: 20px;
	color: white;
	padding: .75em 0;
    box-shadow: 0px 7px 0px rgba(0,0,0,.4);
    -webkit-box-shadow: 0px 7px 0px rgba(0,0,0,.4);
    -moz-box-shadow: 0px 7px 0px rgba(0,0,0,.4);
    -khtml-box-shadow: 0px 7px 0px rgba(0,0,0,.4);
}

.icon {
  width:120px;
}

.gradientbox {
  background: #4f84b8 url(/assets/images/pages/box-grad.png) repeat-x 0 0;
  color:white;
  width: 250px;
  padding: 18px 20px;
  margin: 5px 10px 15px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  box-shadow: 0 5px 12px rgba(0,0,0,.4);
  -webkit-box-shadow: 0 5px 12px rgba(0,0,0,.4);
  -moz-box-shadow: 0 5px 12px rgba(0,0,0,.4);
  -khtml-box-shadow: 0 5px 12px rgba(0,0,0,.4);
}

.gradientbutton {
  width:200px;
  height: 30px;
  margin:auto;
  display:table;
  background: #079100 url(/assets/images/pages/button-grad.png) repeat-x 0 0;
  background-size: 1em;
  border-radius: 10px;
  border:none;
  color: white;
  font-weight:bold;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  box-shadow: 0 5px 12px rgba(0,0,0,.4);
  -webkit-box-shadow: 0 5px 12px rgba(0,0,0,.4);
  -moz-box-shadow: 0 5px 12px rgba(0,0,0,.4);
  -khtml-box-shadow: 0 5px 12px rgba(0,0,0,.4);
}

.gradientbutton p {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.divider {
	width:240px;
	height:2px;
	margin: 5px auto;
	background: url(/assets/images/pages/divider.png) repeat-x 0 0;
}
