.h-100vh {
	min-height: 100vh;
}

.inputs-wrapper {
	padding: 15px 15px 5px 15px;
	border-radius: 10px;
}

.inputs-wrapper label {
	font-size: 14px !important;
	text-transform: uppercase;
	font-weight: 300 !important;
	font-family: "Roboto Condensed";
}

.inputs-wrapper .form-group {
	justify-content: center;
}

.inputs-wrapper .form-group > div {
	width: 100%;
	max-width: 300px;
}

#heading {
	font-size: 14px !important;
	color: #0074B7;
}

#global-alert {
	font-size: 12px;
}

.submit-button {
	background-color: #278ac7;
	text-transform: uppercase;
	font-size: 14px;
	font-family: "Roboto Condensed";
	color: #fff;
	width: 100%;
}

.submit-button:hover {
	color: #fff;
}

a, .btn-link {
	color: #0074B7;
}

.btn-link:hover {
	color: #045cd6
}

.jsdisabled-text {
	color: red;
	font-family: "Roboto Condensed";
	font-size: 15px;
	font-weight: bold;
}

.cf-login-bg {
	background-color: #e9ecf3;
}

.bg-logo-padding {
	padding-top: 30%;
}

.btn-primary {
	background-color: #0074B7;
	border-radius: 5pt;
}

.ie-text {
	font-size: 14px !important;
	font-weight: 400;
}

body {
	font-size: 12px !important;
}

.mt-error-msg {
	margin-top: 5rem !important;
}

@media (max-width: 576px) {
	.mt-error-msg {
		margin-top: 1.5rem !important;
	}
}

.error_validpassword {
	font-size: 14px !important;
	font-weight: 400;
}

span.green {
	color: #147a06;
	font-size: 14px;
}

/** ComplyFlow FAQ **/
.panel-container {
	position: fixed;
	right: 13%;
	bottom: 0;
	z-index: 16000002;
}

#tour-panel {
	background-color: #fff;
	border: 1px solid #555;
	border-radius: 5px 5px 0 0;
	border-bottom: 0;
	width: 100%;
	margin-right: 30px;
}

.fixed-panel-head {
	font-size: 12px;
	font-weight: bold;
	color: white;
	background: #555;
	height: 29px;
	line-height: 29px;
	cursor: pointer;
}

.fixed-panel-head .head-icon {
	float: left;
	height: 29px;
	background: #494949;
	width: 36px;
}

.fixed-panel-head .head-icon img {
	width: 20px !important;
	height: 25px !important;
	padding: 8px 0 0 0!important;
	vertical-align: none !important;
	margin: 0 0 0 5px;
	border: none;
}

.fixed-panel-head .head-text {
	float: left;
	padding: 0 10px;
}

.clear {
	clear: both;
}

a.privacy-policy {
	color: #465F7A;
}

@media only screen and (max-width: 1000px) {
	.panel-container {
		left: 0 !important;
		width: 50%;
	}

	.fixed-panel-head {
		height: 30px;
	}

	.fixed-panel-head .head-text {
		margin-left: 8px;
	}
}

/** register form **/
.register-form .header {
	font-size: 14px !important;
	text-transform: uppercase;
}

.tx-14 {
	font-size: 14px !important;
}

#global-alert {
	color: #465F7A;
	font-weight: 700;
}

#ms-sign-in {
    padding: 8px 12px;
    background-color: #FFFFFF;
    color: #5E5E5E;
    border: 1px solid #8C8C8C;
    font-size: 15px;
    display:block;
    text-align: center;
}

#complyflow-logo {
    width: 308px;
}