body {
	font-family: 'Montserrat', sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.45;
	margin: 0;
	color: #232323 !important;
	text-align: left;
	background: linear-gradient(135deg, #007aa6, #00c0cc);
	background-color: #F5F7FA;
	overflow-x: hidden;
	position: relative;
	max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	margin-bottom: 0.5rem;
	font-family: "Montserrat", Georgia, "Times New Roman", Times, serif;
	font-weight: 400;
	line-height: 1.2;
	color: inherit;
}

.uc-container {
	border-radius: .25rem;
}

.box-shadow-3 {
	-webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

.card-header {
	background-color: #fff !important;
}

.line-on-side {
	border-bottom: 1px solid #dadada;
	line-height: 0.1em;
}

.line-on-side span {
	background: #fff;
	padding: 0 10px;
}

/* .logo {
    max-width: 15rem;
    height: auto;
} */

.login-btn {
	width: 100%;
}

.txt1 {
	font-size: 1rem;
	color: #6c757d;
	line-height: 1.4;
}

.link-primary {
	font-size: 1rem;
	color: #6c757d;
	line-height: 1.4;
	text-decoration: underline;
}

.link-primary:hover {
	color: #0056b3;
	text-decoration: none;
}

.response-message {
	text-align: center;
	color: red;
	font-weight: bold;
}

.required {
	margin-left: .25rem !important;
}