/* Header стили - теперь используются общие классы из site-header.css */

/* Main стили */
.agent-login-main {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 40px 20px;
    max-width: 1000px;
    margin: 0 auto;
}

.corporate-login-nav {
    font-family: 'Days One', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;
    margin-bottom: 30px;
}

.corporate-login-nav-item {
    cursor: pointer;
    transition: color 0.3s ease;
}

.corporate-login-nav-active {
    color: #008692;
}

.corporate-login-nav-separator,
.corporate-login-nav-inactive {
    color: #222222;
}

.corporate-form-section {
    width: 100%;
}

.agent-login-wrapper {
    max-width: 575px;
    width: 100%;
    background: #008692;
    border-radius: 25px;
    overflow: hidden;
}

.agent-login-header-section {
    padding: 45px;
    background: #008692;
    border-radius: 25px 25px 0 0;
}

.agent-login-title {
    font-family: 'Days One', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: left;
    color: #ffffff;
    margin: 0;
}

.agent-login-description {
    font-family: 'IBM Plex Sans Condensed', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #ffffff;
    margin: 20px 0 0 0;
}

.agent-login-container {
    padding: 50px 45px;
    margin: 0 5px 5px 5px;
    padding-top: 0px;
}

.agent-login-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.agent-login-field {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.agent-login-label {
    font-family: 'IBM Plex Sans Condensed', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 19px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #ffffff;
    margin-bottom: -8px;
    position: relative;
    z-index: 1;
    padding-left: 2px;
    background: #008692;
    padding-right: 5px;
    margin-left: 3px;
    width: auto;
    display: inline-block;
}

.agent-login-input {
    width: 90%;
    height: 45px;
    border: 2px solid white;
    border-radius: 8px;
    padding: 0 15px;
    font-family: 'IBM Plex Sans Condensed', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 0%;
    color: white;
    background: transparent;
    outline: none;
}

.agent-login-input::placeholder {
    color: white;
    opacity: 0.5;
}

.agent-login-submit {
    background: #83749F;
    padding: 5px 12px;
    border-radius: 9px;
    width: 195px;
    border: none;
    font-family: 'IBM Plex Sans Condensed', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-top: 10px;
    transition: all 0.3s ease;
    margin-left: auto;
}

.agent-login-submit:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}

.agent-login-arrow {
    width: 29px;
    height: 20px;
    border-radius: 8px 4px 4px 8px;
    background: #ffffff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.agent-login-arrow svg {
    width: 20px;
    height: 12px;
}

.agent-login-error {
    background: rgba(255, 0, 0, 0.2);
    border: 2px solid #ff0000;
    color: #ffffff;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 20px;
    font-family: 'IBM Plex Sans Condensed', sans-serif;
    font-size: 14px;
}

.agent-login-success {
    background: rgba(0, 255, 0, 0.2);
    border: 2px solid #00ff00;
    color: #ffffff;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 20px;
    font-family: 'IBM Plex Sans Condensed', sans-serif;
    font-size: 14px;
}

/* Footer стили */
.agent-login-footer {
    padding: 0;
    margin: 0;
    height: 0;
    min-height: 0;
}

/* Agent Creation Page Styles */
.agent-creation-container {
    width: 100%;
    max-width: 575px;
    margin: 0 auto;
}

.agent-creation-title {
    font-family: 'Days One', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;
    color: #222222;
    margin: 0 0 30px 0;
    text-align: left;
}

.agent-creation-description {
    font-family: 'IBM Plex Sans Condensed', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0%;
    color: #ffffff;
    margin: 20px 0 0 0;
}
