body {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background: linear-gradient(135deg, #6C63FF, #4ADEDE, #FF6584);
  background-size: 300% 300%;
  animation: gradient-bg 8s infinite;
}

/* Gradient Animation */
@keyframes gradient-bg {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.login-page {
    width: 100%;
    height: 100vh;
    display: inline-block;
    display: flex;
    align-items: center;
}
.form-right i {
    font-size: 100px;
}
.login_text{
	width: 240px;
}
.background_use {
    background: linear-gradient(135deg, #ef8255, #6d9ff0);
}
.bg_set{
	color: #fff!important;
    background-color: #157dcb!important;
    border-color: #157dcb!important;
}
.bg_set:hover{
	 background-color: #0066b3!important;
    border-color: #0066b3!important;
}
.pay_text{
	padding-top: 30px;
	font-size: 40px;
}
.captcha-container {
    border: 2px dashed #ddd;
    padding: 15px;
    background-color: #f8f9fa;
    border-radius: 5px;
    font-size: 18px;
    text-align: center;
}
.form_img{
	position: relative;
}
.center_part {
    position: absolute;
    top: 21%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}








 @media only screen and (max-width: 768px) {

 	.pay_text{
 		font-size: 24px;
 	}
 }