.body{
	background-image: ;
}
.login-title_banana{
	color:#5eaed0;
	font-weight: 600;
/*	margin-top: -20px !important;*/
/*	 text-shadow: 0px 3px 2px #00000040;*/
	 font-size: 19px;
	 margin: 0px !important;
	 font-family: 'Aileron', sans-serif;
    font-weight: bold;
}

.login-title_trk{
		font-size: 40px !important;
		color: white !important;
		margin: 0px !important;
		font-weight: bold;
		font-family: 'Walkway UltraBold', sans-serif !important;
		letter-spacing: 2px;
	}
.reset-pass-btn.disabled {
  opacity: 0.5;
  pointer-events: none; /* prevents clicking */
  cursor: not-allowed;
}

.fp_title{
	color:#024480;
	font-weight: 600;
	 text-shadow: 0px 3px 2px #00000040;
	 font-size: 19px;
}
.login-body{
	border-radius: 15px !important;
	width: 420px;
	min-height: 465px;
	box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
	transition: height 0.3s ease;
  overflow: hidden;
   z-index: 1000 !important;
}
 .logottk {
      width: 150px;
      height: 144px;
      animation: pulse 2s infinite !important;
    }

    @keyframes pulse {
      0% {
        transform: scale(1);
        opacity: 1;
      }
      50% {
        transform: scale(1.1);
/*        opacity: 0.7;*/
			opacity: 1;
      }
      100% {
        transform: scale(1);
        opacity: 1;
      }
    }


.ttk{
	width: 250px;
	margin-top: -10px;
}
.newlogin_input{
	width: 312px !important;
	height: 40px ;
	border-radius: 20px !important;
	background-color: rgb(255,255,255) !important;
/*	box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 6px -1px, rgba(0, 0, 0, 0.25) 0px 2px 4px -1px;*/
	border: none !important;
	font-weight: 300;
	font-size: 18px !important;
/*	color: white !important;*/
}

.newlogin_btn{
	width: 312px !important;
	height: 40px !important;
	border-radius: 20px !important;
	background-color: #5eaed0 !important;
	font-size: 16px !important;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
}
.newlogin_btn:hover{
	background-color: #4a90b5 !important;
}
.newlogin_forgot{
	color: white !important;
	margin-top: 20px !important;
}
.newlogin_forgot:hover{
	text-decoration: underline;
}
.newlogin_cancel{
	background-color: #C62E2E;
	color: white;
}
.newlogin_con{
	background-color: #296098;
	color: white;
}
.newlogin_username{
	width: 280px !important;
	height: 38px ;
	border-radius: 10px !important;
	background-color: #F3F3F3 !important;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 6px -1px, rgba(0, 0, 0, 0.25) 0px 2px 4px -1px;
	border: none;
	font-weight: 300;
	font-size: 18px !important;
}
.newlogin_newp{
	width: 280px !important;
	height: 38px ;
	border-radius: 10px !important;
	background-color: #F3F3F3 !important;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 6px -1px, rgba(0, 0, 0, 0.25) 0px 2px 4px -1px;
	border: none ;
	font-weight: 300;
	font-size: 18px !important;
}
.newlogin_conp{
	width: 280px !important;
	height: 38px ;
	border-radius: 10px !important;
	background-color: #F3F3F3 !important;
	box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 6px -1px, rgba(0, 0, 0, 0.25) 0px 2px 4px -1px;
	border: none;
	font-weight: 300;
	font-size: 18px !important;
}
.user_required{
	padding-top: 8px;
	margin-left: 40px;
	color:#dd434f;
}
.user_error{
	padding-top: 8px;
	margin-left: 40px;
	color:#dd434f;
}
.email_error{
	padding-top: 8px;
	margin-left: 40px;
	color:#dd434f;
}
.phone_error{
	padding-top: 8px;
	margin-left: 40px;
	color:#dd434f;
}
.pass_required{
	padding-top: 8px;
	margin-left: 40px;
	color:#dd434f;
}
.pass_reuse, .pass_characters{
	padding-top: 8px;
	margin-left: 40px;
	color:#dd434f;
}
.conp_match{
	padding-top: 8px;
	margin-left: 40px;
	color:#dd434f;
}
.validation-jconfirm{
/*	border-radius: 20px !important ;*/
/*	border-bottom: 2px solid 	#296098;
	border-top: 2px solid #296098;*/
}
.custom-jconfirm{
/*	border-radius: 30px !important ;*/
	border-bottom: 5px solid #296098;
	border-top: 5px solid #296098;
		z-index: 9999 !important;
}
.newl_title{
	font-weight: 500;

}

