.w100{width:100%;}

.logo{width:75px;}

.modal .form-control:focus{
    color:black;
}



/*header ending*/
/*registration*/
/* General styling */
#wppb_register_pre_form_message,
.wppb-form-field label,
.wppb-form-field input,
.wppb-form-field h4,
.form-submit input[type="submit"] {
    color: white; /* All text white */
    text-decoration: none; /* No text decoration */
    font-family: 'Source Sans 3', sans-serif;
    font-size: 20px;
}

/* Link styling */
#wppb_register_pre_form_message a {
    color: #FF8E0B; /* Orange color for links */
    text-decoration: none; /* No underline for links */
}

/* Form and input field styling */
form#wppb-register-user {
    width: 530px;
    padding-top: 200px; /* Padding from the top */
    margin: 0 auto; /* Center form horizontally */
}

form#wppb-register-user input[type="text"],
form#wppb-register-user input[type="email"],
form#wppb-register-user input[type="password"] {
    background-color: #6B00FF; /* Initial background color */
    color: white;
    border: none;
    width: 100%;
    padding: 10px;
    border-radius: 50px;
}

form#wppb-register-user input[type="text"]:hover,
form#wppb-register-user input[type="email"]:hover,
form#wppb-register-user input[type="password"]:hover {
    background-color: #FF8E0B; /* Orange on hover */
}

/* Submit button styling */
/* General message styling */
#wppb_form_general_message {
    margin-top: 150px; /* 200px padding */
    background-color: #6B00FF; /* Background color */
    color: white; /* Text color */
    font-size: 20px; /* Font size */
    font-family: 'Source Sans 3', sans-serif; /* Font family */
    text-align: center; /* Center align text */
}

/* Button text styling */
form#wppb-register-user input[type="submit"] {
    font-size: 64px; /* Button text size */
    font-weight: bold; /* Bold button text */
    background-color: #6B00FF; /* Background color */
    color: white;
    width: 530px;
    margin-top:50px;
    padding-top: 10px;
    border: none;
    border-radius: 50px;
    transition: background-color 0.3s ease;
}

form#wppb-register-user input[type="submit"]:hover {
    background-color: #FF8E0B; /* Orange on hover */
}
/* General form styling */
/* General form styling */
/* General form styling */
/* General form styling */
#wppb-login-wrap {
    width: 530px;
    padding-top: 150px;
    margin: 0 auto;
    color: white;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 20px;
}

/* Ensure labels are placed above the inputs */
#wppb-loginform label {
    display: block;
    color: white;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 20px;
    margin-bottom: 5px;
}

/* Styling for the submit button */
#wppb-loginform input[type="submit"], .btn-submit {
    background-color: #6B00FF;
    color: white;
    font-size: 34px;
    font-weight: bold;
    width: 100%;
    max-width: 530px;
    padding-top: 10px;
    border: none;
    border-radius: 50px;
    transition: background-color 0.3s ease;
}

#wppb-loginform input[type="submit"]:hover {
    background-color: #FF8E0B;
}

/* Lost password link styling */
.login-register-lost-password a {
    color: #FF8E0B;
    text-decoration: none;
}

/* Remember me checkbox */
#wppb-loginform .login-remember label {
    color: white;
}

#wppb-login-wrap .wppb-form-field input,
#wppb-login-wrap .login-username input,
#wppb-login-wrap .login-password input {
    width: 100% !important;
    max-width: 530px !important;
    float: none !important;
}

/* Style the input fields */
#wppb-loginform input[type="text"],
#wppb-loginform input[type="password"] {
    padding: 10px 20px;
    margin-bottom: 20px;
    background-color: #6B00FF;
    border: none;
    border-radius: 50px;
    color: white;
    font-size: 20px;
}

/* Hover effect for input fields */
#wppb-loginform input[type="text"]:hover,
#wppb-loginform input[type="password"]:hover {
    background-color: #FF8E0B;
}
/* Remember me checkbox and label styling */
/* Remember me checkbox and label styling */
#wppb-loginform .login-remember {
    display: flex !important; /* Ensure flexbox layout */
    align-items: center !important; /* Align checkbox and label vertically */
    justify-content: flex-start !important; /* Ensure it stays on the left */
    margin-bottom: 20px !important; /* Space below the "Remember Me" section */
}

/* Ensure the checkbox and label are next to each other */
#wppb-loginform .login-remember input[type="checkbox"] {
    margin-right: 10px !important; /* Small gap between checkbox and label */
    width: auto !important; /* Prevent the checkbox from stretching */
}

h4 {
    display:none;
}
/* Style the alert message */
.wppb-alert {
    padding-top: 150px; /* Top padding */
    text-align: center; /* Center text */
    color: white; /* Text color */
    font-family: 'Source Sans 3', sans-serif; /* Font family */
    font-size: 20px; /* Font size */
    margin: 0 auto; /* Center horizontally if width is set */
    width: fit-content; /* Adjust width to content */
}

/* Style the link within the alert */
.wppb-alert a {
    color: white; /* Link color */
    text-decoration: none; /* No underline */
    font-family: 'Source Sans 3', sans-serif; /* Font family */
}

/* Hover effect for the link */
.wppb-alert a:hover {
    color: #FF8E0B; /* Orange color on hover */
}


@media (max-width: 992px) {
    .logo{width:100px;}
}


