﻿
.ui-keyboard {
    position: absolute !important;
    top: 400px !important;
}

.vk-overide {
    -moz-box-shadow: 0px 0px 0px #afafaf !important;
    -webkit-box-shadow: 0px 0px 0px #afafaf !important;
    box-shadow: 0px 0px 0px #afafaf !important;
}

#processing {
    display: none;
}

.mainlogin_div {
    position: relative;
    margin: 0px;
    padding: 0px;
    width: auto;
    height: 100%;
    background-size: cover;
    overflow-y: auto;
}

.login-mainbg {
    background: url('../Images/LoginBackgroungImage.jpg') no-repeat center fixed;
    background-size: cover;
    overflow-y: auto;
}

.login-lytebg {
    background: url('../Images/focus_lytebg.jpg') no-repeat center;
    background-size: cover;
}

.clsAdvertice {
    /*background: url('../Images/AIBanner5.jpg') no-repeat ;*/
    background: url('/Focus8W/Resources/Company/Images/AIBanner5.jpg') no-repeat;
    background-size: cover;
   
}
.rtl .flipscreen {
    direction: ltr !important;
}

.ltr .flipscreen {
    direction: ltr !important;
}

.rtl .btnfontsignup {
    font-size: 16px !important;
}

.ltr .btnfontsignup {
    font-size: 16px !important;
    padding: 0;
}

.btnfontsignup:focus {
    outline: none;
}

.login_header {
    margin: 0px;
    padding: 0px;
    height: 45px;
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
}

.mainlogin_div hr {
    margin-left: 3%;
    margin-right: 3%;
    border-top: 1px solid #afafaf;
    margin-top: 10px;
    margin-bottom: 0;
}


.login_left {
    margin: 0px 0px 0 14px;
    padding: 0px;
    float: left;
}

    .login_left img {
        margin: 4px 0 0 0;
        padding: 0px;
        float: left;
    }

    .login_left h1 {
        float: left;
        margin: 3px 0 0 12px;
        padding: 0px !important;
        font-size: 34px !important;
        font-weight: 300;
        display: block;
        color: #696666;
    }

