.adminLogin ::placeholder, .adminLogin input {
    color: #3CBDBF;
    opacity: 1;
}

.adminLogin :-ms-input-placeholder {
    color: #3CBDBF;
}

.adminLogin ::-ms-input-placeholder {
    color: #3CBDBF;
}
.form-control {
    font-weight: 400;
}
.alertMsg {
    margin-top: -18px;
    display: inline-block;
    color: #FF6364;
    font-size: 12px;
    line-height: 1.1;
}
.adminLogin input:focus {
    outline: none;
}
.adminLogin {
    background: url(../images/bg_login.svg) no-repeat center center;
    background-attachment: fixed;
}
.required:after {
    padding-left: 0;
}
.blueBdr::before {
    content: '';
    border-left: 5px solid #3CBDBF;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.5s;
}
.menu-icon .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #fff;
}
.header-fixed .header {
    height: 50px;
    background: #f5f8fa;
}
.cmsSecTitle {
    top: -20px;
    left: 10px;
}
.image-input [data-kt-image-input-action="change"] {
    top: 90%;
    left: 75%;
}
.image-input.image-input-outline .image-input-wrapper {
    background-size: 100%;
    background-position: center center;
}
.switchToggle1.form-switch.form-check-solid .form-check-input {
    height: 1rem;
    width: 1.6rem;
}
.switchToggle1.form-check.form-check-solid .form-check-input {
    background-color: #d7d7d7;
}
.switchToggle1.form-check.form-check-solid .form-check-input:checked {
    background-color: #142457;
}
.switchToggle1.form-switch.form-check-solid .form-check-input:checked, .switchToggle1.form-switch.form-check-solid .form-check-input {
    background-size: 50%;
}

.nav-line-tabs .nav-item .nav-link {
    background: none;
}