body{
  
	/* Safari 4-5, Chrome 1-9 */
    
	background: -webkit-gradient(radial, center center, 0, center center, 460, from(#eee), to(#fff));

  
	/* Safari 5.1+, Chrome 10+ */
    
	background: -webkit-radial-gradient(circle, #fff, #eee);

  
	/* Firefox 3.6+ */
    
	background: -moz-radial-gradient(circle, #fff, #eee);

  
	/* IE 10 */
    
	background: -ms-radial-gradient(circle, #fff, #eee);
    
	height:600px;

}



a, a:hover {
	text-decoration: none;
}

.centered-form{
	
	margin-top: 60px;

}


.centered-form .panel{

	background: rgba(255, 255, 255, 0.8);
	
	-webkit-box-shadow: 5px 5px 20px 1px rgba(219,219,219,1);
	
	-moz-box-shadow: 5px 5px 20px 1px rgba(219,219,219,1);
	
	box-shadow: 5px 5px 20px 1px rgba(219,219,219,1);

}

#accordion .panel {
	box-shadow: none;
}
#accordion .panel-default>.panel-heading {
	background:rgba(255, 255, 255, 1);
	
}
img#logo {
    
	max-width: 100%;

}
textarea {
	white-space: pre-wrap;
}

.card  {
	
	border: none;

}
.btn {
    margin-top: 5px;
}
.alert-copy {
    margin-left: 15px;
    width: 80%;
    float:left;
    opacity: 0;
}

/*!
 * jQuery highlightTextarea
 * Copyright 2014-2015 Damien "Mistic" Sorel (http://www.strangeplanet.fr)
 * Licensed under MIT (http://opensource.org/licenses/MIT)
 */

.highlightTextarea {
  position:relative;
}
.highlightTextarea .highlightTextarea-container {
  position:absolute;
  margin:0;
  overflow:hidden;
}
.highlightTextarea .highlightTextarea-highlighter {
  position:relative;
  border:none;
  padding:0;
  margin:0;
  color:transparent;
  cursor:text;
  overflow:hidden;
  white-space:pre-wrap;
  word-wrap:break-word;
}
  .highlightTextarea.debug .highlightTextarea-highlighter {
    color:#f00;
    border:1px solid #f00;
    margin:-1px;
  }
.highlightTextarea mark {
  line-height:inherit;
  color:transparent;
  margin:0;
  padding:0;
}
.highlightTextarea textarea,
.highlightTextarea input {
  position:absolute;
  left:0;
  top:0;
  resize:none;
  white-space:pre-wrap;
  word-wrap:break-word;
}
.highlightTextarea .ui-wrapper {
  margin:0 !important;
}
.highlightTextarea .ui-resizable-se {
  bottom:15px;
  right:0px;
}