﻿input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: black !important;
}

*, *:before, *:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html, body, form#form1 {
    font-size: 13px;
    line-height: 15px;
    height: 100%;
    overflow: hidden;
}

input[type=submit] {
    outline: none;
    border: none;
    -webkit-appearance: none;
    border-radius: 0;
}

.cont {
    position: relative;
    height: 100%;
    background-image: url("/images/TTLogin.jpg");
    background-size: cover;
    overflow: auto;
    font-family: Arial, Helvetica, sans-serif;
}

.cen_cont {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -18.5rem;
    margin-top: -18rem;
    width: 37rem;
    height: 37.5rem;
    overflow: hidden;
    color: white;
}

    .cen_cont div.inner_cont {
        position: relative;
        height: 100%;
        border-radius: 15px;
        background: rgba(0, 0, 0, 0.5);
        padding: 10px 20px;
    }

        .cen_cont div.inner_cont table {
            width: 100%;
        }

            .cen_cont div.inner_cont table .imgLogo {
                position: relative;
                width: 58%;
                left: 50%;
                margin-left: -29%;
            }

            .cen_cont div.inner_cont table tr.center {
                text-align: center;
            }

            .cen_cont div.inner_cont table tr td.label {
                width: 130px;
            }

            .cen_cont div.inner_cont table tr td.text {
                line-height: 30px;
            }

            .cen_cont div.inner_cont table tr td a {
                color: white !important;
                font-size: 18px;
            }

            .cen_cont div.inner_cont table tr td.capt div span:nth-child(2) {
                line-height: 28px;
                margin: 0px 5px !important;
            }

            .cen_cont div.inner_cont table tr td img.app {
                height: 65px;
            }

input[type=text], input[type=email], input[type=password] {
    display: inline-block;
    height: 100%;
    padding: 5px 10px;
    font-size: 14px;
    background: white;
    color: #000;
    border: #000;
    width: 78%;
}

input[type=image] {
    position: relative;
    top: 5px;
    left: 2px;
}

input[type=submit] {
    position: relative;
    height: 4rem;
    width: 30%;
    margin-left: -15%;
    color: white;
    background: deepskyblue;
    cursor: pointer;
    overflow: hidden;
    border-radius: 15px;
}

.fa, .fab, .fad, .fal, .far, .fas {
    font-size: 40px;
    display: inline-block;
    width: 45px;
    text-align: center;
    margin-right: 22px;
}

.ui-listview > li p {
    text-overflow: initial !important;
    overflow: initial !important;
    white-space: initial !important;
}