.reset_pass_input{
	width: 312px !important;
	height: 40px ;
	border-radius: 20px !important;
	background-color: rgb(255,255,255) !important;
/*	box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 6px -1px, rgba(0, 0, 0, 0.25) 0px 2px 4px -1px;*/
	border: none !important;
	font-weight: 300;
	font-size: 18px !important;
/*	color: white !important;*/
}
.reset_pass_btn{
	width: 312px !important;
	height: 40px !important;
	border-radius: 20px !important;
	background-color: #5eaed0 !important;
	font-size: 16px !important;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
}
.reset_pass_btn:hover{
	background-color: #4a90b5 !important;
}
.login_instead{
	color: white !important;
	margin-top: 20px !important;
}
.login_instead:hover{
	text-decoration: underline;
}
.sweet-overlay,
.sweet-alert {
    z-index: 99999 !important;
}

@keyframes shake {
    0% { transform: translate(0); }
    25% { transform: translate(-5px); }
    50% { transform: translate(5px); }
    75% { transform: translate(-5px); }
    100% { transform: translate(0); }
}

.shake {
    animation: shake 0.6s ease;
}
.flip-diagonal-2-br{
	color: #e06753; 
	font-size: 30px;

}
.thumps-up{
	font-size: 30px;
	color: #679c88;

}
.flip-diagonal-2-br {
		-webkit-animation: rotate-diagonal-1 3s linear infinite both;
	        animation: rotate-diagonal-1 3s linear infinite both;
}
}

@-webkit-keyframes flip-diagonal-2-br {
  0% {
    -webkit-transform: rotate3d(1, 1, 0, 0deg);
            transform: rotate3d(1, 1, 0, 0deg);
  }
  50% {
    -webkit-transform: rotate3d(1, 1, 0, -180deg);
            transform: rotate3d(1, 1, 0, -180deg);
  }
  100% {
    -webkit-transform: rotate3d(1, 1, 0, -360deg);
            transform: rotate3d(1, 1, 0, -360deg);
  }
}
@keyframes rotate-diagonal-1 {
  0% {
    -webkit-transform: rotate3d(1, 1, 0, 0deg);
            transform: rotate3d(1, 1, 0, 0deg);
  }
  50% {
    -webkit-transform: rotate3d(1, 1, 0, -180deg);
            transform: rotate3d(1, 1, 0, -180deg);
  }
  100% {
    -webkit-transform: rotate3d(1, 1, 0, -360deg);
            transform: rotate3d(1, 1, 0, -360deg);
  }
}
/*.success-jconfirm{
	border-radius: 100px !important;
		border-bottom: 2px solid 	#679c88;
	border-top: 2px solid #679c88;
	background-color: #fcfdfd !important;
}*/

.success-btn{
	display: none !important;

}

.login-box{
	display: flex;
	justify-content: center;
}

#loti_container{
	height: 180px !important;
}
/* Smooth pop animation */
@keyframes pop {
  0% { transform: scale(0.5); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}

/* Modern blue button style */
.btn-modern-blue {
  background: linear-gradient(135deg, #007BFF, #0056b3);
  border: none;
  color: white !important;
  padding: 10px 22px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-modern-blue:hover {
  background: linear-gradient(135deg, #0056b3, #003d80);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

@media (max-width: 768px) {
	.login-body{
		width: 100%;
	}
	.logottk{
		width: 80px;
		height: auto;
	}
	.ttk{
		width:200px;
	}

	body.login-page .login-form input{
		width: 100% !important;
	}

	.newlogin_username, .newlogin_newp, .newlogin_conp{
		width: 95% !important;
	}

	#loti_container{
		height: 140px !important;
	}
}

.password-changed-modal {
    text-align: center;
    padding: 30px 20px;
    font-family: "Roboto", Arial, sans-serif;
}

.password-changed-modal i {
    font-size: 64px;
    color: #007BFF;
    margin-bottom: 15px;
    animation: pop 0.4s ease;
}

.password-changed-modal h3 {
    margin: 0 0 10px;
    color: #007BFF;
    font-size: 20px;
    font-weight: 600;
}

.password-changed-modal p {
    margin: 0 0 20px;
    color: #555;
    font-size: 14px;
}

.password-changed-modal .btn-modern-blue {
    background: #007BFF;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: background 0.3s ease;
}

.password-changed-modal .btn-modern-blue:hover {
    background: #0056b3;
}

@keyframes pop {
    0% { transform: scale(0.7); opacity: 0; }
    70% { transform: scale(1.1); opacity: 1; }
    100% { transform: scale(1); }
}


.jconfirm .jconfirm-box.no-radius {
    border-radius: 0 !important;
}

.phone_note{
	color: white !important;
	text-align: center;
	font-size: 10px !important;
}
