﻿@charset "utf-8";

/* CSS Document */

body {
    position: relative;
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
    width: 100%;
}

* {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}

.clr {
    clear: both;
}

.no-padding {
    padding: 0px;
}

.no-margin {
    margin: 0px;
}

.right {
    float: right
}

.left {
    float: left;
}





#wrapper {
    margin: 0px;
    padding: 0px;
    display: block;
    width: 100%;
    clear: both;
}




/** user Login**/

.ta-section-for {
    height: 100vh
}

.ta-section-bg {
    position: relative;
    background-position: center center;
}


.login-page-sps-gz {
    background: url(images/Chicago_Millennium_Park.jpg)no-repeat;
    background-size: auto auto;
    background-size: cover;
    font-size: 18px;
}


.ta-logo-info {
    margin: 20px 0px;
    padding: 0px;
    display: table;
    text-align: center;
    position: relative;
    width: 100%;
    float: left;
    vertical-align: bottom;
}

    .ta-logo-info img {
        margin: 11px auto 11px;
        padding: 0px;
        width: 262px;
        display: table-cell;
        z-index: 100;
    }

.ta-login-notify {
    position: relative;
}

.ta-login-container {
    display: block;
    padding: 0px;
    margin: 0px auto 0px;
    text-align: center;
    width: 100%;
    clear: both;
}

.login-box, .register-box {
    max-width: 500px;
    margin: 35px auto 35px;
    padding: 24px;
    display: block;
    border: 2px solid #C6CACC;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #F8F8F8;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12);
    clear: both;
    text-align: left;
    overflow: hidden;
}



.ta_inner_form {
    margin: 11% auto 0px;
    display: block;
    clear: both;
}

.ta-login-box {
    margin: 0px 0;
    padding: 0 0 20px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

    .ta-login-box .fa {
        color: #5d5f65;
        font-size: 15px;
        float: left;
        margin: 0px;
        padding: 0px;
        position: absolute;
        top: 16px;
        left: 6px;
    }

.ta-text-login-box {
    border: 1px solid #dbe2e8;
    margin: 0px;
    padding: 15px 8px;
    width: 100%;
    color: #606975;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.lofin-title-text {
    margin: 0 0;
    display: block;
    padding: 0 0 20px;
}



.ta-log-h3title {
    margin: 0px 0px;
    padding: 0px;
    font: 35px;
    color: #2b2b2b;
    text-transform: capitalize;
}

.login-box-body p {
    font-size: 15px;
    margin: 0px 0;
    padding: 0px;
    color: #2b2b2b;
}





.ta-login-check-desc {
    margin: 0px 0px;
    color: #606975;
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.ta-forgot-text {
    color: #A0251B;
    font-size: 16px;
    text-decoration: underline;
    background-color: transparent;
}

    .ta-forgot-text.back-login {
        color: #225092;
    }

        .ta-forgot-text.back-login img {
            fill: #225092;
            color: #225092
        }

    .ta-forgot-text:focus,
    .ta-forgot-text:hover {
        text-decoration: none;
        color: #A0251B;
    }

.ta-btn-primary {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    background: #215190;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 12px 24px;
    margin-right: 24px;
}

    .ta-btn-primary:hover,
    .ta-btn-primary:focus {
        background: #191919;
        color: #fff;
    }

.login_bottom {
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.client-logo {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: left;
    align-content: center;
    padding-top: 20px;
    margin: 0px 0px;
    border-top: 1px solid #ccc;
}

    .client-logo img {
        max-width: 100%;
        margin: 0px 10px;
    }



.progress-container {
    margin: 0 0 15px;
    padding: 0 21px;
    display: block !important;
    position: relative;
    width: 100%;
}

    .progress-container .note-text {
        color: #2b2b2b;
        font: 13px;
        margin: 5px 0px;
        padding: 0px;
        text-align: left;
    }

    .progress-container .progress {
        height: 8px;
    }

.form-box {
    margin: 0px 0 0;
}



.logo-blue {
    padding: 0 0 20px
}







/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}



/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
}





/* Material input */

.material .material-input {
    position: relative;
    background: #eaecf5;
    width: 100%;
    height: 56px;
}



    .material .material-input:after {
        display: block;
        clear: both;
        content: "";
    }

    .material .material-input input {
        height: 56px;
    }

    .material .material-input input,
    .material .material-input textarea {
        font-size: 15px;
        width: 100%;
        border: 0;
        border-bottom: 1px solid #C6CACC;
        outline: none;
        background: #EAEEF4;
        float: left;
        color: #000;
    }



    .material .material-input textarea {
        height: 120px;
        padding: 7px 0;
    }



    .material .material-input input {
    }



    .material .material-input label {
        line-height: 26px;
    }



    .material .material-input label {
        color: #6b6d71;
        font-size: 16px;
        font-weight: 300;
        position: absolute;
        left: 7px;
        top: 0px;
        margin: 0px;
    }



.material .material-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
}



    .material .material-bar:before,
    .material .material-bar:after {
        content: "";
        height: 2px;
        width: 0;
        bottom: 0;
        position: absolute;
        background: #C6CACC;
    }



    .material .material-bar:before {
        left: 50%;
    }



    .material .material-bar:after {
        right: 50%;
    }



.material .material-input :focus ~ .material-bar:before,
.material .material-input :focus ~ .material-bar:after,
.material .error ~ .material-bar:before,
.material .error ~ .material-bar:after {
    width: 50%;
}



.material .error ~ .material-bar:before,
.material .error ~ .material-bar:after,
.material .error ~ .material-bar:before,
.material .error ~ .material-bar:after {
    background: #A0251B;
}



.material .error:focus,
.material .error.filled,
.material .error:not(.filled) ~ label {
    color: #A0251B;
    font-size: 11px;
    top: -4px;
}



    .material .material-input :focus ~ label,
    .material .material-input .filled ~ label,
    .material .error:focus ~ label {
        color: #A0251B;
        font-size: 11px;
        top: 0;
        line-height: 24px;
        margin: 0px;
    }

.login-page {
    height: 100vh;
}


@media only screen and (max-width:1366px) {



    .ta-text-box {
        padding: 6px 15px;
    }

    .ta-gn-btn .fa {
        font-size: 15px;
    }

    .ta-gn-btn {
        font-size: 15px;
    }

    .ta_info_inner h3 {
        font-size: 18px;
    }

    .ta-selection-box .dropdown-toggle {
        padding: 6px 15px;
    }
}
