input::-ms-reveal, input::-ms-clear {   display: none!important; }


.alert.alert-error {
    display: none;
}
.alert-error.pf-m-danger{
	display: none !important;
}
.alert-warning.pf-m-warning{
	display: none !important;
}
.alert-success.pf-m-success{
	display:none !important;
}
p#errorMessage {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
.kc-logo-text {
  display: none !important;
}
#kc-header-wrapper {
  display: none !important;
}
#kc-header {
  display: none !important;
}

element.style {
    width: 330px;
}

.alert-warning {
   display: none !important;
}
@font-face {
  font-family: 'myriadProRegular';
  src: url('../fonts/MyriadPro-Regular.woff') format('woff');
}
body { margin: 0; font-family: 'myriadProRegular'!important;  }

.alert.alert-error {
    display: none;
}
.container-fluid.signin_form {
  z-index: 9999999999;
  position: relative;
  float: left;
  width: 100%;
  margin-top: -10px;
  background: url(../img/Group_1486.png) left top;
  background-size: cover;
  background-repeat: no-repeat;
}
.row.inner_signin_form {
  background: #fff;
  margin: 5% auto;
  padding: 32px;
  width: 424px;
  /*padding-bottom: 5%;*/
}
/*span.close_btn {
  right: 10px;
  position: absolute;
  top: 5px;*/
  /*changes by team */
  /*color: #7E7E7E;
  width: 24px;
  height: 24px;
  cursor: pointer;
}*/
span.close_btn {
  float: right;
  vertical-align: text-top;
  position: relative;
  top: -50px;
 
}
.cancel{
  width: 100%;
      height: 56px;
      background: #FFFFFF 0% 0% no-repeat padding-box;
      border: 1px solid #000000;
      opacity: 1;
    color: #000000;
      margin-top: 10px;
  }
  .customButtontext {
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 2.52px;
    text-transform: capitalize;
    opacity: 1;
   
  }
button.custom-color.apply-custom {
  margin-top: 20px;
  width: 100%;
  height: /*56px;*/ 42px; /*changes by team */
  background: /*#df9926 0% 0% no-repeat padding-box;*/ #000000 0% 0% no-repeat padding-box; /*changes by team */
  border: none;
  border-radius: 8px; /*changes by team */
  color: #fff;
  cursor: pointer;
}

/*changes by team */
button.custom-color.apply-custom:hover {
  margin-top: 20px;
  width: 100%;
  height: 42px;
  background: #8626C3 0% 0% no-repeat padding-box;
  border: none;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
}
.signIn {
  text-align: left;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #000000;
  text-transform: capitalize;
  opacity: 1;
  margin-bottom: 20px;
}
.field-bg {
  margin-top: 20px;
}
.forgotPasswd {
  text-align: left;
  font-size: /*18px;*/ 16px; /*changes by team */
  letter-spacing: /*0.18px;*/ 0px; /*changes by team */
  color: /*#007cc3;*/ #8626C3; /*changes by team */
  text-transform: capitalize;
  opacity: 1;
  margin-top: 20px;
  cursor: pointer;
  /*changes by team */
  text-decoration: underline;
  position: relative;
  top:10px;
}
.secondaryText {
  text-align: left;
  font-size: 14px;
  letter-spacing: 0.14px;
  color: /*#7e7e7e;*/ #000000; /*changes by team */
  opacity: 1;
 /* margin-top: 20px;*/
 /*changes by team */
  margin-top: 40px;
  font-weight: 600;
}
.newUser {
  text-align: left;
  font-size: 18px;
  letter-spacing: 0.18px;
  color: #000000;
  text-transform: capitalize;
}
.register {
  text-align: left;
  font-size: 18px;
  letter-spacing: 0.18px;
  color: #007cc3;
  text-transform: capitalize;
  opacity: 1;
  cursor: pointer;
}
.marT40 {
  margin-top: 40px;
}
.copyRights {
  text-align: left;
  font-size: 12px;
  letter-spacing: 0.12px;
  color: #999999;
  opacity: 1;
  margin-top: 20px;
}
.socialLogin{
    padding-top: /*20px;*/ 10px;
	/*changes by team */
}
.marL32{
    margin-left: 32px;
}
.field-icon {
    float: right;
    top: -32px;
    position: relative;
    cursor: pointer;
}
.socialLogin span{
    cursor: pointer;
}
.field-bg {
	position: relative;
	margin-bottom: 30px;
}
.field-bg input, textarea {
	font-size: 20px;
	padding: 10px 0px 10px 0px;
	display: block;
	width: 100%;
	border: none;
	border-bottom: 2px solid #7E7E7E;
}
.field-bg input:focus, .field-bg textarea:focus {
	outline: none;
}
.field-bg label {
	color: #999;
	font-size: 14px;
	font-weight: 300;
	position: absolute;
	pointer-events: none;
	top: -15px;
	transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-webkit-transition: 0.2s ease all;
	background-color: transparent;
	text-transform: uppercase;
}
.field-bg input:focus ~ label {
	top: -20px;
	font-size: 14px;
	color: #999;
	background-color: transparent;
	text-transform: uppercase;
}
/* This rule also contributes to the "floating" behavior */
.field-bg input:focus + label {
  top: -20px; /* Adjust the top position to keep the label fixed */
}
.bar {
	position: relative;
	display: block;
	width: 100%;
}
.bar:before, .bar:after {
	content: '';
	height: 4px;
	width: 0;
	bottom: 0px;
	position: absolute;
	background-color: #21409a;
	transition: 0.5s ease all;
	-moz-transition: 0.5s ease all;
	-webkit-transition: 0.5s ease all;
}
.field-bg input:focus ~ .bar:before, .field-bg input:focus ~ .bar:after {
	width: 100%;
}
.field-bg textarea:focus ~ .bar:before, .field-bg textarea:focus ~ .bar:after {
	width: 100%;
}
.field-bg sup {
	color: #F16C51;
}
.field-bg input:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 opacity: 1;
 font-size: 14px !important;
 color: #777;
}
.field-bg input:focus::-moz-placeholder { /* Firefox 19+ */
 opacity: 1;
 font-size: 14px !important;
 color: #777;
}
.field-bg input:focus:-ms-input-placeholder { /* IE 10+ */
 opacity: 1;
 font-size: 14px !important;
 color: #777;
}
.field-bg input:focus:-moz-placeholder { /* Firefox 18- */
 opacity: 1;
 font-size: 14px !important;
 color: #777;
}
.field-bg input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 opacity: 0;
}
.field-bg input::-moz-placeholder { /* Firefox 19+ */
 opacity: 0;
}
.field-bg input:-ms-input-placeholder { /* IE 10+ */
 opacity: 0;
}
.field-bg input:-moz-placeholder { /* Firefox 18- */
 opacity: 0;
}
.cursor-pointer{
	cursor:pointer
}
/*label.scrollUpText{
  top: -20px;
}*/

