body {
    font-family: Verdana, Geneva, sans-serif;
}
button:hover, a:hover {
 	text-decoration: none;
}
ul, li {
    list-style: none;
    padding: 0;
}
a:focus, a:hover {
    color: #0066b3;
}
.anchor-green, .anchor-green:focus, .anchor-green:hover{
    color: #97be3b;
}
input:-webkit-autofill {
    background: white;
}
input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0px 9999px white;
}
.has-float-label label::after, .has-float-label > span::after {
    content: none;
}
.no-padding {
    padding: 0 !important;
}
.no-padding-right {
    padding-right: 0 !important;
}
/*Sidebar start*/
.bgRed{
    background-color: red;
}
.bgteal{
    background-color: teal;
}
.bRed{
    border: 1px solid red;
}
.blueBackground{
    background-color: #522e90;
    z-index: -9999;
    position: absolute;
    height: 100%;
}
.background-img {
    position: absolute;
}
.backgroundTexture{
    background-image: url(../img/login/BI-login-texture.png);
    background-repeat: no-repeat;
    background-size: 47.5% 100%;
    z-index: 9999;
}

.row.match-my-cols {
    overflow: hidden; 
}

.row.match-my-cols [class*="col-"]{
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}
.row.is-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row.is-flex .is-flex-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.logoM{
   padding: 10px;
   border-right: 1px solid #FFF;
}
.logoTextContainer{
    width: 100%;
    height: 100px;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.logoText{
    color: #FFF;
    margin-top: -25px;
    padding: 25px;
}
.logoText h1{
    font-size: 33px;
    margin-top: 4px;
}
.logoText h6{
    font-size: 8px;
}
/* .footerLogo{
    content:url(../img/merck-footer-logo.png);
} */
.footerText{
    font-size: 8px;
    color: #626262;
}
.padding40px{
    padding:40px;
}
.signIn{
    color:blue;
}
.greySeperator{
    border-right : 1px solid grey;
}

/*Sidebar end*/

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 1.25em; height: 1.25em;
  border: 2px solid #ccc;
  background: #fff;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '\2713';
  position: absolute;
  top: 1px; left: 2px;
  font-size: 1.3em;
  line-height: 0.8;
  color: #09ad7e;
  transition: all .2s;
}
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.text-bold {
    font-weight: bold;
}
.left-right-margin{
    margin: 0 7px 0 10px;
}
.text-small {
    font-size: 11px;
    color: #58595b;
    text-decoration: underline;
}
.text-xs {
    font-size: 11px;
    color: #0066b3;
}
.text-sm {
    font-size: 16px;
    color: #58595b;
}
.text-small:hover {
    text-decoration: none;
}
.footer {
    position: absolute;
    bottom: 10px;
}
.margin-bottom-footer{
    margin-bottom: 20px;
}
.has-float-label label, .has-float-label > span {
    font-size: 12px;
    font-weight: bold;
    left: 0;
    padding: 0;
    color: #0066b3;
}
.has-float-label span.select {
    font-size: 12px;
    font-weight: bold;
    left: 0;
    padding: 0;
    top: -1em;
    color: #0066b3;
}
.has-float-label .form-control:placeholder-shown:not(:focus) + * {
    font-size: 100%;
    top: 15px;
    color: #ccc;
    font-weight: normal;
}
/*.has-float-label .form-control:placeholder-shown:not(:focus) + *:after {
    content: "*";
    position: relative;
    right: 0px;
    color: red;
    float: right;
    margin-left: 4px;
}*/
.form-captcha {
    margin-bottom: 20px;
}
.form-control-new {
    border: none;
    border-bottom: 2px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    padding: 6px 0;
	margin-bottom: 25px;
    color: #6d6e71;
}
.form-control-new:focus{
    border: none;
    border-bottom: 2px solid #0066b3;

    border-radius: 0;
    box-shadow: none;
    padding: 6px 0;
    margin-bottom: 25px;
    color: #6d6e71;
}
.form-group > label.my-error-class {
    position: relative;
    top: auto;
    font-weight: normal;
    font-size: 11px;
}
.has-float-label .my-error-class, .has-float-label > span.my-error-class {
    position: relative !important;
    top: -20px !important;
    font-size: 11px !important;
    margin-top: 2px !important;
    line-height: 14px !important;
    color: #a94442 !important;
    opacity: 1 !important;
}
.has-float-label .my-error-class:after {
    content: none !important;
}
.login-head{
	margin: 25px 0 35px;
    font-size: 40px;
    color: #0066b3;
}
.labs-btn.blue {
    background-color: #0066b3;
    margin-bottom: 15px;
	border-radius: 0;
	color: #fff;
    font-size: 14px;
    padding: 6px 30px;
}
.labs-btn.login-grey {
    margin-bottom: 15px;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    padding: 6px 30px;
    background-color: #ccc;
}
.labs-btn.grey {
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    padding: 6px 30px;
    background-color: #ccc;
}
.modal-footer .btn{
    margin-bottom: 0;
}
.anchor-blue {
    color: #0066b3;
}
.margin-top-35{
	margin-top: 20px;
}
.padding-right{
	padding-right: 8.33333333%;
}
.border-right{
    position: relative;
}
.border-right:before {
    content : "";
    position: absolute;
    right: 0;
    top: 55px;
    height: 90%;
    border-right: 1px solid #ccc;
}
.anchor-padding {
	padding: 9px 0;
    font-size: 13px;
}
.position-middle-col{
	width:100%;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}
.pos-rel {
    position: relative;
}
.position-middle{
    position: absolute;
    top: 50%;
    left: 50%;
}

.margin-bottom-25pc {
    min-height: 100vh;
}
.height-placeholder{
    height: 90px;
}
.login-subtitle {
    margin: 55px 0 5px;
}
.sub-title {
    font-size: 12px;
    color: #ae99d4;
    margin-bottom: 40px;
}
.login-application {
    background-color: #0066b3 !important;
    background-image: url(../img/login/texture_verify.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
body, html {
	overflow: hidden;
}
.btnBlueText{
	color: #337ab7;
	background-color: #FFFFFF;
	border-radius: 0px;
}
.btn-blue-link{
	text-decoration: underline;
}
.alignIcon{
    height: 12px;
    margin-top: -3px;
    padding-right: 10px;
}
.padTop5{
	padding-top:5px;
}
.login-as-guest{
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #e3e3e3;
    line-height: 0.3em;
    margin: 10px 0 20px;
} 
.login-as-guest span{
	background: #fff;
    padding: 0px 10px;
    font-size: 14px;
    font-weight: bold;
    color: #58595b;
    font-style: italic;
}
.guest-helper p{
	font-size: 11px;
	margin:0px;
}
@media only screen 
and (min-width : 1224px) {
.text-sm {
	font-size: 13px;
}
}
@media only screen 
and (min-width : 1824px) {
.text-sm {
	 font-size: 16px;
	}
}

.signup-scroll{
		height:591px;
		overflow-y: auto;
}

.signup-scroll::-webkit-scrollbar {
   		width: 5px;
  	   background-color: #ffffff;
 } 
    
.signup-scroll::-webkit-scrollbar-thumb {
      background-color: #d2d2d2;
} 