﻿body 

{
    margin:0px;
    font-family:'Source Sans Pro';
    font-weight:400;
}


/*=========== header css ==========*/

.header
{
    font-size:14px;
    height:100px;
    background-color:#fff;
    width:100%

}
/*=========== header css  end ========*/


/*======== content ====================*/

.content 
{
    background: #f8f9fa url('../images/bg_pattern.png') repeat-x left bottom;
    border: 1px solid #eeefef;
    padding: 1.875em 0;

}

/*.content .left
{
    float:left;
    width:55%;
    height:100px;
}

.content .right
{
    float:left;
    width:45%;
    height:100px;
    text-align:right
}*/


/*========= content css end ==========*/


/*============== form =============*/
span {
    font-size:13px;
    display: block;
    text-transform:capitalize;
    color: #2a2e36;
   
}

.login-text
{
    border: 1px solid #d9dbdd;
	padding:8px; /* 16/16 10/16 */
	outline: none;
    font-family:'Source Sans Pro';
    font-size:13px;
    font-weight:400;
    color:#000;
    width:75%;
    border-radius:3px;
    background-image:url('../images/username.png');
    background-position:left center;
    background-repeat:no-repeat;
    padding-left:40px;
}

.login-text:hover
{
    border: 1px solid #bbbdbe;
}
.login-text:focus

{
    border: 1px solid #bbbdbe;
}

.pass-text
{
    border: 1px solid #d9dbdd;
	padding:8px; /* 16/16 10/16 */
	outline: none;
    font-family:'Source Sans Pro';
    font-size:13px;
    font-weight:400;
    color:#000;
    width:75%;
    border-radius:3px;
    background-image:url('../images/password.png');
    background-position:left center;
    background-repeat:no-repeat;
    padding-left:40px;
}

.pass-text:hover
{
    border: 1px solid #bbbdbe;
}
.pass-text:focus

{
    border: 1px solid #bbbdbe;
}

.login-dropdown
{
    border: 1px solid #d9dbdd;
	padding:8px; /* 16/16 10/16 */
	outline: none;
    font-family:'Source Sans Pro';
    font-size:13px;
    font-weight:400;
    width:90%;
    border-radius:3px;
   
}

.login-dropdown:hover
{
    border: 1px solid #bbbdbe;
}
.login-dropdown:focus

{
    border: 1px solid #bbbdbe;
    
}

/*=============== form css end ============*/



.submit-btn { border: none; font-family:Source Sans Pro ; background: #3c8dbc; color: #fff;	cursor: pointer;	
              padding:8px 12px;	display: inline-block;	margin: 10px 0px 5px 0; border-radius:3px; font-size:14px; 
              outline: none;-webkit-transition: all 0.9s; -o-transition: all 0.9s; -ms-transition: all 0.9s;
             -moz-transition: all 0.9s;	transition: all 0.9s;border-color: #367fa9; }

.submit-btn:hover { color: #fff; background: #367FA9; -webkit-transition: all 0.9s; -o-transition: all 0.9s;
                   -ms-transition: all 0.9s;	-moz-transition: all 0.9s;	transition: all 0.9s; }


/*================ button 3d ===============*/

.button-3d {
 position:relative;
 width: auto;
 color:#ecf0f1;
 text-decoration:none;
 border-radius:5px;
 border:solid 1px #0970B2;
 background:#3c8dbc;
 text-align:center;
 padding:5px 7px 4px;
 
 -webkit-transition: all 0.1s;
 -moz-transition: all 0.1s;
 transition: all 0.1s;
 
 -webkit-box-shadow: 0px 4px 0px #05436B;
 -moz-box-shadow: 0px 4px 0px #05436B;
 box-shadow: 0px 4px 0px #05436B;
    top: 0px;
    left: -9px;
}

.button-3d:active{
 -webkit-box-shadow: 0px 2px 0px #05436B;
 -moz-box-shadow: 0px 2px 0px #05436B;
 box-shadow: 0px 2px 0px #05436B;
 position:relative;
 top:4px;
}

/*================ button 3d end ==============*/


/*============== footer ===================*/

.footer
{
    width:100%;
    padding: 2em 0;
    text-align:center;
    font-size:12px;
    color:#595959;
}

/*===================footer css ===========================*/
