.agentLoginWrap {
    padding: 100px;
    margin-top: -50px;
}

.agentLoginWrap .rowBackgroundWrap {
    background-color: #0a1f44;
    align-items: center;
}

.agentLoginLeft input {
    width: 100%;
    padding: 12px;
    border: none;
}

.agentLoginLeft input[type="text"]:focus,
.agentLoginLeft input[type="password"]:focus {
    border-color: #0073aa;
    outline: none;
    box-shadow: 0 0 0 2px rgba(0,115,170,0.15);
}

.agentLoginLeft label {
    font-size: 20px;
    font-family: "Poly", serif;
    color: #fff;
    padding-bottom: 8px;
    font-weight: 500;
}

.agentLoginLeft form {padding-bottom: 42px;}


.agentLoginLeft .agentsubmitBtn {
  font-size: 14px;
  background: #ff7100;
  color: #fff;
  font-family: "Poppins";
  font-weight: 400;
  padding: 11px 33px;
  border: 1px transparent;
  border-radius: 4px;
}

.agentLoginWrap .agentLoginRightBgwrap {
    position: relative;
    overflow: hidden;
    z-index: 1;
}


.agentLoginWrap .agentLoginRightBgwrap:before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: #ff7100;
    height: 100%;
    width: 100%;
    transform-origin: bottom;
    transform: skewX(-25deg) translateX(10%);
    z-index: 0;
}

.agentLoginWrap .agentLoginRightBgwrap img {
    position: relative;
    z-index: 2; /* ensures image is in front */
}


.agentLoginWrap .agentLoginLeft {
    padding: 40px;
}

.agentLoginWrap .agentLoginLeft p {
    color: #fff;
}

 
.agentLoginWrap .agentLoginLeft a {
    color: #ff7100;
}

/* 
.agentRehiWrap {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    background-color: #fff;
    padding: 50px;
    border-radius: 4px;
}

.agentRehiWrap h2 {
    font-size: 30px;
    color: #0a1f44;
    font-family: "Poppins";
    font-weight: 300;
    text-transform: uppercase;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 23px;
    margin-top: -7px;
    text-align: center;
}

.agentRehiWrap .agentRightSingle input {
    width: 100%;
    font-weight: 400;
    line-height: 1.5;
    padding: 0.375rem;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    margin: 8px 0px;
}


.agentRehiWrap .agentRightSingle input[type="text"]:focus,
.agentRehiWrap .agentRightSingle input[type="email"]:focus,
.agentRehiWrap .agentRightSingle input[type="password"]:focus {
    border-color: #0073aa;
    outline: none;
    box-shadow: 0 0 0 2px rgba(0,115,170,0.15);
}

.agentRehiWrap .agentRegsubmitBtn {
    font-size: 14px;
    background: #ff7100;
    color: #fff;
    font-family: "Poppins";
    font-weight: 400;
    padding: 11px 33px;
    border: 1px transparent;
    border-radius: 4px;
}
 */





 .agent-registration-form {
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
    background: #f7f7f7;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    font-family: Arial, sans-serif;
}

.agent-registration-title {
    text-align: center;
    margin-bottom: 20px;
    color: #ff7100;
}

.agent-form .form-group {
    margin-bottom: 15px;
}

.agent-form label {
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}

.agent-form .form-input {
    width: 100%;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    transition: border-color 0.3s;
}

.agent-form .form-input:focus {
    border-color: #ff7100;
    outline: none;
}

.agent-form .form-submit {
    width: 100%;
    padding: 12px;
    background: #ff7100;
    border: none;
    border-radius: 6px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s;
}

.agent-form .form-submit:hover {
    background: #e66000;
}

/* .cssBgAgent {
    background: #f0f4f8;
    padding: 50px 0;
} */

.cssBgAgent {
    background: linear-gradient(135deg, #ff758c 0%, #ff7eb3 50%, #ff9f43 100%);
}

.agentDashWrap {
    color: #fff;
    padding: 50px 30px;
    border-radius: 9px;
}

/* .Agent-form-box-left {
    max-width: 500px;
    margin: 20px auto;
    padding: 30px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
} */

/* Labels */
.Agent-form-box-left form label {
    display: block;
    font-weight: 600;
    color: #333;
}

/* Inputs and Select */
.Agent-form-box-left form input[type="text"],
.Agent-form-box-left form input[type="email"],
.Agent-form-box-left form select {
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 18px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 15px;
    transition: all 0.3s ease;
}

.Agent-form-box-left form input[type="text"]:focus,
.Agent-form-box-left form input[type="email"]:focus,
.Agent-form-box-left form select:focus {
    border-color: #0073e6;
    box-shadow: 0 0 5px rgba(0,115,230,0.2);
    outline: none;
}

/* Submit Button */
.Agent-form-box-left form input[type="submit"] {
    width: 100%;
    padding: 14px;
    background-color: #0073e6;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.Agent-form-box-left form input[type="submit"]:hover {
    background-color: #005bb5;
}



/* Container Styling */
/* .agentDashboardRightBgwrap {
    background: #ffffff;
    padding: 25px 20px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    margin-bottom: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
} */


/* Table Styling */
.agent-info-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 15px;
}

/* Heading */
.agentDashboardRightBgwrap h3 {
    margin-bottom: 20px;
    color: #333;
    font-size: 20px;
    font-weight: 600;
}

.Agent-form-box-left h3 {
    margin-bottom: 20px;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    text-decoration: underline;
    padding: 5px 0px;
}

.agentDashboardRightBgwrap h3 {
    margin-bottom: 20px;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    text-decoration: underline;
    padding: 5px 0px;
}


.agentDashHead {
  font-family: "Raleway", Sans-serif;
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 39px;
  color: #000000;
  text-align: center;
  padding: 64px 0px 40px 0px;
  text-decoration: underline;
}







