body{
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
}

.animation {
  left: 657px !important;
  top: -7px;
  transition: 0.6s;
  position: relative;
  scale: 0.4;
  z-index: 9999;
  border-radius: 50% !important;
  background: rgba(255,255,255,1.0) !important;
}

.hide-div{
  display: none;
  transition: 0.3s;
}

#main-container{
  /* background-image: linear-gradient(
  180deg,
  hsl(207deg 18% 24%) 0%,
  hsl(254deg 32% 36%) 39%,
  hsl(259deg 39% 27%) 61%,
  hsl(0deg 0% 0%) 100%
)
; */
  background-image: url(https://cdn.powa.com/www.physicianlcp.com/images/wp-content/themes/physicianlife-rebuild/assets/app/img/default-hero-bg.png.webp);
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
}

#login-form {
  position: relative;
  left: 1px;
	min-width: 400px;
	/* border-radius: 16px; */
	padding: 30px;
	backdrop-filter: blur(10px);
	background: #004677;
	-webkit-box-shadow: 0px 7px 47px -4px rgba(0,0,0,0.58);
	-moz-box-shadow: 0px 7px 47px -4px rgba(0,0,0,0.58);
	box-shadow: 0px 7px 47px -4px rgba(0,0,0,0.58);
	/* margin-right: 100px; */
	height: 400px;
}

#login-form-header{
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 50px;
}

#login-form-header-logo{ 
  display:flex;
  justify-content: center;
}

#login-form-header-message{
  color: #ffffff;
  display:flex;
  justify-content: center;
}

#login-form-header-logo img{
  height: 35px;
}

#login-form-fields {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.login-form-field{
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.login-form-text-field{
  padding: 10px;
  border-radius: 5px;
  border: 1px solid gray;
  width: 300px;
  background: transparent;
  color: rgb(255, 255, 255);
}

.login-form-text-field::placeholder {
  color: #ffffff;
  opacity: 1; /* Firefox */
}

.login-form-a{
  color: #c8d1d8;
  text-decoration: none;
  font-size: 15px;
}

.login-form-btn{
  padding: 10px 20px;
  background-color: #e77a2b;
  color:#000000
}

#login-form-footer {
	position: absolute;
	bottom: 10px;
  color:#ffffff
}

#copyright{
  font-size: 15px;
}

#info-container{
  position: relative;
}

.info-layer{
  position: absolute;
}

#info-background-image img, #info-icon-overlay {
  width: 600px;
  height: 560px;
}

#info-icon-overlay{
  z-index: 10;
  position: relative;
}

.info-icon{
  color: #7CC252;
  position: absolute;
}


.info-icon-center{
  width: 100px;
  height: 100px;
}

.info-icon-outer{
  width: 80px;
  height: 80px;
}

.login-form-btn:hover{
  color:#ffffff;
  background-color: rgb(168, 71, 2);
  transition: 0.5s;
}

.login-form-a:hover{
  color: rgb(255, 255, 255);
  transition: 0.5s;
}

.login-form-text-field:hover{
  background-color:#004677;
  transition: 0.5s;
}

.info-icon-description{
  position: absolute;
	width: 400px;
	height: 100px;
	backdrop-filter: blur(5px);
	background: rgba(255,255,255,0.55);
	-webkit-box-shadow: 0px 7px 47px -4px rgba(0,0,0,0.58);
	-moz-box-shadow: 0px 7px 47px -4px rgba(0,0,0,0.58);
	box-shadow: 0px 7px 47px -4px rgba(0,0,0,0.58);
	display: none;
	border-radius: 10px;
  align-items: center;
  z-index: 10;
}

.info-icon-one:hover, .info-icon-two:hover, .info-icon-three:hover, .info-icon-four:hover, .info-icon-five:hover{
  z-index: 20;
}

.info-icon-one:hover + #info-icon-one-description {
	top: 221px;
	left: 138px;
	display: flex;
}

.info-icon-two:hover + #info-icon-two-description {
  top: 116px;
	left: 182px;
	display: flex;
}

.info-icon-three:hover + #info-icon-three-description {
	top: 73px;
	left: 289px;
	display: flex;
}

.info-icon-four:hover + #info-icon-four-description {
	top: 114px;
	left: 395px;
	display: flex;
}

.info-icon-five:hover + #info-icon-five-description {
	top: 222px;
	left: 438px;
	display: flex;
}

.info-icon-description p{
  padding-left: 75px ;
}

.info-icon-description-center p{
  padding-left: 85px !important ;
}

.info-icon-one{  
  top: 232px;
  left: 137px;
}

.info-icon-two{  
  top: 127px;
  left: 180px;
}

.info-icon-three{  
  top: 84px;
  left: 287px;
}

.info-icon-four{  
  top: 126px;
  left: 394px;
}

.info-icon-five{  
  top: 233px;
  left: 438px;
}

.curved {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #003150;
  z-index: -2;
  clip-path: circle(75% at 25% 40%);
}

/* .login-form-text-field input:focus~label,
.login-form-text-field input:valid~label{
  top: -5px;
} */  

.top-bar {
  height: 82px;
  background-color: #004677;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index:1000;
  border-top: 3px solid #e77a2b;
  display: flex;
  align-items: center;
  padding-left: 20px;
}

.top-bar-text{
  color:#ffffff;
  font-size: 24px;
  font-family:Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.clariti-logo {
  height: 50px;
  width: auto;
  margin-right: 50px;
}

.clariti-logo:hover{
  height:55px;
  width: auto;
  margin-right: 50px;
  transition: 0.5s;
}