﻿body {
    font-size: 12px;
    background: #f9f9f9;
    color: #676a6c;
    overflow-x: hidden;
    font-family: 'Roboto', sans-serif;
}
        @font-face {
    font-family: 'Roboto';
    src: url('../fonts/web/Roboto-Light.eot');
    src: local('Roboto Light'), local('Roboto-Light'),
        url('../fonts/web/Roboto-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/web/Roboto-Light.woff2') format('woff2'),
        url('../fonts/web/Roboto-Light.woff') format('woff'),
        url('../fonts/web/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/web/Roboto-Regular.eot');
    src: local('Roboto'), local('Roboto-Regular'),
        url('../fonts/web/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/web/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/web/Roboto-Regular.woff') format('woff'),
        url('../fonts/web/Roboto-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/web/Roboto-Medium.eot');
    src: local('Roboto Medium'), local('Roboto-Medium'),
        url('../fonts/web/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/web/Roboto-Medium.woff2') format('woff2'),
        url('../fonts/web/Roboto-Medium.woff') format('woff'),
        url('../fonts/web/Roboto-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
label {  
    font-weight: 500;
}

 th{
    font-weight: 500;
 }
b, strong {
    font-weight: 500;
}
.btn-primary {
    color: #fff;
    background-color: #25476a;
    border-color: #25476a;
}
.ibox {
    clear: both;
    margin-bottom: 15px;
    margin-top: 0;
    padding: 0;
    box-shadow: -2px 6px 11px -7px #ccc;
}
 .ibox-content {
     /*background-color: #ffffff;*/
     /*background-color:#242e2a;*/
     background-color:#3e3e40;
     color: inherit;
     padding: 10px 10px 4px 10px;
     height:330px;
     
 }
.loginWrapper {
        height: 282px;
        
        position: absolute;
        top: 50%;
        margin-top: -141px;
        width: 900px;
        margin-left: -300px;
        left: 40%;
    }

    .loginWrapper .font-bold span.iconHolder{
        display: block;
        width: 120px;
        height: 110px;
        background: #fff;
        border-radius: 50%;
        line-height: 110px;
        text-align: center;
        color: #19aa8d;
        margin: 20px auto 0;
        box-shadow: 2px 4px 23px 0px #e6e6e6;
        font-size: 30px;
    }
    .loginWrapper .font-bold{
        margin-top: 0;
}
.loginWrapper .ibox-content{
padding: 30px;
}
.loginWrapper .form-control {
    height: 35px;
    padding: 3px 10px;
    border-radius: 3px;
    /* font-size: 13px; */
}
.loginWrapper .btn .fa {
    margin-right: 5px;
    font-size: 19px;
    vertical-align: middle;
}
.loginWrapper .btn-primary {
    height: 35px;
    font-size: 15px;
}

    @media screen and (max-width: 600px) {
        .login-logo img {
            width: 135px;
        }

        .panel-main {
            margin-right: -170px;
        }
    }
