html,
body {
  height: 100%;
}

body {
 /* display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;*/
  background-color: #f5f5f5;
}

.form-signin {
  width: 100%;
  max-width: none;
  padding: 0;
  margin: auto;
}

.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-label-group input,
.form-label-group label {
  height: 3.125rem;
  padding: .75rem;
}

.form-label-group label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0; /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  pointer-events: none;
  cursor: text; /* Match the input under the label */
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group input::-moz-placeholder {
  color: transparent;
}

.form-label-group input:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::placeholder {
  color: transparent;
}

.form-label-group input:not(:-moz-placeholder-shown) {
  padding-top: 1.25rem;
  padding-bottom: .25rem;
}

.form-label-group input:not(:-ms-input-placeholder) {
  padding-top: 1.25rem;
  padding-bottom: .25rem;
}

.form-label-group input:not(:placeholder-shown) {
  padding-top: 1.25rem;
  padding-bottom: .25rem;
}

.form-label-group input:not(:-moz-placeholder-shown) ~ label {
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: 12px;
  color: #777;
}

.form-label-group input:not(:-ms-input-placeholder) ~ label {
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: 12px;
  color: #777;
}

.form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: 12px;
  color: #777;
}

.form-label-group input:-webkit-autofill ~ label {
  padding-top: .25rem;
  padding-bottom: .25rem;
  font-size: 12px;
  color: #777;
}

/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
  .form-label-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .form-label-group label {
    position: static;
  }

  .form-label-group input::-ms-input-placeholder {
    color: #777;
  }
}


/* MOBILE */
@media only screen and (max-width: 600px) {
  .card{
    border-radius: 0;
  }
  /*.card-signup{
    max-width: 600px;
  }*/
}
/* DESKTOP */
@media only screen and (min-width: 600px) {
  .card-login{
    width: 400px
  }
  .card-signup{
    min-width: 800px
  }
}


.animateCenterToLeft{
  position: relative;
  /*left: 0;*/

 /* animation: myanimation 5s 2;
  animation-direction: alternate;*/

  /*animation-duration: 3s;
  animation-name: slidein;*/

  animation: nudge 0.1s linear;
   -webkit-animation-fill-mode: forwards;
}



@keyframes nudge {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-10px, 0);
    opacity: 0.5;
  }
  100% {
    transform: translate(-20px, 0);
    opacity: 0.1;
  }
}

/*
body{
  background-image: url('/auth/assets/img/bg_login.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed; background-size: cover !important; 
}
*/



#loading {
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.3;
	background-color: #fff;
	z-index: 99;
}

#loading-image {
  z-index: 100;
}

.loader {
  border: 16px solid #f7d350;
  border-top: 16px solid #efaf3a;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.form-control.disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}
.form-loader
{





	border: 5px solid var(--bs-primary-active);
	border-top: 5px solid var(--bs-primary-inverse);
	border-radius: 50%;
	width: 26px;
	height: 26px;
	animation: spin 0.5s linear infinite;
	margin: 0 10px;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.error{ color: red; }

.btn-auth {
	display: block; text-align: left; margin: 8px 0;
	width: 100%;
	cursor: pointer; 
	text-decoration: none !important;
	font-weight: 400;
	line-height: 1.5;
	color: #000;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-auth img {
   margin-right:8px; 
}
.btn-auth.btn-facebook {}
.btn-auth.btn-more {}

.text-link { text-decoration: underline;}

label {
    display: inline-block;
    margin-top: 0.5rem;  margin-bottom:4px; font-size: 10px; letter-spacing: 0.5px; color:#999; text-transform: uppercase;
}
/*
.form-control, .btn-group-lg>.btn, .btn-lg, .btn-auth  {
    padding: 0.5rem 0.75rem;
    font-size: 1.0rem; letter-spacing: 0.5px;
    line-height: 1.2;
    border-radius: 0.3rem;
}
*/
.grecaptcha-badge { 
    visibility: hidden !important;
}
.or-separator {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #4b4b4b;
    font-size: 17px;
    font-weight: 300;
    line-height: 23px;
}
.or-separator:not(:empty):before {
    margin-right: 0.5em;
}
.or-separator:after, .or-separator:before {
    content: "";
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom: 1px solid #eaeaea;
}
.or-separator:not(:empty):after {
    margin-left: 0.5em;
}
.or-separator:after, .or-separator:before {
    content: "";
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom: 1px solid #eaeaea;
}