.logo_right {
    margin: 10px -15px 0 0;
    padding: 0px;
    float: right;
}

    .logo_right ul {
        margin: 0px;
        padding: 0px;
    }

        .logo_right ul li {
            margin: 0px 20px 0 0;
            padding: 0px;
            list-style: none;
            display: inline-block;
            height: 40px;
            width: 30px;
            text-align: center;
            vertical-align: middle;
        }

            .logo_right ul li .icon-new-company {
                margin: 0px;
                padding: 0px;
                font-size: 25px;
                color: #696666;
                -webkit-transition: all 300ms ease-in-out;
                -ms-transition: all 300ms ease-in-out;
                -moz-transition: all 300ms ease-in-out;
                transition: all 300ms ease-in-out;
            }

                .logo_right ul li .icon-new-company:hover {
                    text-shadow: 0px 2px 8px rgba(0,0,0,0.5);
                    z-index: 2;
                    -webkit-transition: all 200ms ease-in;
                    /*-webkit-transform: scale(1.5);*/
                    /*-ms-transform: scale(1.5);*/
                    -moz-transition: all 200ms ease-in;
                    /*-moz-transform: scale(1.5);*/
                    transition: all 200ms ease-in;
                    /*transform: scale(1.5);*/
                    cursor: pointer;
                    font-size: 30px;
                }


            .logo_right ul li .icon-keybord {
                margin: 0px;
                padding: 0px;
                font-size: 25px;
                color: #696666;
                -webkit-transition: all 300ms ease-in-out;
                -ms-transition: all 300ms ease-in-out;
                -moz-transition: all 300ms ease-in-out;
                transition: all 300ms ease-in-out;
            }

                .logo_right ul li .icon-keybord:hover {
                    text-shadow: 0px 2px 8px rgba(0,0,0,0.5);
                    z-index: 2;
                    -webkit-transition: all 200ms ease-in;
                    /*-webkit-transform: scale(1.5);*/
                    /*-ms-transform: scale(1.5);*/
                    -moz-transition: all 200ms ease-in;
                    /*-moz-transform: scale(1.5);*/
                    transition: all 200ms ease-in;
                    /*transform: scale(1.5);*/
                    cursor: pointer;
                    font-size: 30px;
                }

            .logo_right ul li .fa-keyboard-selcted {
                /*-webkit-transition: all 200ms ease-in;
                        -webkit-transform: scale(1.5);
                        -ms-transition: all 200ms ease-in;
                        -ms-transform: scale(1.5);
                        -moz-transition: all 200ms ease-in;
                        -moz-transform: scale(1.5);
                        transition: all 200ms ease-in;
                        transform: scale(1.5);*/
            }

            .logo_right ul li .icon-new {
                margin: 0px;
                padding: 0px;
                font-size: 20px;
                color: #696666;
                -webkit-transition: all 300ms ease-in-out;
                -ms-transition: all 300ms ease-in-out;
                -moz-transition: all 300ms ease-in-out;
                transition: all 300ms ease-in-out;
            }

                .logo_right ul li .icon-new:hover {
                    text-shadow: 0px 2px 8px rgba(0,0,0,0.5);
                    z-index: 2;
                    -webkit-transition: all 200ms ease-in;
                    -webkit-transform: scale(1.5);
                    -ms-transition: all 200ms ease-in;
                    -ms-transform: scale(1.5);
                    -moz-transition: all 200ms ease-in;
                    -moz-transform: scale(1.5);
                    transition: all 200ms ease-in;
                    transform: scale(1.5);
                    cursor: pointer;
                }


            .logo_right ul li .icon-masters {
                margin: 0px;
                padding: 0px;
                font-size: 20px;
                color: #696666;
                -webkit-transition: all 300ms ease-in-out;
                -ms-transition: all 300ms ease-in-out;
                -moz-transition: all 300ms ease-in-out;
                transition: all 300ms ease-in-out;
            }

                .logo_right ul li .icon-masters:hover {
                    text-shadow: 0px 2px 8px rgba(0,0,0,0.5);
                    z-index: 2;
                    -webkit-transition: all 200ms ease-in;
                    -webkit-transform: scale(1.5);
                    -ms-transition: all 200ms ease-in;
                    /*-ms-transform: scale(1.5);*/
                    -moz-transition: all 200ms ease-in;
                    /*-moz-transform: scale(1.5);*/
                    transition: all 200ms ease-in;
                    /*transform: scale(1.5);*/
                    cursor: pointer;
                    font-size: 35px;
                }



            .logo_right ul li .icon-uer-refresh {
                margin: 0px;
                padding: 0px;
                font-size: 25px;
                color: #696666;
                -webkit-transition: all 300ms ease-in-out;
                -ms-transition: all 300ms ease-in-out;
                -moz-transition: all 300ms ease-in-out;
                transition: all 300ms ease-in-out;
            }

                .logo_right ul li .icon-uer-refresh:hover {
                    text-shadow: 0px 2px 8px rgba(0,0,0,0.5);
                    z-index: 2;
                    -webkit-transition: all 200ms ease-in;
                    -webkit-transform: scale(1.5);
                    -ms-transition: all 200ms ease-in;
                    /*-ms-transform: scale(1.5);*/
                    -moz-transition: all 200ms ease-in;
                    /*-moz-transform: scale(1.5);*/
                    transition: all 200ms ease-in;
                    /*transform: scale(1.5);*/
                    cursor: pointer;
                    font-size: 25px;
                }
                   .logo_right ul li .icon-restore-1 {
                margin: 0px;
                padding: 0px;
                font-size: 25px;
                color: #696666;
                -webkit-transition: all 300ms ease-in-out;
                -ms-transition: all 300ms ease-in-out;
                -moz-transition: all 300ms ease-in-out;
                transition: all 300ms ease-in-out;
            }

                .logo_right ul li .icon-restore-1:hover {
                    text-shadow: 0px 2px 8px rgba(0,0,0,0.5);
                    z-index: 2;
                    -webkit-transition: all 200ms ease-in;
                    /*-webkit-transform: scale(1.5);*/
                    /*-ms-transform: scale(1.5);*/
                    -moz-transition: all 200ms ease-in;
                    /*-moz-transform: scale(1.5);*/
                    transition: all 200ms ease-in;
                    /*transform: scale(1.5);*/
                    cursor: pointer;
                    font-size: 30px;
                }
                   .logo_right ul li .icon-security {
                margin: 0px;
                padding: 0px;
                font-size: 25px;
                color: #696666;
                -webkit-transition: all 300ms ease-in-out;
                -ms-transition: all 300ms ease-in-out;
                -moz-transition: all 300ms ease-in-out;
                transition: all 300ms ease-in-out;
            }

                .logo_right ul li .icon-security:hover {
                    text-shadow: 0px 2px 8px rgba(0,0,0,0.5);
                    z-index: 2;
                    -webkit-transition: all 200ms ease-in;
                    /*-webkit-transform: scale(1.5);*/
                    /*-ms-transform: scale(1.5);*/
                    -moz-transition: all 200ms ease-in;
                    /*-moz-transform: scale(1.5);*/
                    transition: all 200ms ease-in;
                    /*transform: scale(1.5);*/
                    cursor: pointer;
                    font-size: 30px;
                }

