﻿  /* =======================================================================
Template Name: B-Space Single Page Template
Author:  SmartEye Technologies
Author URI: www.smart-eye.in
Version: 1.0
coder name:Prabin Raja
Description: This Template is created for web template

======================================================================= */
        /* ===================================== Import Less ================================== */

        .form-control {
            display: block;
            width: 100%;
            height: 34px;
            padding: 6px 12px;
            font-size: 14px;
            line-height: 1.42857143;
            color: #555;
            background-color: #fff;
            background-image: none;
            border: 1px solid #ccc;
            border-radius: 4px;
            -webkit-box-shadow: none;
            box-shadow: none;
            -webkit-transition: none;
            transition: none;
        }

        .blog-box1 .cdfik li {
            float: left;
            padding: 11.5px;
            text-align: center;
            font-size: 13px;
            border-bottom: 1px solid #ededed;
            border-right: 1px solid #ededed;
            border-top: 1px solid #ededed;
        }

        .blog-box1 .sd-op {
            background-color: #f58220;
            text-align: center;
            color: #FFF;
            padding-bottom: 10px;
            padding-top: 5px;
        }

        .blog-box1 .cdfik {
            width: 100%;
        }

        .blog-box1 .pof-det {
            padding: 10px;
            padding-left: 10px;
            padding-left: 60px;
        }

            .blog-box1 .pof-det b {
                font-size: 13px;
            }

            .blog-box1 .pof-det p {
                font-size: 13px;
                text-align: justify;
                text-indent: 20px;
                margin-top: 5px;
            }

        .blog-box1 .sd-op b {
            font-size: 22px;
        }
        /* ===================================== Basic CSS ================================== */
        * {
            margin: 0px;
            padding: 0px;
            list-style: none;
        }

        img {
            max-width: 100%;
        }

        a {
            text-decoration: none;
            outline: none;
        }

        ul {
            margin-bottom: 0;
            padding-left: 0;
        }

        a:hover,
        a:focus,
        input,
        textarea {
            text-decoration: none;
            outline: none;
        }

        .cp {
            cursor: pointer;
        }

        p {
            margin-bottom: 0px;
            width: 100%;
        }

        .layy {
            padding: 30px;
        }

        h2 {
            width: 100%;
        }

        .iconinput {
            /*display: contents;*/
            position: absolute;
            right: 25px;
            font-size: 20px;
            /*top: 100px;*/
            color: #00a7d0;
        }

        .no-padding {
            padding: 0px;
        }

        .no-margin {
            margin: 0px;
        }

        .sec-title {
            text-align: center;
        }

            .sec-title h2 {
                font-size: 2rem;
                font-weight: 600;
                text-transform: none;
                font-family: IRANSans-Light;
            }

            .sec-title p {
                font-size: 14px;
            }

        body {
            background: #ccc;
            font-family: IRANSans-Light;
            font-size: 0.85rem;
            overflow-x: hidden;
            max-width: 100%;
        }

        .bodyimg {
            position: absolute;
            z-index: -10;
            height: 100vh;
            width: 100%;
            background-image: url("/Assets/img/back01.jpg");
            background-position: center;
            background-size: cover;
            filter: blur(4px);
            -webkit-filter: blur(4px);
            -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
            filter: grayscale(100%);
        }

        .container {
            max-width: 1250px;
        }

        .social {
            position: fixed;
            left: 0px;
            top: 37%;
            width: 60px;
            height: 120px;
            background-color: #EAEAEA;
            box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
            border-radius: 2px;
        }

            .social ul li {
                list-style: none;
                float: none;
                font-size: 32px;
                padding: 15px;
                width: 100%;
                text-align: center;
                color: #FFF;
            }

            .social ul {
                padding-left: 0px;
            }
        /* ===================================== Header Style  ================================== */
        .login-box {
            padding: 20px;
            background-color: #FFF;
            float: inherit;
            margin: auto;
            margin-top: calc(50vh - 270px);
            box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
            border-radius: 4px;
        }

            .login-box .title-box {
                padding: 10px;
                background-color: #00a7d0;
                box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
                border-radius: 2px;
                margin-top: -38px;
                text-align: center;
                color: #FFF;
                border-radius: 4px;
                margin-bottom: 30px;
            }

                .login-box .title-box img {
                    /*position: absolute;
    top: -45px;
    left: 50%;
    right: 40%;*/
                    margin-right: -15px;
                    margin-left: 15px;
                }

                .login-box .title-box h2 {
                    font-size: 16px;
                    margin-bottom: 0px;
                    margin-top: 0px;
                    display: inline;
                }

                .login-box .title-box p {
                    font-size: 12px;
                }

            .login-box .row {
                margin: 0px;
                margin-top: 35px;
            }

                .login-box .row input {
                    height: 35px;
                    border: 0px;
                    border-bottom: 1px solid #CCC;
                }

                .login-box .row label {
                    margin-top: 7px;
                    margin-left: 9px;
                    float: left;
                }

                .login-box .row input[type=checkbox] {
                    float: left;
                }

            .login-box .chk-lab {
                margin-top: 40px;
            }

                .login-box .chk-lab .colkd {
                    padding-top: 7px;
                    text-align: right;
                }

                    .login-box .chk-lab .colkd a {
                        color: #9c00ac;
                        font-size: 13px;
                    }

            .login-box .submot-row {
                text-align: center;
                margin-top: 10px;
            }

                .login-box .submot-row .btn-sm {
                    margin-bottom: -55px;
                    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
                    border-radius: 2px;
                    width: 160px;
                    background-color: #00a7d0;
                    border-color: #00a7d0;
                    padding: 12px 0;
                }

        .coy-info {
            position: absolute;
            bottom: 20px;
            right: calc(50% - 50px);
            width: 200px;
        }

        input::-webkit-input-placeholder {
            font-size: 14px;
            color: #D8D8D8;
        }

        input::-moz-placeholder {
            font-size: 14px;
            color: #D8D8D8;
        }

        input::-ms-input-placeholder {
            font-size: 14px;
            color: #D8D8D8;
        }

        .btn-successbutton {
            background: none;
            border: 0;
            height: 50px;
            width: 120px;
            margin: -10px 0 -10px -30px;
            text-align:right;
            padding-right: 5px;
        }

        .btn-success:hover {
            background-color: #066f89 !important;
            border-color: #066f89 !important;
        }

        .form-control:focus {
            color: #495057;
            background-color: #fff;
            border-color: #80bdff;
            outline: 0;
            box-shadow: none !important;
            border-bottom: 2px solid #9c00ac !important;
        }

        .inpt-sm {
            padding-right: 45px;
        }

        .width-100 {
            width: 100%;
        }