
/*
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 : Jul 2, 2018, 9:10:24 PM
    Author     : Syed Maaz Ali
*/

.top_navigation ul li{
    background: white;
}
.top_navigation ul li a {
    color: #000;
    font-weight: bold;
}
.top_navigation li.active a{
    color: #dc4c17;
}
.top_navigation ul li:hover a{
    color: #dc4c17;
}
.middle-section{
    /*background: url(../webimages/background.jpg) no-repeat;*/
    background-size: 100%;
    background-position: center;
    padding-top: 70px;
	background-color:#1CA7E0;
}
.login-left h1, .login-left p{
    color: #FFF;
}
.login-left{
    background: none;
    text-align: center;
}
.login-left p{
    font-size: 16px !important;
    width: 100%;
    text-align: center;
}
.login-right{
    background: none;
    margin-top: 30px;
    color: #FFF;
    -webkit-box-shadow: 1px 2px 21px 10px rgba(0,0,0,0.6);
    -moz-box-shadow: 1px 2px 21px 10px rgba(0,0,0,0.6);
    box-shadow: 1px 2px 21px 10px rgba(0,0,0,0.45);
    padding-bottom: 25px;
    padding-right: 22px;
    padding-left: 22px;
}
.my-container {
    width: 1010px;
}
.login-form h2{
    font-size: 26px;
}
.login-form p{
    font-size: 12px;
}
.login-field label {
    font-size: 12px;
    width: 100%;
    font-weight: normal;
}
.login-field input {
    border: none;
    border-bottom: 1px solid #ebaf95;
    margin-bottom: 10px;
    padding: 4px 27px;
    outline: none;
}
.input-email{
    background: url(../webimages/email_icon.png) no-repeat;
    background-position: left;
    background-size: 24px;
}
.input-password{
    background: url(../webimages/lock_icon.png) no-repeat;
    background-position: left;
    background-size: 24px;
}
.input-submit{
    width: 213px;
    height: 51px;
    background: #f0efeb;
    font-size: 16px;
    color: #d64317;
    margin-top: 10px;
}
.pcoded .pcoded-header .navbar-logo[logo-theme="theme1"]{
    background-color: #ffffff;
}
.pcoded .pcoded-header[header-theme="theme6"] {
    background: #ffffff;
}

