﻿.validation-error ul {
    list-style: none;
    padding-left: 0px;
}

.login-font {
    font-size: 0.875rem;
    font-weight: 500 !important;
}

#togglePassword {
    border: none;
    background-color: transparent !important;
    position: absolute;
    top: 6px;
    right: 1px;
}

.mgrn {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.blue {
    color: #1069B0;
}

.blueBtn {
    background: #1069B0;
}

.hr-sect {
    display: flex;
    flex-basis: 100%;
    align-items: center;
    color: rgba(0, 0, 0, 0.35);
    /*margin: 8px 0px;*/
}

    .hr-sect:before, .hr-sect:after {
        content: "";
        flex-grow: 1;
        background: rgba(0, 0, 0, 0.35);
        height: 1px;
        font-size: 0px;
        line-height: 0px;
    }

/*right side card*/
/*.card {
    height: 80vh;
    overflow-y: auto;
}*/
.item {
    padding: 15px;
    margin: 10px 0;
}

    .item .head {
        font-weight: 800;
        font-size: 18px;
        margin-bottom: 0;
    }

    .item p {
        margin-bottom: 0;
        font-size: 14px;
    }

    .item a {
        text-decoration: none;
        font-size: .875rem;
        color: #1069b0;
    }

        .item a:hover {
            text-decoration: underline;
        }

@media (min-width: 992px) {
    .break {
        width: 45% !important;
    }
}

@media (max-width: 992px) {
    .green {
        margin-top: 60px !important;
    }
}