*{
margin : 0px;
padding: 0px;
box-sizing: border-box;
}

#ref,#ref1{
color:red;
}

.error{
color:red;
font-size: 11px;
}

#sign-up-form h1, #login-form h1 {
    font-weight: bold;
    margin: 0;
    color: black;
}

#img_piEmail{
margin-bottom: 20px;
}

#img_password{
margin-bottom: -15px;
}

.overlay p {
    font-size: 14px;
    font-weight: 100;
    height: 20px;
    letter-spacing: 0.5px;
    margin: 20px 0 30px	
}

span {
    font-size: 12px;
}

.form-container.sign-up-container .pi_radio_class  p{
  float:left;
  font-size:14px;
  margin-left: 10px;
  margin-right:10px;
}

#ifPiYes {
  float:left;
  font-size:14px;
  margin-left: 10px;
  margin-right:10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: left;
  justify-content: space-evenly;
}

#ifPiYes input{
    width: min-content;
}

#ifPiYes label{
    width: fit-content;
}



.form-container.sign-up-container input[type="radio"]:checked + label {
    background-color: #4973b4;
    cursor: default;
    color: #E6E6E6;
}
.form-container.sign-up-container  input[type="radio"]{
  display: none;
  float:left;
}

#ifPiNo{
display:none;
float:left;
}

.pi_radio_class label{
  padding: 2px 6px;
  background-color: white;
  border-radius: 1px;
  border:  thin solid #4973b4;  
  float: left;
  margin:1px;

}

.roles_class p{
display: inline-block;
font-size: 14px;
margin-left: 10px;
margin-right: 20px;
}

.roles_class select{
  display: inline-block;
}

#role{
  display: none;
}

#signin_submit{
    border-radius: 20px;
    border: 1px solid #4973b4;
    background-color: #4973b4;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 45px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in;
    cursor:pointer;
    margin-bottom: 10px;
}

#overlay_signup{
    border-radius: 20px;
    border: 1px solid #4973b4;
    background-color: #4973b4;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 45px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in;
    cursor:pointer;
}

#signup_submit{
    border-radius: 20px;
    border: 1px solid #4973b4;
    background-color: #4973b4;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 45px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in;
    cursor:pointer;
    margin-top: 5px;
    place-self: center;
    margin-bottom: 5px;
}

#overlay_signin{

    border-radius: 20px;
    border: 1px solid #313535;
    background-color: #313535;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 45px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in;
    cursor:pointer;
}

#signin_submit{
background-color:#313535;
border: 1px solid #313535;
}

.sign-up-container #signup_submit{
	border: 1px solid #4973b4;
    background-color: #4973b4;
}

#signin_submit button:active,#signup_submit button:active,#overlay_signin button:active,#overlay_signup button:active{
    transform: scale(0.95);
}

#signin_submit button:focus,#signup_submit button:focus,#overlay_signin button:focus,#overlay_signup button:focus{
    outline: none;
}

#signin_submit button.ghost,#signup_submit button.ghost,#overlay_signin button.ghost,#overlay_signup button.ghost{
    background-color: transparent;
    border-color: #ffffff;
}

#login-form{
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-left : 40px;
    
    width:87%;
    height: 100%;
    float:left;
    text-align: center;
}


#sign-up-form{
    background-color: #ffffff;
    display: flex;
    align-items: left;
    justify-content: center;
    flex-direction: column;
    padding-left : 40px;
    padding-top: 60px;
    float:left;
    width:87%;
    height: 100%;
    text-align: center;
}

.abc1{
float:left;
width:6%;

}


.form-container.sign-up-container input {
    background-color: #eee;
    border: none;
    padding: 12px 15px;
    margin: 8px 0;
    width: 100%;
    display: inline-block;
}

.form-container input {
    background-color: #eee;
    border: none;
    padding: 12px 15px;
    margin: 8px 0;
    width: 100%;
    display: inline-block;
}


.container2 {
   /* background-color: #ffffff;*/
  border-radius: 10px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  overflow: hidden;
  width: 768px;
  max-width: 100%;
  min-height: 680px;
  padding-top:10px;
  margin-top: 20px;
  margin-left:auto;
	margin-right:auto;
  z-index: 0;
  width: 60%;
  height: 60%;
  padding: 20px;
  text-align: center;
  border: 3px solid #f1f1f1;
  position: relative;
}


.form-container {
    position: absolute;
    top: 0;
    height: 100%;
    transition: all 0.6s ease-in-out;
}

.sign-in-container {
    left: 0;
    width: 50%;
    z-index: 2;
	display:block;
}

.sign-up-container {
    left: 0;
    width: 50%;
    opacity: 0;
    z-index: 1;
    overflow:auto;

}


.container2.right-panel-active .sign-in-container {
    transform: translateX(100%);
	
}

.container2.right-panel-active .sign-up-container {
    transform: translateX(100%);
    opacity: 1;
    z-index: 5;
   /*animation: show 0.6s;*/
}