.field-bg input:focus + label {
    top: -20px; /* Adjust the top position to keep the label fixed */
}

#snackbar {
  visibility: hidden; /* Hidden by default. Visible on click */
  min-width: 250px; /* Set a default minimum width */
  margin-left: -125px; /* Divide value of min-width by 2 */
  background-color: green; /* Black background color */
  color: #fff; /* White text color */
  text-align: center; /* Centered text */
  border-radius: 2px; /* Rounded borders */
  padding: 16px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  z-index: 1; /* Add a z-index if needed */
  left: 50%; /* Center the snackbar */
  bottom: 30px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}
button:focus {
  outline: none!important;
}
@media(min-width:768px)
{
	.nav_menu1{
		right: 240px;		
		z-index: 9999;
		position: absolute;
		top: 34px;
		color: #fff;
		height: 37px;
	}
	.nav_menu2{
		right: 50px;
		z-index: 9999;
		position: absolute;
		top: 34px;
		color: #fff;
		height: 37px;
	}
	
}
@media (min-width:1601px) and (max-width:1920px)
{
	.container-fluid.signin_form
	{
	  height: 1080px;
	}
}
@media(max-width: 1600px) and (min-width: 1024px)
{
    .container-fluid.update_form {
        height:732px
    }
}

@media(max-width:1300px)
{
  .row.inner_signin_form {
    width: auto;
  }
}
@media(max-width:767px)
{
  .row.inner_signin_form{
    width:100%;
    
  }
  .signIn {    
    font-size: 30px;
  }
  .container-fluid.signin_form{
    background-position: left top;
    background-size: cover;
  }
  .marL32 {
    margin-left: 22px;
	}
	.container-fluid.update_form {
	  height: 1000px;
	}
	body {
    overflow: hidden;
	}

	.row.inner_signin_form {
		padding-bottom: 40px;
	}
	
.nav_menu {
    position: relative;
    width: 100%;
    padding-top: 115px;
    text-align: center;
    display: flex;
}
body.container-fluid.signin_form {
    overflow-y: scroll;
}
.nav_menu a {
    font-size: 1.5rem;
    color: #fff;
    width: 50%;
    display: inline-block;
}

}
/*changes by team*/
.registerDiv{
  text-align: end;
}

.newuser-txt{
  position: relative;
  top:10px;
  font-size: 14px;
  text-align: right;
  letter-spacing: 0.14px;
  text-transform: capitalize;
  opacity: 1;
  font-weight: 600;
}
.socialImg-style{
  width: 30px;
  height: 30px;
}

.postImg-style{
  width: 20px;
  height: 16
}
.mailContent{
  font-size:15px;
  color:#000000;
  display: flex;
  padding: 0;
}

.envelope{
  padding-top: 5px;
}

.logIn_logo{
  padding:40px
}







