/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 6, 2015, 9:26:17 AM
    Author     : Monk. Mutunga Mutua
    Email:     : jeffmuts@gmail.com
*/


body{
    background: url(../images/layout_sprites.png);
}
.skin-3 .navbar .navbar-inner {
    background: none repeat scroll 0 0 #438eb9;
}

.page-content .page-header:first-child h1 {
    color: #c3c3c3;
    font-size: 24px;
    margin: 0 8px;
    padding: 0;
    font-weight: bold;
}
.form-horizontal .control-group {
    margin-bottom: 5px;
}

.ismenu{}

.login-layout .widget-box {
    background-color: transparent;
    border-bottom: 0 none;
    border-radius: 8px;
    box-shadow: none;
    overflow: hidden;
    padding: 0;
    position: absolute;
    transform: scale(0, 1) translate(-150px);
    visibility: hidden;
    width: 100%;
}
.login-layout {
    background: none repeat scroll 0 0 gray;
}