.header{
	padding: 20px 0;
	border:  2px solid #E5E5E5;
	margin-bottom: 	50px;
}

.contentWidth {
    padding-left: 50px;
    padding-right: 50px;
    width: auto;
}

.clear{
	clear: 	both;
}

.message{
	display: block;
	padding: 5px;
	background: 	#EBEBEB;
	border: 1px solid #B4B4B4;
}

.message.error{
	background: 	#FFC1C2;
	border: 1px solid #FF8789;
}

.button{
	background-color: #757575;
    border-color: #757575;
    border-radius: 0.1em;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    line-height: normal !important;
    padding: 0.688em 1.388em;
    position: relative;
}


input.button:hover, a.button:hover, .button a:hover, .light input.button:hover, .light a.button:hover, .light .button a:hover {
    background-color: #002e62;
    border-color: #002e62;
    color: #ffffff;
}

.tool-login .textInput{
	padding: 8px;
	border: 1px solid #C1C1C1;
}