.login_lang {
    margin: 0px;
    padding: 0px;
    float: right;
    height: 35px;
    padding-right: 2%;
    padding-left: 2%;
    position: relative;
    z-index: 1050;
}

    .login_lang ul {
        margin: 10px 15px 0 0;
        padding: 0px;
    }

        .login_lang ul li {
            margin: 0px 6px 0 6px;
            padding: 0px;
            list-style: none;
            display: inline-block;
            vertical-align: top;
        }

            .login_lang ul li a {
                margin: 0px;
                padding: 0px;
                text-decoration: none;
            }

                .login_lang ul li a img {
                    margin: 0px;
                    padding: 0px;
                    height: 25px;
                    width: 50px;
                    border-bottom: 2px solid transparent;
                }

                    .login_lang ul li a img:hover {
                        border-bottom: 2px solid #afafaf;
                    }

            .login_lang ul li .lang_line {
                margin: 0px 0 0 0;
                padding: 0px 0 0px 0;
            }


.login_body {
    margin: 24px;
    padding: 0px;
    width: 75%;
    max-width: 700px;
}

.mainlogin_div h2 {
    text-align: center !important;
    color: #3B3838 !important;
    margin: 5px 0 0 0 !important;
    padding: 5% !important;
    font-size: 27px !important;
    font-weight: 300 !important;
}

.mainlogin_div img {
    text-align: center !important;
    color: #9c9b9b !important;
    margin: 5px 0 0 0 !important;
    padding: 0px !important;
    font-size: 32px !important;
    font-weight: 300 !important;
}

/*.login_body .titel_bar {
    margin: 0px 0 4% 0;
    padding: 0px;
    height: 35px;
    border-radius: 5px 5px 0 0;
    width: 100%;
    max-width: 700px !important;
}

    .login_body .titel_bar h1 {
        float: left;
        color: #fff;
        margin: 3px 0 0 20px;
        padding: 0px;
        font-weight: 300;
        font-size: 26px !important;
    }

    .login_body .titel_bar span {
        margin: 10px 10px 0 0;
        padding: 0px;
        font-size: 14px;
        float: right;
        color: #fff;
    }

        .login_body .titel_bar span:hover {
            text-decoration: underline;
            color: #000;
            cursor: pointer;
        }*/
.left_logindiv {
    display: table;
    text-align: right !important;
}

.rtl .left_logindiv {
    display: table;
    text-align: right !important;
    float: left !important;
}

.ltr .left_logindiv {
    float: left !important;
}
/*.left_logindiv:before { 
    content: ' ';
    display: inline-block;
    vertical-align: middle; 
    height: 100%;
}*/

.logo_image {
    width: 55%;
}

.imglogo_div {
    /*text-align: right;
    display: inline-block;
    vertical-align: middle;   
    margin-top: 20%;*/
    display: table-cell;
    vertical-align: middle;
}

.login_body span {
    background-color: #eee;
    position: absolute;
    left: 1px;
    padding: 7px 10px;
    border-top-left-radius: 5px;
    top: 1px;
    border-bottom-left-radius: 5px;
}

