.panel,
.panel-pages {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.panel-pages .panel-body {
    padding: 0 !important;
}

.custom-input {
    width: 100%;
    padding: 25px 20px;
    font-size: 16px;
    font-weight: 400;
    background-color: #ffffff !important;
    border: 1.5px solid #cfe3e3;
    border-radius: 12px;
    transition: all 0.25s ease;
    line-height: 1.5 !important;
}

.custom-input::placeholder {
    color: #585c5f !important;
    /* font-weight: 300 !important; */
}

.portal-btn {
    display: inline-block;
    padding: 10px 30px;
    font-size: 16px;
    color: #ffffff !important;
}

.portal-btn:hover {
    color: #5a468e !important;
}

.portal-btn:active {
    transform: translateY(0);
}

.page-title {
    font-size: 44px;
    font-weight: 300;
    color: #2d3a3a;
    margin-bottom: 20px;
}

.page-subtitle {
    font-size: 24px;
    color: #2d3a3a;
    margin-bottom: 1rem;
    line-height: 1.6;
    text-align: center;
    font-weight: 300;
}

.form-wrapper .form-group {
    margin-bottom: 22px;
}

.form-wrapper .checkbox label {
    font-size: 16px !important;
    color: #5f6b6b;
}

.form-wrapper .checkbox-primary label::before {
    border-color: #2d598a;
}

.form-wrapper .checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #2d598a;
    border-color: #2d598a;
}

.form-wrapper .text-muted {
    color: #337ab7 !important;
    font-size: 16px;
}

.admin-link {
    font-size: 18px;
    font-weight: 500;
    color: #4f5f5f !important;
    text-decoration: none;
    border-bottom: 1px solid #4f5f5f;
    padding-bottom: 3px;
    transition: all 0.2s ease;
}

.admin-link:hover {
    color: #1f6d97 !important;
    border-bottom-color: #1f6d97;
}

.form-wrapper .form-horizontal {
    padding: 0 100px;
}

.reset-password-heading {
    font-size: 24px !important;
    color: #2d3a3a !important;
    margin-bottom: 1rem;
    line-height: 1.6;
    text-align: center;
    font-weight: 300;
}

.auth-two-step {
    min-height: 45vh;
    padding: 20px 0;
}

.auth-two-step .text-white {
    color: #2d3a3a !important;
}

.auth-two-step p {
    font-size: 18px;
    line-height: 1.5;
}

.auth-two-step .form-control-one {
    margin-bottom: 14px;
}

.auth-two-step .portal-btn.w-100 {
    min-width: 0;
}
.text-center-auth {
    text-align: center !important;
    font-weight: 300 !important;
}

.auth-mfa-setup .mfa-background {
    background: #fff;
    border: 1px solid #cfe3e3;
    border-radius: 16px;
    padding: 8px 10px;
}

.auth-mfa-setup .card {
    background: transparent;
    border: none;
    box-shadow: none;
}

.auth-mfa-setup .text-white,
.auth-mfa-setup .step-follow-list li,
.auth-mfa-setup .authenticator-icon-list li span {
    color: #2d3a3a !important;
}

.auth-mfa-setup .authenticator-icon-list li a span {
    color: #2d598a !important;
}

.auth-mfa-setup .vertical-line {
    border-left: 1px solid #cfe3e3;
}

.auth-mfa-setup .portal-btn.w-30 {
    min-width: 280px;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
