.ic-auth-one-bg {
    background-position: center;
    background-size: cover;
}

.ic-auth-one-bg-position {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 380px;
}
.ic-auth-one-bg .ic-bg-overlay {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#364574),
        to(#405189)
    );
    background: linear-gradient(to right, #364574, #405189);
    opacity: 0.9;
}

.ic-bg-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    opacity: 0.7;
    background-color: #000;
}
.ic-auth-one-bg .shape {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
}
.ic-auth-one-bg .shape > svg {
    width: 100%;
    height: auto;
    fill: #eeeff1;
}
.ic-auth-page-wrapper .ic-auth-page-content {
    padding-bottom: 60px;
    position: relative;
    z-index: 2;
    width: 100%;
}

.ic-auth-page-content .form-control {
    padding: 0.5rem 0.9rem;
    border: 1px solid #ced4da;
    height: 42px;
}
.ic-remember-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
    flex-wrap: wrap;
}
.ic-remember-wrap .remember-left label {
    margin-bottom: 0;
    font-size: 16px;
}
.ic-remember-wrap .styled-checkbox + label:before {
    top: 3px;
    width: 14px;
    height: 14px;
    margin-right: 6px;
}
.ic-remember-wrap .forget-password a {
    font-size: 16px;
}
.ic-auth-page-content .form-control:focus {
    outline: none;
    box-shadow: none;
}

.ic-login-footer svg {
    width: 80px;
}

.ic-auth-page-content .card-body {
    padding: 1.5rem 1rem !important;
}
