.toolsite-auth {
    min-height: calc(100vh - 61px);
    padding: 50px 0 30px;
    display: flex;
    align-items: center;
}

.toolsite-auth {
    background: transparent;
}

body.toolsite .content {
    padding-top: 0 !important;
    background: transparent !important;
    padding: 0 !important;
}

body.toolsite .content {
    min-height: calc(100vh - 61px);
}

#content-container {
    margin-top: 50px !important;
}

body.toolsite .footer {
    background: transparent !important;
    border-top: 1px solid rgba(0,0,0,0.06) !important;
    margin-top: 40px !important;
    padding: 30px 0 !important;
    box-shadow: none !important;
    border-bottom: none !important;
}

body.toolsite .footer .copyright {
    margin: 0 !important;
    font-size: 13px;
    color: rgba(23, 19, 71, 0.65) !important;
    text-align: center;
    background: transparent !important;
}

body.toolsite .footer .copyright a {
    color: rgba(45, 140, 240, 0.85) !important;
    text-decoration: none;
}

body.toolsite .footer .copyright a:hover {
    color: rgba(45, 140, 240, 1) !important;
}

.toolsite-auth-wrap {
    max-width: 520px;
    margin: 0 auto;
    padding: 0 16px;
    width: 100%;
}

.toolsite-auth-card {
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid rgba(0,0,0,0.06);
    border-radius: 14px;
    padding: 18px;
    box-shadow: 0 10px 30px rgba(23, 19, 71, 0.06);
}

.toolsite-auth-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 12px;
}

.toolsite-auth-title {
    font-size: 18px;
    font-weight: 800;
    color: #171347;
    margin: 0;
}

.toolsite-auth-tabs {
    display: flex;
    gap: 10px;
    align-items: center;
}

.toolsite-auth-tabs a {
    text-decoration: none;
    font-size: 13px;
    color: rgba(23, 19, 71, 0.75);
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid rgba(0,0,0,0.08);
    background: rgba(255,255,255,0.7);
}

.toolsite-auth-tabs a.active {
    color: #fff;
    border-color: rgba(45, 140, 240, 0.45);
    background: linear-gradient(135deg, #2d8cf0, #1c6fd8);
}

.toolsite-auth-form .form-group {
    margin-bottom: 14px;
}

.toolsite-auth-form label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 6px;
    color: rgba(23, 19, 71, 0.85);
}

.toolsite-auth-form .form-control {
    height: 42px;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,0.12);
    box-shadow: none;
}

.toolsite-auth-form .form-control:focus {
    border-color: rgba(45, 140, 240, 0.5);
    box-shadow: 0 0 0 4px rgba(45, 140, 240, 0.12);
}

.toolsite-auth-form .btn {
    border-radius: 10px;
}

.toolsite-auth-form .btn-primary {
    background: linear-gradient(135deg, #2d8cf0, #1c6fd8);
    border-color: rgba(45, 140, 240, 0.45);
}

.toolsite-auth-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.toolsite-auth-meta a {
    text-decoration: none;
    color: rgba(23, 19, 71, 0.8);
}

.toolsite-auth-meta a:hover {
    color: rgba(45, 140, 240, 1);
}
