body {
	padding-top: 0 !important;
	margin-bottom: 60px;
}

/**
 * Header
 */
.navbar-brand {
    padding: 17px 0 15px;
    height: auto;
}

/**
 * Lead
 */
.lead {
    text-align: center;
}
@media (min-width: 768px) {
    .lead {
        font-size: 18px;
    }
}

/**
 * Page body
 */
.page-body {
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
}

/**
 * Form
 */
.has-error .help-block:not(.form-error) {
    display: none;
}

.msi-main {
	padding-bottom: 15px;
	margin: 0 auto;
}

.img-thumbnail {
	border: none !important;
}

#errors {
}

#timer {
	margin-left: -41px;
}

#login-urls {
	margin-top: 5px;
}

#captcha-view input {
	margin-right: 10px;
	display: inline-block;
}

#captcha-view img {
	margin-bottom: 0 !important;
	margin-top: -2px !important;
	height: 53px !important;
}

.notification {
	margin-bottom: 24px;
}

div.bootstrap-select .caret::before,
div.bootstrap-select .caret::after {
	top: 25% !important;
}

.owner {
	font-size: 16px;
	color: #5a5a5a;
}