@keyframes show {
    0%,
    49.99% {
        opacity: 0;
        z-index: 1;
    }

    50%,
    100% {
        opacity: 1;
        z-index: 5;
    }
}

.overlay-container {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    overflow: hidden;
    transition: transform 0.6s ease-in-out;
    z-index:100;
}

.container2.right-panel-active .overlay-container {
    transform: translateX(-100%);
}

.overlay {
    background: #4973b4;
    background: -webkit-linear-gradient(to right, #4973b4, #313535);
    background: linear-gradient(to right, #4973b4, #313535);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    color: #ffffff;
    position: relative;
    left: -100%;
    height: 100%;
    width: 200%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
}

.container2.right-panel-active .overlay {
    transform: translateX(50%);
}

.overlay-panel {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 40px;
    text-align: center;
    top: 0;
    height: 100%;
    width: 50%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
}

.overlay-left {
    transform: translateX(-20%);
}

.container2.right-panel-active .overlay-left {
    transform: translateX(0);
}

.overlay-right {
    right: 0;
    transform: translateX(0);
}

.container2.right-panel-active .overlay-right {
    transform: translateX(20%);
}



/* Login Header Styling ------- */
/*
.header-container{
min-height:20vh;
}

nav{
	display:flex;
	justify-content:space-around;
	align-items: center;
	min-height: 10vh;
	background-color: white; 
	font-family: 'Poppins', sans-serif;
	position:fixed;
	width:100%;
	z-index:1000;
    	border-bottom : 1px solid #4973b4;
    	box-shadow: 0px 0.5px #4973b4;
}

.logo{
	
	line-height: 0;
	
}
.nav-links{
	display:flex;
	justify-content: space-around;
	width:30%;
}
.nav-links a{
	color: #4973b4; /* Blue color*/
/*
	text-decoration: none;
	letter-spacing: 2px;
	font-weight: bold;
	font-size: 15px;
}
.nav-links li{
	list-style:none;
}
.signin_button{
background-color: #4973b4;
border:none;
color: white;
text-decoration: none;    
cursor:pointer;
width:150%;
height: 120%;
border-radius: 4px;

}
/*
.about-dropdown {
  position: relative;
  display: inline-block;
}

.about-dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 160px;
  z-index: 1;
  #box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  left: -50px;
  padding-top: 38px;
}
/*
.about-dropdown-content a {
        color: #4973b4; /* Blue color*/
/*
        text-decoration: none;
        letter-spacing: 2px;
        font-weight: bold;
        font-size: 15px;
        padding: 12px 16px;
        display: block;
}

.about-dropdown-content a:hover {
        background-color: #f1f1f1;
        cursor: pointer;
}

.about-dropdown:hover .about-dropdown-content {
  display: block;
}
*/
.space-between-header{
min-height:10vh;
}

/* ------------------*/


/* ------------ Forgot Password Link --------------- */

.forgotpasswd a{
  background-color: white;
  color: #4973b4;
  padding: 0.5em 0.75em;
  text-decoration: none;
  border-radius: 10px;
  
}

.forgotpasswd a:hover {
  background-color: #d4d5d6;
}

.forgotpasswd a:active {
  background-color: black;
}

/* -------------------------------------- */


/* -------- PI Email - Tool Tip --------- */

#tooltip_piEmail {
  position: relative;
  display: inline-block;
  float:right;
  z-index: 1001;
  margin: 17px 0px -17px 5px;
  display: none;
  
}

#tooltip_piEmail #tooltiptext_piEmail {
  visibility: hidden;
  width: 330px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1001;
  bottom: 125%;
  right: 50%;
  margin-right: 15px;
  opacity: 0;
  transition: opacity 0.3s;
}

#tooltip_piEmail #tooltiptext_piEmail::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: 10px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

#tooltip_piEmail:hover #tooltiptext_piEmail {
  visibility: visible;
  opacity: 1;
  
}


/* -------------------------------------- */


/* -------- Password - Tool Tip --------- */

#tooltip_password {
  position: relative;
  display: inline-block;
  float:left;
  z-index: 1001;
  margin: 17px 0px -17px 5px;
  margin-top: 383px;
  
}

#tooltip_password #tooltiptext_password {
  visibility: hidden;
  width: 330px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1001;
  bottom: 125%;
  right: 50%;
  margin-right: 15px;
  opacity: 0;
  transition: opacity 0.3s;
}

#tooltip_password #tooltiptext_password::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: 10px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

#tooltip_password:hover #tooltiptext_password {
  visibility: visible;
  opacity: 1;
  font-size: 13px;
}

/* -------------------------------------- */


/* loading spinner */
.lds-ring {
  position: relative;
  width: 50px;
  height: 50px;
  margin-top: 20px;
  margin-bottom: 30px;
  place-self: center;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  border: 8px solid #262932;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #262932 transparent transparent transparent;
  
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}



