body {
	background-color: #2f4050;
	color: #676a6c;
    font-family: "open sans","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
}
.gray-bg {
    background-color: #f3f3f4;
}
h3 {
    font-weight: 600;
    font-size: 16px;
    margin-top: 5px;
}
a {
    color: #337ab7;
    text-decoration: none;
}
.middle-box {
	margin: 0 auto;
	width: 300px;
	max-width: 400px;
	padding-top: 18px;
	z-index: 100;
	text-align: center;
	box-sizing: border-box;
}
.m-t {
    margin-top: 15px;
}
.text-left {
	text-align: left;
	margin: 5px;
}
.form-group {
    margin-bottom: 15px;
}
.form-control {
	background-color: #ffffff;
    background-image: none;
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    color: inherit;
    display: block;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.text-danger {
    color: #ed5565;
	text-align: left;
}
.form-control:focus {
	border-color: #1ab394 !important;
}
.btn {
    margin-bottom: 15px;
    background-color: #1ab394;
    border-color: #1ab394;
    color: #ffffff;
    border-radius: 3px;
    border: 1px solid transparent;
    padding: 6px 12px;
}
.full-width {
    width: 100% !important;
}
.btn-block {
	display: block;
}
.btn-white {
    background: white none repeat scroll 0 0;
    border: 1px solid #e7eaec;
    color: inherit;
}
.company_name {
	display: none;
}