.login_body .login_textbox {
    margin: 0% 2% 6% 13%;
    padding: 0px 0 18px 0;
    position: relative;
}

    .login_body .login_textbox label {
        margin: 1% 0% 0 0;
        padding: 0px;
        font-size: 14px;
        color: rgba(0,0,0,0.5);
        float: left;
        width: 25%;
    }

    .login_body .login_textbox .fo_textbox {
        margin: 0px;
        padding: 0px;
        position: relative;
        float: left;
        width: 100%;
    }

        .login_body .login_textbox .fo_textbox .dropdownbox {
            height: 35px;
            width: 90%;
            border-radius: 5px;
            border: 1px solid #afafaf;
            margin: 0px;
            padding: 3px 3px 3px 38px;
            font-size: 13px !important;
            color: rgba(0,0,0,0.5);
            line-height: 30px;
        }

            .login_body .login_textbox .fo_textbox .dropdownbox .options {
                margin: 5px !important;
                padding: 5px !important;
                font-size: 14px;
            }

        .login_body .login_textbox .fo_textbox input[type="text"], .login_body .login_textbox .fo_textbox input[type="password"] {
            height: 35px;
            width: 90%;
            border-radius: 5px;
            border: 1px solid #afafaf;
            margin: 0px;
            padding: 3px 3px 3px 38px;
            font-size: 13px !important;
            color: rgba(0,0,0,0.5);
        }

        .login_body .login_textbox .fo_textbox input:disabled,
        .login_body .login_textbox .fo_textbox select:disabled {
            background-color: white;
        }


        .login_body .login_textbox .fo_textbox input[type="text"]:-moz-placeholder,
        .login_body .login_textbox .fo_textbox input[type="text"]::-moz-placeholder,
        .login_body .login_textbox .fo_textbox input[type="text"]::placeholder {
            color: #3B3838;
            opacity: 0.7;
        }

        .login_body .login_textbox .fo_textbox input[type="text"]:-ms-input-placeholder,
        .login_body .login_textbox .fo_textbox input[type="text"]::-ms-input-placeholder {
            color: #3B3838;
            opacity: 0.7;
        }

        .login_body .login_textbox .fo_textbox input[type="password"]:-moz-placeholder,
        .login_body .login_textbox .fo_textbox input[type="password"]::-moz-placeholder,
        .login_body .login_textbox .fo_textbox input[type="password"]::placeholder {
            color: #3B3838;
            opacity: 0.7;
        }

        .login_body .login_textbox .fo_textbox input[type="password"]:-ms-input-placeholder,
        .login_body .login_textbox .fo_textbox input[type="password"]::-ms-input-placeholder {
            color: #3B3838;
            opacity: 0.7;
        }


        .login_body .login_textbox .fo_textbox .icon-at {
            /*position: absolute;*/
            top: 2px;
            /*left: 9px;*/
            /*font-size: 23px;*/
            color: rgba(0,0,0,0.5);
            margin: 0px;
            padding: 0px;
        }

        .login_body .login_textbox .fo_textbox .userline {
            border-left: 1px solid #9f9f9f;
            position: absolute;
            top: 0px;
            left: 35px;
            height: 35px;
        }

    .login_body .login_textbox .password .icon-login-password {
        /*position: absolute;*/
        top: 2px;
        /*left: 9px;*/
        /*font-size: 23px;*/
        color: rgba(0,0,0,0.5);
        margin: 0px;
        padding: 0px;
    }

    .login_body .login_textbox .company .icon-new-company-2 {
        /*position: absolute;*/
        top: 2px;
        /*left: 10px;*/
        /*font-size: 20px;*/
        color: rgba(0,0,0,0.5);
        margin: 0px;
        padding: 0px;
    }

    .login_body .login_textbox .company .icon-calender {
        /*position: absolute;*/
        top: 2px;
        /*left: 10px;
        font-size: 20px;*/
        color: rgba(0,0,0,0.5);
        margin: 0px;
        padding: 0px;
    }

.login_body .errormsg {
    margin: 5px 0 0 20%;
    padding: 0px;
    float: left;
    width: 70%;
    color: red;
    font-size: 13px;
    text-shadow: 0px 2px 8px rgba(0,0,0,0.5);
}

