/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

.bg-blue {
	background-color: #022138;
	color: #fff;
}

button.bg-blue:hover {
  background-color: #007FB8;
}

.center {
	text-align: center;
}

.blog-subtitle {
	min-height: 0px;
}

.p-y-10 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.display-table {
	display: table;
	padding-top: 5px
}

.display-table-row {
	display: table-row
}

.display-table-cell {
	display: table-cell
}

@media (max-width: 575px) {
	.mmw-575-hide {
		display: none;
	}

	#logo img {
		height: 45px;
		margin-top: 12px;
	}
}

.form-control:focus, .single-line:focus{
	border-color: #022138;
}

.autofill-none:-webkit-autofill,
.autofill-none:-webkit-autofill:hover,
.autofill-none:-webkit-autofill:focus {
	background-color: transparent !important;
	color: inherit !important;
}

button[disabled],
html input[disabled],
button[disabled]:hover,
html input[disabled]:hover {
	cursor: no-drop;
	background: #ccc;
}

#copy a {
	color: #c7cbce;
}

#copy a:hover, #copy a:focus {
	color: #fff;
}
