#ts_login {
    text-align: center;
    padding-right: 0 !important;
    height: 100vh
}

#ts_login .modal-dialog {
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0
}

#ts_login .modal-content {
    height: 100vh;
    border-radius: 0;
    margin: 0;
    padding: 0;
    border:0
}

.ts_ind {
    background-color: #1b1b1b;
    color: #fff
}

.ts_home {
    background-color: #1b1b1b;
    color: #fff
}

.ts_ind {
    height: 100vh
}

.ts_home {
    height: 100vh;
    border-left: 1px solid #234b83
}

@media screen and (max-width: 800px) { 
    .ts_ind {
        height: 50vh
    }
    .ts_home {
        height: 50vh;
        border-top:1px solid #234b83
    }
}

.ts_ind:hover {
    background-image: radial-gradient(ellipse at top left, #000000, #757575  80%);
}

.ts_home:hover {
    background-image: radial-gradient(ellipse at top right, #000000, #757575  80%);
}

.btn-ts {
    background: transparent;
    -webkit-transition: background .2s ease-in-out, border .2s ease-in-out;
    -moz-transition: background .2s ease-in-out, border .2s ease-in-out;
    -o-transition: background .2s ease-in-out, border .2s ease-in-out;
    transition: background .2s ease-in-out, border .2s ease-in-out;
    border: 2px solid #fff;
    padding: 10px 40px;
    border-radius: 100px;
}

.btn-ts:hover {
    color: white;
    background-color: rgba(35, 75, 131,0.2);
}

.ts-eq-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.ts-vc {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ts-pt-12 {
    padding-top:12px;
}

.ts-bright {
    filter: brightness(1.7)
}
.img-item{
position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 10;
}