.login_body .login-btnsotp button[type="button"] {
        cursor: pointer;
        letter-spacing: 1px;
        margin: 5px 7px 0 5px;
        padding: 5px 13px 7px 13px;
        border: 0px;
        color: black;
        font-size: 14px;
        float: right;
        outline: 0;
        background-color: white;
    }
.login_body .login-btns {
    margin: 0px 10% 0 0;
    padding: 0px;
    width: 45%;
    float: right;
}

    .login_body .login-btns button[type="button"] {
        cursor: pointer;
        letter-spacing: 1px;
        margin: 10px 5px 0 10px;
        padding: 5px 13px 7px 13px;
        border: 0px;
        color: black;
        font-size: 14px;
        float: right;
        outline: 0;
        background-color: white;
    }

        .login_body .login-btns button[type="button"]:hover {
            background-color: #34C4F9;
            color: white;
        }

        .login_body .login-btns button[type="button"]:focus {
            background-color: #34C4F9;
            color: white;
        }

.checkbox_div {
    margin: -6% 0 0 13%;
    padding: 0px;
}

.login_checkbox {
    margin: 0px 0 8px 0;
    padding: 0px;
    /*display:inline-block;*/
}

.ltr .login_checkbox input[type="checkbox"] {
    margin: 2px 0px 0px 0px;
    padding: 5px;
    border: 1px solid #afafaf !important;
    background-color: #d1d1d1;
    width: 18px;
    height: 18px;
    -moz-appearance: checkbox;
    -moz-transform: scale(1.2);
    /*outline: none;*/
}

.rtl .login_checkbox input[type="checkbox"] {
    margin: 2px 0px 0px 0px;
    padding: 5px;
    border: 1px solid #afafaf !important;
    background-color: #d1d1d1;
    width: 18px;
    height: 18px;
    -moz-appearance: checkbox;
    -moz-transform: scale(1.2);
    /*outline: none;*/
}

.login_checkbox label {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-left: 3px;
    padding-top: 0px;
    font-size: 13px;
    color: #7d7d7d;
    font-weight: normal !important;
    top: -4px;
}

.checkbox_div a {
    font-size: 14px;
    color: #00b3f6;
    padding-left: 7px;
    color: #696666;
}


.container-termsAndCondition p {
    margin: 0 0 15px;
    text-align: justify;
}


.social_icons {
    margin: 6% 0% 3% 25%;
    padding: 0px;
}

    .social_icons ul {
        margin: 0px;
        padding: 15px;
    }

        .social_icons ul li {
            margin: 0px 10px 0 0;
            padding: 0px;
            list-style: none;
            display: inline-block;
            height: 40px;
            width: 30px;
            text-align: center;
            vertical-align: middle;
        }

            .social_icons ul li img {
                margin: 0px;
                padding: 0px;
                height: 30px;
                -webkit-transition: all 300ms ease-in-out;
                -ms-transition: all 300ms ease-in-out;
                -moz-transition: all 300ms ease-in-out;
                transition: all 300ms ease-in-out;
            }

                .social_icons ul li img:hover {
                    text-shadow: 0px 2px 8px rgba(0,0,0,0.5);
                    z-index: 2;
                    /*-webkit-transition: all 200ms ease-in;
                    -webkit-transform: scale(1.5);
                    -ms-transition: all 200ms ease-in;
                    -ms-transform: scale(1.5);
                    -moz-transition: all 200ms ease-in;
                    -moz-transform: scale(1.5);*/
                    transition: all 200ms ease-in;
                    /*transform: scale(1.5);*/
                    cursor: pointer;
                    height: 40px;
                    /*zoom:150%;*/
                }

#container {
    margin: -9px auto;
    padding: 0px;
    width: 30%;
}

#imgVirtutalKeyboard {
    display: inline-block;
}

#keypad {
    margin: auto;
    margin-top: 0px;
    margin-bottom: 15px;
}

    #keypad tr td {
        vertical-align: middle;
        text-align: center;
        font-size: 13px;
        font-weight: bold;
        width: 90px;
        height: 45px;
        cursor: pointer;
        color: black;
        border: 1px solid #D2D2D2;
    }

        #keypad tr td:hover {
            background-color: #666666;
            color: #FFF;
        }

