﻿/* Login Page Custom */
.ts-page-wrapper {
    display: flex;
    flex-direction: column;
}

.ts-main {
    flex: 1;
    padding-bottom: 3rem;
}

.ts-captcha-img {
    height: 38px;
    width: auto;
    cursor: pointer;
}

.ts-plan-list li {
    list-style: none;
    position: relative;
    padding-left: 1.1em;
    margin-bottom: .35rem;
}

    .ts-plan-list li::before {
        position: absolute;
        left: .1em;
        color: #0d6efd;
        font-weight: 600;
    }
