body .slicewp-button-p


.login-box{
width:640px;
 height: 349px;}

.new-affiliate-box{
width: 598px;
    height: 346px;}
.ptags {
    margin-left: 75px;
    margin-right: auto;
  
}

h1 {
    text-align: center;
    font-size: 2.5rem; /* Adjust for responsiveness */
}

h2 {
    margin-bottom: 20px;
    font-size: 1.5rem;
    color: #343a40;
}

.box {
    background-color: #eef2f3;
    border: 1px solid #dddddd;
    border-radius: 0.25rem;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 20px auto; /* Center-align boxes and add margin */
    width: 100%; /* Responsive width */
    max-width: 800px; /* Max width for larger screens */
    min-height:385px;
}

.form-group {
    margin-bottom: 15px;
    display: flex;
   
    align-items: flex-start;
}

.form-group label {
    margin-bottom: 5px; /* Space between label and input */
}

.form-control {
    border-radius: 0.25rem;
    box-shadow: none;
    width: 100%; /* Full width of the container */
    max-width: 100%; /* Ensure input doesn't overflow */
	margin-left: 50px;
}

.btn-primary, .btn-success {
    padding: 10px 20px;
    border-radius: 0.25rem;
    font-size: 1rem;
}

.btn-primary {
    background-color: #b48931;
    border: none;
    color: #fff;
}



.btn-success {
    background-color: #b48931; 
    border: none;
    color: #fff;
}



p {
    margin-bottom: 15px;
  
}

.padding{
padding: 10px;padding-bottom:100px;}

/* Responsive Design */
@media (max-width: 768px) {

.ptags {
    margin-left: 20px !important;
	}
    .form-group {
        flex-direction: column !important; /* Stack label and input vertically */
        align-items: stretch !important; /* Stretch input to full width */
    }

    .box {
        width: 95% !important; /* Adjust width on smaller screens */
		height: 375px !important;
    }

    .btn-primary, .btn-success {
        width: auto !important; /* Default button width on small screens */
    }
	.form-control {
	 width: 84% !important; 
	 margin-left: -3px;}
}

@media (min-width: 768px) {
    .row {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: space-between !important;
    }

    .col-md-5 {
        flex: 1 !important;
        margin: 10px !important; /* Margin around columns */
    }
}