body, html {
	height: 100%;
}

footer{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding-bottom: 10px;
}

a {
	font-size: 11px;
	color: #666666;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
	color: #333333;
}

p {
	font-size: 11px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
}

input {
	outline: none;
	border: none;
}

button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}

/*[ forget pswd ]*/
.spanforgotpwd {
	font-size: 15px;
	color: #999999;
	line-height: 1.5;
}

.ancforgotpwd {
	font-size: 15px;
	color: #57b846;
	line-height: 1.5;
}

/* heading hms */
.login100-form-title {
	display: block;
	font-size: 41px;
	color: #f21212;
	line-height: 1.2;
	text-align: center;
	font-weight: bold;
}

/* Logo**/
.logo {
	height: 120px;
}

/* user name and password */
.input100 {
	font-size: 18px;
	color: #555555;
	line-height: 1.0;
	display: block;
	width: 100%;
	height: 40px;
	background: transparent;
	padding: 0 5px;
}

.wrap {
/* 	min-height: calc(100vh - 82px); */
}

.inputtext{
	font-size:x-large;
}

.login100-form-btn {
	font-size: 20px;
	color: #fff;
	line-height: 1.2;
	/* text-transform: uppercase; */
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 20px;
	width: 100%;
	height: 50px;
	background-color: #57b846;
	border-radius: 25px;
	box-shadow: 0 10px 30px 0px rgba(87, 184, 70, 0.5);
	-moz-box-shadow: 0 10px 30px 0px rgba(87, 184, 70, 0.5);
	-webkit-box-shadow: 0 10px 30px 0px rgba(87, 184, 70, 0.5);
	-o-box-shadow: 0 10px 30px 0px rgba(87, 184, 70, 0.5);
	-ms-box-shadow: 0 10px 30px 0px rgba(87, 184, 70, 0.5);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.login100-form-btn:hover {
	background-color: #333333;
	box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
	-webkit-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
	-o-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
	-ms-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
}

.sign-up100-form-btn {
	font-size: 16px;
	color: #fff;
	line-height: 1.2;
	/* text-transform: uppercase; */
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 10px;
	height: 30px;
	border-radius: 15px;
	box-shadow: 0 10px 30px 0px rgba(87, 184, 70, 0.5);
	-moz-box-shadow: 0 10px 30px 0px rgba(87, 184, 70, 0.5);
	-webkit-box-shadow: 0 10px 30px 0px rgba(87, 184, 70, 0.5);
	-o-box-shadow: 0 10px 30px 0px rgba(87, 184, 70, 0.5);
	-ms-box-shadow: 0 10px 30px 0px rgba(87, 184, 70, 0.5);
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	transition: all 0.4s;
}

.sign-up100-form-btn:hover {
	background-color: #333333;
	box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
	-moz-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
	-webkit-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
	-o-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
	-ms-box-shadow: 0 10px 30px 0px rgba(51, 51, 51, 0.5);
}

/* Login Failed Alert*/
.alert {
	display: none;
	height: 15px;
	width: 80%;
	border-radius: 50px;
	margin-left: 40px;
}

.alertFont {
	color: #a42228;
	font-size: 14px;
	margin-top: -12px;
	font-weight: 370;
}

.float {
	color: #06C;
	border-radius: 50px;
	text-align: center;
}

/* .float:hover {
    color: white;
} */
a.float+div.label-container {
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.5s ease;
}

a.float:hover+div.label-container {
	visibility: visible;
	opacity: 1;
}

/*reg icons */
.btn-index {
	background-image: linear-gradient(to right, #092666, #1a89c8);
	color: white;
	font-size: 15px;
	border-style: groove;
	border-radius: 14px;
	padding: 4px;
	padding-right: 16px;
	padding-left: 16px;
	margin-top: 3px;
	border-color: white;
}

.btn-index:hover {
	color: #f6f6f6;
}

* {
	box-sizing: border-box;
}

.flag {
	width: 110px;
	height: 89px;
	margin: -65px auto;
	margin-right: auto;
	position: relative;
	background: #f58220;
	color: white;
	font-size: 11px;
	letter-spacing: 0.1em;
	text-align: center;
	text-transform: uppercase;
	float: inline-end;
	padding-top: 20px;
	margin-top: 0px;
}

.flag:after {
	content: ' ';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-bottom: 13px solid white;
	border-left: 55px solid transparent;
	border-right: 55px solid transparent;
}

/* freetrial register */
.flag-mobile-reg-freetrial {
	width: 75px;
	height: 75px;
	margin-right: auto;
	margin-top: -15px;
	position: absolute;
	background: #f58220;
	color: white;
	font-size: 14px;
	letter-spacing: 0.2em;
	text-align: center;
	text-transform: uppercase;
	padding-top: 14px;
}

.flag-mobile-reg-freetrial:after {
	content: ' ';
	position: absolute;
	left: -15px;
	bottom: 0;
	width: 0;
	height: 0;
	border-bottom: 13px solid white;
	border-left: 55px solid transparent;
	border-right: 55px solid transparent;
}

.flagreg-freetrial {
	color: white;
}

.flagreg-freetrial:hover {
	color: black;
}

/*Common Footer*/
.indexFooter {
	position: relative;
	width: 100%;
	bottom: 0;
	background: #f6f5f5;
}

.socialMedia {
	height: 25px;
}

/*Share Button */
.share-button {
	text-align: end;
	font-size: 20px;
}

.mdlshareIcons, .mdlContactViewDetails, .mdlRateUsDetails {
	display: table-cell;
	padding: 26px;
}

.Size-Icon-Text {
	font-size: 15px;
	color: blue;
}

.ancBroucher, .ancDownloadAndroidApp, .ancDownloadIosApp {
	font-size: 14px;
	color: #007bff;
	text-decoration: none;
}

.ancBroucher:hover {
	font-size: 15px;
	color: #007bff;
}

.aboutOVIDHMSURL {
	color: blue;
	font-size: 13px;
}

.aboutOVIDHMSURL:hover {
	color: blue;
}

.helpDetailsLinks {
	font-size: 13px;
	line-height: 1.7;
	color: #ca1414;
}

/* in Tab , mobile view */
.view-Help-Mobile {
	display: none;
}

@media ( max-width : 1280px) {
	.view-Help-Mobile {
		display: inline-block;
	}
}

.reg-mobile {
	display: none;
}
.reg-desktop {
	display: inline-block;
}

@media only screen and ( max-width : 768px) {
	.reg-mobile {
		display: inline-block;
	}
	.reg-desktop {
		display: none;
	}
}

/* password-show */
.show-pswd {
	margin-top: 25px;
}

.pageMainHeading {
	color: #9f0001;
	font-size: 28px;
}

/* .modaltitleHeader { */
/* 	font-size: 25px; */
/* } */


.modal-header {
    background-color: #428bca;
    color: white;
}

.btn-link, .footerAtag{
	text-decoration: none;
}

.statusCircle {
    border-radius: 50%;
    width: 10px;
    height: 10px;
    display: inline-block;
    position: relative;
    margin-right:5px;
}