.display {
    width: 130px;
    margin: 10px auto auto auto;
    background-color: #000000;
    color: #00FF00;
    font-size: 18px;
    border: 1px solid #999999;
}

/*#container {
                margin: -9px auto;
                padding: 0px;
                width: 30%;

            }*/

.keypadTextbox {
    height: 32px;
    border-radius: 5px;
    border: 1px solid #afafaf;
    margin: 0px;
    padding: 3px 3px 3px 15px;
    font-size: 13px !important;
    color: rgba(0,0,0,0.5);
    width: 100%;
    margin-bottom: 10px;
}

.errormsg {
    margin: 5px 0 0 13%;
    padding: 0px;
    float: left;
    width: 40%;
    color: red;
    font-size: 15px;
    text-shadow: 0px 2px 8px rgba(0,0,0,0.5);
}
.errormsgadmin {
    margin: 5px 0 0 13%;
    padding: 0px;
    float: left;
    width: 40%;
    color: red;
    font-size: 12px;
    text-shadow: 0px 2px 8px rgba(0,0,0,0.5);
}

.LoginFullBody {
    position: relative;
}

.flipInputText {
    transform: scaleX(-1) !important;
    direction: rtl !important;
    padding-right: 40px !important;
}

.flipText {
    transform: scaleX(-1) !important;
    direction: rtl !important;
}



@media screen and (max-width:768px) {
    #imgVirtutalKeyboard {
        display: none !important;
    }
}

@media screen and (min-width: 768px) {

    .termsAndCondition-modal .modal-dialog {
        width: 55%;
    }
    /*.login_modal .modal:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
    }*/

    #processing:before {
        height: 100%;
    }

    .row-padding {
        padding-left: 15px;
    }
}

@media (max-width:800px) and (min-width:768px) {
    .ui-keyboard {
        position: absolute !important;
        top: 413px !important;
    }
}

@media screen and (min-width:1024px) and (max-width:1136px) {
    #container {
        margin: -9px auto;
        padding: 0px;
        width: 30%;
    }

    .login_body {
        margin: 35px auto;
        padding: 0px;
        width: 45%;
    }


        .login_body .login-btns {
            width: 80%;
        }

    .social_icons {
        margin: 0px 0% 3% 27%;
        padding: 0px;
    }
}

@media only screen and (min-width:1680px) and (max-width:1920px) {
}

@media only screen and (min-width:1440px) and (max-width:1680px) {
}

@media only screen and (min-width:1366px) and (max-width:1440px) {
}

@media only screen and (min-width:1280px) and (max-width:1366px) {
}

@media only screen and (min-width:1136px) and (max-width:1280px) {

    /*.imglogo_div {
        margin-top: 25%  !important;
    }*/
}

@media only screen and (min-width:1024px) and (max-width:1136px) {
    .login_body {
        width: 100%;
    }

    /*.imglogo_div {
        margin-top: 0%;
    }*/

    .social_icons {
        margin: 0px 0% 3% 35% !important;
        padding: 0px;
    }
}


@media only screen and (min-width:768px) and (max-width:1024px) {

    .login_body {
        margin: 35px auto;
        padding: 0px;
        width: 100%;
    }

        .login_body .login_textbox {
            margin: 0% 0% 10% 5%;
        }

    .login_checkbox {
        margin: 2px 0px 0px -15px;
    }

    .imglogo_div {
        margin-top: 30%;
    }

    .logo_image {
        width: 60%;
    }

    #container {
        margin: -9px auto;
        padding: 0px;
        width: 35%;
    }

    /*.left_logindiv {
        height: 150px;
    }*/

    .login_body .login-btns {
        width: 100% !important;
    }

    .social_icons {
        margin: 0px 0% 3% 25%;
        padding: 0px;
    }


    .checkbox_div {
        margin: 5% 0 0 9%;
        padding: 0px;
    }

    .social_icons ul li img {
        height: 28px;
    }
}

