/*

Theme Name: Online monitoring
Theme URI: https://www.mence.nl
Description: Thema Online monitoring door <a href="https://www.mence.nl">MENCE design</a>.
Author: Sander Mol
Author URI: https://www.mence.nl/
Version: 1.0
Tags: MENCE, responsive

License: MENCE design
License URI: https://www.mence.nl

*/
html, body {
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 25px;
  font-style: normal;
  color: #fff;
	background-color:  #0e76bc;
}

.wrapper{
	width: 350px;
	padding: 20px;
	margin: 0 auto;
}

.submitbutton {
    display: block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-decoration: none;
    background-color: #ef7f01;
    transition: all 0.5s ease;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
	border: none;
	border-radius: 2px;
}

.submitbutton:hover {
	background-color: #000;
	color: #fff;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #fff;
}

.has-error .form-control {
    border-color: #ef7f01;
}
