/* Change the background color and image of the login page */
body {
  
    #background-color: #FFFFFF !important; /* Replace #FFFFFF with your desired color */
    background-image: url('https://botkida.com/wp-content/uploads/2024/06/9895435.png');
    background-size: cover; /* Ensures the background image covers the entire background */
    background-position: center; /* Centers the background image */
    background-repeat: no-repeat; /* Prevents the background image from repeating */
    #background-image:linear-gradient(to right, #7f00ff 0%, #e100ff 100%);
}
 {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}

.textbox input {
    width: 100%;
    padding: 10px;
    background: #f2f2f2;
    border: none;
    outline: none;
    color: #e100ff;
    font-size: 18px;
    border-radius: 5px;
}

.btn {
    width: 100%;
    background: #e100ff;
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 18px;
    color: #fff;
    border-radius: 40px;
    transition: background 0.3s ease;
}
h3 {
	/* Font & Text */
	font-family: Arial, sans-serif;
	font-size: 25.2px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold; /* Change to bold */

}

.card.pt-4 button:hover {
    background-color:#0516fd;
    color: #fff;
  
}

div .card.pt-4 {
border-radius: 50px;
background-color:#ffff
margin: 0 20px 35.2px 0; /* Added margin to the right */
padding: 24px 20px 24px 24px; /* Add padding to the right */

}
div .card.pt-4 h3,
div .card.pt-4 p,
div .card.pt-4 a,
div .card.pt-4 label {
    font-weight: bold;
  
}
div .card.pt-4 input {
   
    outline: 1px solid #000; /* Add a thicker outline */
    padding: 8px; /* Adjust padding for better visibility */
    border-radius: 10px; /* Ensure smooth edges */
}

.btn.btn-primary.float-end{
    width: 341px;
    margin: 10px 0px 0px 0px
}
.btn.btn-outline-dark.btn-lg.float-end {	
margin: 0px 0px 5px 0px
}

/*OTP VERIFY*/
.signup_form {
background-color: #ffd537
}
.full_bg {
background-color: #0d0382;
}
.signup_form {
border-radius: 100px;
padding: 24px 24px 24px 24px;    
}
/*email verification-----------------------------------------------alert*/
.alert {
    color: rgb(0,0,0);
}