@media only screen and (min-width:640px) and (max-width:767px) {
    #container {
        margin: -9px auto;
        padding: 0px;
        width: 40%;
    }

    .left_logindiv {
        height: auto;
    }

    .login_body {
        margin: 35px auto;
        padding: 0px;
        width: 100%;
    }

    .login_bodycls {
        margin: 35px;
        padding: 0px;
        width: 100%;
    }

    .login_body .login-btns {
        width: 50%;
    }

    .social_icons {
        margin: 0px 0% 3% 38%;
        padding: 0px;
    }
}

@media only screen and (min-width:480px) and (max-width:640px) {
    .logo_right {
        margin: 10px 3px 0 0;
    }

    .imglogo_div {
        text-align: center;
    }

    .logo_image {
        width: 35%;
    }

    .login_header {
        margin: 0px;
        padding: 0px;
        height: 43px !important;
        /*background-color: #35c4f9;*/
        width: 100%;
    }

    #container {
        margin: -9px auto;
        padding: 0px;
        width: 50%;
    }

    .login_body {
        margin: 0px auto;
        padding: 0px;
        width: 85%;
    }

    .login_bodycls {
        margin: 0px auto;
        padding: 0px;
        width: 85%;
    }

    .login_checkbox label {
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .social_icons {
        margin: 0px 0% 3% 35% !important;
        padding: 0px;
    }

    .login_body .errormsg {
        width: 100% !important;
        margin-left: 20% !important;
    }

    .login_body .login-btns {
        width: 100%;
    }

    .login_body .login-btns {
        margin-top: 2%;
    }

    .login_body .login_textbox .fo_textbox {
        margin-top: 3%;
    }
}

