.card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;  
  background-color: white;
  /*width: 300px;*/
 /* height: 24rem;*/
  box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 13px;
  margin: 5px;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 1.52rem;
	font-weight: 500;
}
.btnfx:hover {
    transform: scale(1.02);
}

.header {
	height: 56px; 
	align-items: center; 
	background-color: #e3e3e3;	
}

.action:hover {
    transform: scale(1.02);
}

.vercode {
    height: 117px;
}


.loginbtn {
    padding-bottom: 1.8rem;
}

.blueoceanlogo {
    height: auto;
    min-width: 273px;
}
.info {
       border: none;
    padding: 44px 10px 30px 10px;
    text-align: center;
    max-height: 213px;
    overflow: hidden;
    min-height: 198px;
}

.title {
  color: rgb(38 50 56);
  letter-spacing: 0;
  line-height: 1.375;
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 0rem;
}





.footer {
 /*  padding: 0.75rem;*/
 /*  border: 1px solid rgb(236 239 241);*/
  display: flex;
  align-items: center;
  justify-content: center;
 /* background-color: rgba(0, 140, 255, 0.082); 
    background-color: #f2d26c;*/
	border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px; 
}

.tag {
  font-weight: 300;
  font-size: .75rem;
  display: block;
}

.action {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: none;
  outline: none;
  box-shadow: 0 4px 6px -1px rgba(33,150,243,.4),0 2px 4px -2px rgba(33,150,243,.4);
  color: rgb(255 255 255);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1rem;
  padding: 0.75rem 1.5rem;
 /*  background-color: rgb(33 150 243);*/
  border-radius: 0.5rem;  
 background-color: #1672b5;
    border-radius: 1.5rem;
	    text-decoration: none;
}
body{
	
	 height: 100%;
}
.card:hover {
    /* transform: scale(1.02);*/
}

.backgoundcolor {
       /* background-color: #2194f1ed; */
		 /*   background: linear-gradient(33deg, rgb(93 84 237 / 48%) 0%, rgb(30 86 205 / 45%) 35%, rgb(0 212 255 / 64%) 100%);*/
   
}
.companyname{
	    color: #ffffff;
    font-size: 34px;
	
}
.h2, h2 {
    font-size: 3.1rem;
    display: 49px;
    color: #fff;
}
.notesec{
	color: #ffffff;
    font-size: 18px;	
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 97%;
}

::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.group{
	padding-top: 22px;
  /*  background-color: #004b8e4a;*/
    border-radius: 15px;
}
	.groupname {
    font-size: 1.5em;
    color: #fff;
}
.topgroup {
    padding: 0rem 1rem 0rem 1rem;
}
html
{
	zoom:75%
	

}
.bdclr{
	   /* background-color: #1b6ccd85;*/
		    background-color: #ffffff;
}
.div-align{
    
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: inline-table;
    /* height: fit-content; */
	
}

@media screen and (min-width: 720px) {
    .position-md-absolute {
        position: absolute;
    }
}

.height-auto {
    height: auto;
}