
.lb {
	display: inline-block;
	max-width: 100%;
	margin-bottom: .5rem;
	line-height:3rem;
}
.card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	border: 1px solid #eaecf3;
	border-radius: .75rem;
	background-color: #fff;
	background-clip: border-box;
}
.card-body {
	min-height: 1px;
	padding: 3rem;
	color: #718096;
	flex: 1 1 auto;
}
.mb-20{
	margin-bottom: 20px !important;
}
.mt-3 {
	margin-top: 2.7rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
	margin-top: 3rem !important;
}
.mb-5, .my-5 {
	margin-bottom: 3rem !important;
}
 .px-md-5
{
	padding-left: 3rem !important;
}

 .pt-5, .py-5 {
	padding-top: 3rem !important;
}
 .pb-5, .py-5 {
	padding-bottom: 3rem !important;
}
.input-group-text {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	display: flex;
	margin-bottom: 0;
	padding: .75rem 1.25rem;
	text-align: center;
	white-space: nowrap;
	color: #a0aec0;
	border: 1px solid #e2e8f0;
	border-radius: .375rem;
	background-color: #fafbfe;
	align-items: center;
}
.login-form-control {
	height: 50px;
	padding: .75rem 1.25rem;
	color: #4a5568;
	border: 1px solid #e2e8f0;
	border-radius: .375rem;
	background-color: #fff;
	background-clip: padding-box;
	box-shadow: none;
}

.login-form-control:focus
{
	color: #4a5568;
	border-color: rgba(0, 138, 255, .5);
	outline: 0;
	background-color: #fff;
	box-shadow: none, 0 0 20px rgba(0, 138, 255, .1);
}

 .input-group-text:focus
{
	color: #008aff;
	border-color: rgba(0, 138, 255, .5); 
	background-color: #eaecf3;
}

 .focused .input-group
{
	box-shadow: none, 0 0 20px rgba(0, 138, 255, .1);
}
.focused .input-group .form-control
{
	box-shadow: none !important;
}

.focused .input-group-text
{
	color: #008aff;
	border-color: rgba(0, 138, 255, .5); 
	background-color: #eaecf3;
}
.input-group-prepend{
	height: 50px
}

.btn-block
{
	display: block;

	width: 100%;
}
.btn-block + .btn-block
{
	margin-top: .5rem;
}

input[type='submit'].btn-block,
input[type='reset'].btn-block,
input[type='button'].btn-block
{
	width: 100%;
}

.login-btn-primary
{
	color: #fff;
	border-color: #008aff;
	background-color: #008aff;
	box-shadow: none;
}

.login-btn-primary:hover
{
	color: #fff;
	border-color: #006ecc; 
	background-color: #0075d9;
}
.login-btn-primary:focus,
.login-btn-primary.focus
{
	box-shadow: none, 0 0 0 rgba(0, 138, 255, .35);
}
.login-btn-primary.disabled,
.login-btn-primary:disabled
{
	color: #fff;
	border-color: #008aff; 
	background-color: #008aff;
}


.login-btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.login-btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}

.login-btn-success:focus, .login-btn-success.focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.login-btn-success.disabled, .login-btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
  
.btn
{
	font-weight: 600;
	line-height: 1.5;

	display: inline-block;
	padding: 1.275rem 1.75rem;

	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; 
	text-align: center;
	vertical-align: middle;
	border: 1px solid transparent;
	border-radius: .5rem;
}
.btn:hover
{
	text-decoration: none; 
}
.btn:focus,
.btn.focus
{
	outline: 0;
	box-shadow: 0 0 0 rgba(0, 124, 230, .25);
}

.card-footer {
	padding: 1.75rem 1.75rem;
	border-top: 1px solid #eaecf3;
	background-color: transparent;
}
.font-weight-bold {
    font-weight: 600 !important;
}


label{
    font-weight:normal;
}
.form-check-input{
    cursor:pointer;
}

.loginError{
    color:#ff0000bf;
    padding-top: 5px;
}

.error_alert{
    color:#ff0000bf;
    margin-left:auto;
}
.error_alert_left{
    color:#ff0000bf;
}

.t-center{
    text-align: center;
}


hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
  }
  
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }

 .h4_1{
    font-size: 2rem;
  }

.quote-right{
    transform: rotate(180deg) !important;    
}

@media (max-width: 576px) { 
    .margin-80-top-lg{
        margin-top: 80px;
        margin-bottom: 80px;
    }
}

@media (max-width: 768px) { 
    .margin-80-top-lg{
        margin-top: 80px;
        margin-bottom: 80px;
    }
}
@media (min-width: 992px) { 
    .sm-height-800{height: 710px;}
}
@media (min-width: 1024px) { 
    .sm-height-800{height: 810px;}
}
@media (min-width: 1200px) { 
    .sm-height-800{height: 810px;}
}

@media (min-width: 1312px) { 
    .sm-height-800{height: 710px;}
}


.btn-outline-primary {
	color: #4e73df;
	border-color: #4e73df
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #4e73df;
	border-color: #4e73df
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
	box-shadow: 0 0 0 0.2rem rgba(78,115,223,0.5)
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
	color: #4e73df;
	background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
	color: #fff;
	background-color: #4e73df;
	border-color: #4e73df
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(78,115,223,0.5)
}