div,
p,
span,
table {
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}

form {
    display: inline;
}

.hide {
    display: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

.wrapper {
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgb(253, 253, 253);
    font-family: Arial;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 400px inset;
}

.loginHead {
    text-align: center;
    color: rgb(255, 255, 255);
    padding: 18px;
    background-color: rgb(16, 157, 2);
    height: 75px;
    box-shadow: rgba(0, 0, 0, 0.0941176) 0px 10px 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 20px;
}

.loginBody {
    display: inline-block;
    vertical-align: middle;
    padding: 0px;
    border-radius: 10px;
    margin-top: -100px;
    /* height: 320px; */
    width: 448px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 50px, rgba(0, 0, 0, 0.07) 0px 5px 0px;
    /* overflow: hidden; */
    position: relative;
    z-index: 1;
}

.loginInner {
    padding: 30px 20px 20px;
    color: rgb(255, 255, 255);
    background: rgb(1, 118, 12);
    position: relative;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.logo {
    background-color: rgb(255, 255, 255);
    border-radius: 20px;
    border: 2px solid white;
    height: 100px;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.09) 0px 1px 1px;
    height: 41px;
    /* width: 211px; */
    text-align: center;
    padding-left: 11px;
    padding-right: 11px;
    left: 8px;
    top: -32px;
    position: static;
    display: inline-block;
}

.expertText {
    line-height: 30px;
    font-size: 29px;
    color: rgb(89, 105, 105);
    margin-right: -3px;
}

.powerText {
    font-size: 29px;
    color: rgb(35, 155, 38);
    margin-right: -1px;
}

.tmText {
    font-size: 9px;
    line-height: 1px;
    color: rgb(184, 184, 184);
    position: relative;
    top: -9px;
    text-shadow: none;
}

.loginButton {
    user-select: none;
    display: inline-block;
    text-align: center;
    width: 119.266px;
    background-color: rgb(13, 152, 11);
    line-height: 38px;
    border-radius: 2px;
    box-shadow: rgb(0, 0, 0) 0px 2px 0px;
}

    .loginButton span {
        vertical-align: middle;
        display: inline-block;
    }

    .loginButton:hover {
        cursor: pointer;
        background: rgb(16, 157, 2) !important;
    }

    .loginButton:active {
        cursor: pointer;
        position: relative;
        top: 2px;
        box-shadow: none !important;
    }

.gridTable {
    width: 100%;
    border-spacing: 0px;
    padding: 10px;
}

    .gridTable td {
        vertical-align: top;
        padding: 0px;
        position: relative;
    }

        .gridTable td input {
            border: 0px;
            transition: 0.3s ease-out;
            padding: 10px;
            width: 100%;
            margin: 0px;
            box-sizing: border-box;
            font-size: 20px !important;
        }

            .gridTable:hover input,
            .gridTable td input:focus,
            .gridTable td input:active {
                outline: rgb(0, 0, 0);
                box-shadow: rgba(255, 255, 0, 0.498039) 0px 0px 40px;
            }

.icon {
    width: 50px;
    height: 43px;
    text-align: center;
    vertical-align: middle !important;
    background-color: rgb(7, 75, 6);
    color: rgb(253, 253, 253);
    font-size: 21px;
    transition: background 0.2s linear;
    /* border-top-left-radius: 5px; */
    /* border-bottom-left-radius: 5px; */
}

.loginLinks {
    text-align: left;
    font-size: 12px;
    padding-right: 6px;
    padding-left: 10px;
    margin-bottom: 10px;
}

    .loginLinks a {
        color: white;
        text-decoration: none
    }

        .loginLinks a:hover {
            text-decoration: underline
        }

.forgotPassword {
}

    .forgotPassword:hover {
        text-decoration: underline;
        cursor: pointer;
    }

.buttons {
    height: 39px;
    text-align: right;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 5px;
}

.errorLbl {
    text-align: center;
    background: #009bff;
    color: #fff;
    width: 388px;
    padding: 5px;
    margin: 0px auto;
    margin-top: 10px;
    margin-bottom: 20px;
    border-radius: 3px;
}

.warningLbl {
    text-align: center;
    background: rgb(255, 152, 0);
    width: 388px;
    padding: 5px;
    font-size: 12px;
    margin: 0px auto;
    margin-top: 10px;
    margin-bottom: 20px;
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
}

    .warningLbl a {
        color: #fff;
        text-decoration: none;
    }

        .warningLbl a:hover {
            text-decoration: underline;
            cursor: pointer;
        }

.errorLbl table {
    width: 100%;
}

.middle {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.bgicon {
    position: absolute;
    z-index: 0;
    top: 260px;
    left: 0px;
    font-size: 2000px !important;
    color: rgba(17, 68, 7, 0.07);
}

.bysatec {
    position: absolute;
    bottom: -63px;
    z-index: 10;
    right: 0;
}

    .bysatec img {
        width: 130px;
        vertical-align: middle;
    }

.bysatecWrap .tmText {
    position: absolute !important;
    top: 30px !important;
    left: 317px !important;
}

.logoInner4 {
    display: inline-block;
    font-size: 12px;
    font-style: italic;
    left: -4px;
    position: relative;
    color: #333;
}

.clearInput {
    display: none;
    position: absolute;
    right: 7px;
    background: #e9e9e9;
    color: #737373;
    text-align: center;
    font-size: 16px;
    width: 30px;
    height: 30px;
    font-family: monospace;
    top: 7px;
    border-radius: 20px;
    line-height: 30px;
    cursor: pointer;
}
.lds-dual-ring {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 448px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.35);
    z-index: 999999;
    border-radius: 0px 0px 10px 10px;
}

    .lds-dual-ring:after {
        content: " ";
        display: block;
        width: 64px;
        height: 64px;
        margin: 8px;
        border-radius: 50%;
        border: 6px solid #fff;
        border-color: #fff transparent #fff transparent;
        animation: lds-dual-ring 1.2s linear infinite;
    }

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}