﻿
.hide {
    display:none !important;
}
#login-container, #login-alt-container {
    width: 300px;
    top: 186px;
    margin-left: -150px;
}
#login-background {
    height: 100vh;
    background: url("https://tpointdevstorage.blob.core.windows.net/basedevpubliccontainer/1631797637616.jpg") no-repeat center top;
    background-size: cover;
}
#login-container .login-title {
    background: none !important;
    background-color: none !important;
    text-align:center;
}
#login-container .login-title img{
    display:initial;
}
.login_form {
    background: none !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.form-group {
    margin-bottom:20px !important;
}
.input-group-addon {
    min-width: 30px !important;
    padding: 6px 0px !important;
}
    .input-group-addon svg path {
        fill: #acafb9 !important;
    }
    .input-group input {
color:#000 !important;
font-size:14px !important;
}
.form-control {
    padding-left: 0px !important;
    height: 30px !important;
    padding-top: 3px !important;
}


/*--------------------------------- CheckBox and Radio-option  ----------------------*/

.checkbox_element, .radio_element {
    position: relative;
}

    .checkbox_element input[type=checkbox].with-font, .radio_element input[type=radio].with-font {
        display: none;
    }

        .checkbox_element input[type=checkbox].with-font ~ label:before, .radio_element input[type=radio].with-font ~ label:before {
            font-family: FontAwesome;
            display: inline-block;
            content: "\f096";
            letter-spacing: 10px;
            font-size: 16px;
            color: #f2be1a;
            width: 18px;
            font-weight: normal;
            text-transform: uppercase;
            vertical-align: middle;
            line-height: 18px;
            position: absolute;
            left: 0px;
            top: 0px;
        }

        .radio_element input[type=radio].with-font ~ label:before {
            content: "\f1db" !important;
        }

        .checkbox_element input[type=checkbox].with-font:checked ~ label:before, .radio_element input[type=radio].with-font:checked ~ label:before {
            content: "\f14a";
            font-size: 15px;
            color: #f2be1a;
            font-weight: normal;
            letter-spacing: 10px;
            line-height: 18px;
        }

        .radio_element input[type=radio].with-font:checked ~ label:before {
            content: "\f058" !important;
            font-size: 13px;
        }

    .checkbox_element label, .radio_element label {
        display: inline-block;
        vertical-align: middle;
        line-height: 16px;
        font-size: 13px;
        cursor: pointer;
        padding-left: 20px;
        font-weight:normal !important;
        color: #fff !important;
    }

.remember_forgotpasss {
    display:flex;
    margin-bottom:35px;
    justify-content:space-between;
}

    .remember_forgotpasss #link-reminder-login {
        font-size: 13px !important;
        color: #f2be1a !important;
    }
.login_btn {
    height: 32px;
    text-align: center;
    font-size: 14px;
    background: #f2be1a;
    color: #000;
    border: none;
    font-weight: bold;
    width: 100%;
    border-radius: 4px;
}

.terms_policy {
    position:fixed;
    bottom:40px;
    width:100%;
    font-size:13px !important;
    color:#fff !important;
}
    .terms_policy .copyrights {
        margin-top:3px;
    }
    .terms_policy a {
        color: #f2be1a !important;
        font-size: 13px !important;
    }
.login_main {
    top:24vh !important;
}
.signup {
    text-align:center;
    color:#fff;
    font-size:13px;
    margin-top:25px;
}
    .signup a {
        color: #f2be1a !important;
    }

    /* Session Expired */

.session_exipred_bg {
    height: 100vh;
    background: url("https://tpointdevstorage.blob.core.windows.net/basedevpubliccontainer/1631797637616.jpg") no-repeat center top;
    background-size: cover;
    width:100%;
    position:absolute;
    top:0px;
    left:0px;
}


.hide {
    display: none !important;
}

.session_exipred {
    width: 320px;
    text-align: center;
    background: rgba(130,134,151,0.1);
    margin-left: calc(50% - 160px);
    margin-top: calc(50vh - 120px);
    padding: 10px;
    padding-top: 30px;
}

    .session_exipred img {
        margin-bottom: 30px;
        display: inline-block;
    }

    .session_exipred .txt {
        font-size: 14px;
        margin-bottom: 20px;
        color: #eee;
    }

    .session_exipred a {
        height: 32px;
        text-align: center;
        font-size: 14px;
        line-height: 31px;
        letter-spacing: 1px;
        text-transform: uppercase;
        background: #f2be1a;
        color: #000;
        border: none;
        font-weight: 600;
        width: 100%;
        display: block;
        border-radius: 4px;
        text-decoration: none;
    }

        .session_exipred a:hover {
            opacity: 0.8;
        }

    .microsoft {
        font-size: 14px;
        color: #000;
        text-decoration: none;
        height: 32px;
        width: 100%;
        font-weight: bold;
        border-radius: 4px;
        text-align: center;
        border: none;
    }

    .separator {
        display: flex;
        align-items: center;
        text-align: center;
        color: white;
    }

    .separator::before,
    .separator::after {
        content: '';
        flex: 1;
        border-bottom: 1px solid white;
    }

    .separator:not(:empty)::before {
        margin-right: .25em;
    }

    .separator:not(:empty)::after {
        margin-left: .25em;
    }