@media only screen and (min-width:320px) and (max-width:480px) {


    .logo_image {
        width: 45%;
    }

    .mainlogin_div hr {
        margin: 2px;
        margin-left: 7%;
        margin-right: 7%;
        border-top: 1px solid #696666;
    }

    .left_logindiv {
        height: auto;
    }

    .imglogo_div {
        text-align: center;
        margin-top: 0;
    }

    #container {
        margin: -9px auto;
        padding: 0px;
        width: 60%;
    }

    .login_body {
        margin: 3px auto;
        padding: 0px;
        width: 85%;
    }

        .login_body .titel_bar h1 {
            float: left;
            color: #fff;
            margin: 3px 0 0 20px;
            padding: 0px;
            font-weight: 300;
            font-size: 22px !important;
        }

    .logo_right {
        margin-top: 5px;
    }

        .logo_right ul {
            margin: 5px 0 0 0;
            padding-right: 10px;
        }

            .logo_right ul li {
                margin: 0px 8px 0 0;
            }

                .logo_right ul li .icon-keyboard {
                    font-size: 15px;
                }

                .logo_right ul li .fa-cog {
                    font-size: 15px;
                }

                .logo_right ul li .icon-new {
                    font-size: 15px;
                }

                .logo_right ul li .icon-masters {
                    font-size: 15px;
                }

                .logo_right ul li .fa-folder {
                    font-size: 15px;
                }

                .logo_right ul li .icon-uer-refresh {
                    font-size: 15px;
                }

    .login_body .login_textbox label {
        width: 100%;
        margin: 10px 0 10px 0;
        padding: 0px;
        font-size: 15px;
    }

    .login_body .login_textbox .fo_textbox {
        width: 100%;
        margin-bottom: 15px !important;
    }

    .checkbox_div {
        margin-left: 12%;
    }

    .login_left h1 {
        font-size: 25px !important;
        margin-top: 8px;
    }

    .login_body .login-btns {
        margin-top: 17px;
    }

    .checkbox_div {
        margin-top: 0% !important;
    }

    .login_checkbox label {
        font-size: 13px;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }


    .social_icons {
        margin: 0% 0% 7% 28%;
        padding: 0px;
    }

    .login_lang ul {
        margin-top: 2px;
    }

        .login_lang ul li a img {
            width: 45px;
            height: 20px;
        }

    .mainlogin_div h2 {
        font-size: 27px !important;
        margin: 10px 0 0 0;
    }

    .login_body .login-btns {
        margin: 5% 11% 0px 0px;
        padding: 0px;
        width: 100%;
    }
    /* new css added*/
    .login_header {
        margin: 0px;
        padding: 0px;
        height: 40px !important;
        /*background-color: #35c4f9;*/
        width: 100%;
    }

    .login_body .login_textbox .fo_textbox input[type="text"], .login_body .login_textbox .fo_textbox input[type="password"] {
        height: 35px;
        width: 95%;
        border-radius: 5px;
        border: 1px solid #afafaf;
        margin: 0px;
        padding: 3px 3px 3px 38px;
        font-size: 12px !important;
        color: rgba(0,0,0,0.5);
    }


    .login_body .login_textbox {
        margin: 0% 2% 6% 6%;
        padding: 0px 0 18px 0;
        position: relative;
    }

        .login_body .login_textbox .fo_textbox .dropdownbox {
            height: 35px;
            width: 95%;
            border-radius: 5px;
            border: 1px solid #afafaf;
            margin: 0px;
            padding: 3px 3px 3px 38px;
            font-size: 12px !important;
            color: rgba(0,0,0,0.5);
            line-height: 30px;
        }


    login_header {
        margin: 0px;
        padding: 0px;
        height: 40px;
        /*background-color: #35c4f9;*/
        width: 100%;
    }

    .login_left img {
        margin: 2px 0 0 0;
        padding: 0px;
        float: left;
        width: 30px;
        height: 30px;
    }

    .login_left h1 {
        font-size: 20px !important;
        margin-top: 5px;
    }

    .login_body .titel_bar {
        margin: 0px 0 4% 0;
        padding: 0px;
        height: 30px;
        border-radius: 5px 5px 0 0;
        width: 100%;
        max-width: 700px !important;
    }

        .login_body .titel_bar h1 {
            float: left;
            color: #fff;
            margin: 3px 0 0 20px;
            padding: 0px;
            font-weight: 300;
            font-size: 20px !important;
        }


    .login_checkbox label {
        font-size: 12px;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .login_body .login_textbox .fo_textbox input[type="text"], .login_body .login_textbox .fo_textbox input[type="password"] {
        height: 35px;
        width: 95%;
        border-radius: 5px;
        border: 1px solid #afafaf;
        margin: 0px;
        padding: 3px 3px 3px 38px;
        font-size: 12px !important;
        color: rgba(0,0,0,0.5);
    }


    .login_body .login_textbox .fo_textbox .dropdownbox {
        height: 35px;
        width: 95%;
        border-radius: 5px;
        border: 1px solid #afafaf;
        margin: 0px;
        padding: 3px 3px 3px 38px;
        font-size: 13px !important;
        color: rgba(0,0,0,0.5);
        line-height: 30px;
    }


    .login_body .login-btns button[type="button"] {
        cursor: pointer;
        letter-spacing: 1px;
        margin: 0px -10px 0 10px;
        padding: 5px 10px 5px 10px;
        border: 0px;
        color: black;
        font-size: 12px;
        float: right;
        outline: none;
    }

    .checkbox_div a {
        font-size: 13px;
        color: #696666;
        padding-left: 5px;
    }


    .login_body .login-btns {
        margin: 0% 11% 0px 0px;
        padding: 0px;
        width: 100%;
    }


    .login_checkbox {
        margin: -4px 0 8px 0;
        padding: 0px;
    }

    .checkbox_div {
        margin-left: 7%;
    }

    .login_body .errormsg .errormsgadmin {
        margin: 5px 0 0 20%;
        padding: 0px;
        float: left;
        width: 60%;
        color: red;
        font-size: 12px;
        text-shadow: 0px 2px 8px rgba(0,0,0,0.5);
    }

    .social_icons ul li img {
        margin: 0px;
        padding: 0px;
        height: 18px;
        -webkit-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
    }

    .logo_right {
        margin: 10px 10px 0 0;
    }
}

@media screen and (max-width:760px) {
    .imglogo_div {
        text-align: center !important;
        margin-top: 0;
    }

    .logo_image {
        width: 35%;
    }

    .left_logindiv {
        text-align: center !important;
        height: auto !important;
    }
}

@media screen and (min-width:1400px) {
    .checkbox_div {
        margin: -4% 0 0 13%;
        padding: 0px;
    }
}

.flipImg {
}
