﻿
form-2 {
    /* Size and position */
    width: 310px;
    font-family:Arial;
    padding: 15px;
    padding-left:35px;
    position: relative;

    /* Styles */
    background: #fffaf6;
    border-radius: 4px;
    color: #7e7975;
    box-shadow:
        0 2px 2px rgba(0,0,0,0.2),        
        0 1px 5px rgba(0,0,0,0.2),        
        0 0 0 12px rgba(255,255,255,0.4); 
        
        float:left;
        margin-top:120px;
        margin-left:325px;
        
     filter:
  progid:DXImageTransform.Microsoft.dropshadow(OffX=10, OffY=10,  Color='#33000000'); 
  
  
  
  
  
        
}

.form-2 h1 {
   font-size:16px;
    font-weight:bolder;
    color: #bdb5aa;
    padding-bottom: 8px;
    border-bottom: 1px solid #EBE6E2;
   
    box-shadow: 0 1px 0 rgba(255,255,255,0.8);
    
}













.form-2 h1 .log-in,
.form-2 h1 .sign-up {
    display: inline-block;
    text-transform: uppercase;
    
    
}

.form-2 h1 .log-in {
    color: #6c6763;
    padding-right: 2px;
    
    
}

.form-2 h1 .sign-up {
    color: #ffb347;
    padding-left: 2px;
}

.form-2 .float {
    width: 50%;
    float: left;
    padding-top: 15px;
    border-top: 1px solid rgba(255,255,255,1);
}

.form-2 .float:first-of-type {
    padding-right: 5px;
}

.form-2 .float:last-of-type {
    padding-left: 5px;
}

.form-2 label 
{
    float:left;
    display: block;
    padding: 0 0 10px 2px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 400;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
    font-size: 14px;
}

.form-2 label i {
     /* Gap between icon and text */
    display: inline-block;
    width: 10px;
}

.form-2 input[type=text],
.form-2 input[type=password] {
    font-family: Arial;
    font-size: 13px;
    font-weight: 400;
    display: block;
    padding: 5px;
    float:left;
    margin-left:0px;
    margin-bottom: 5px;
    border: 3px solid #ebe6e2;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.form-2 input[type=text]:hover,
.form-2 input[type=password]:hover {
    border-color: #CCC;
}

.form-2 label:hover ~ input {
    border-color: #CCC;
}

.form-2 input[type=text]:focus,
.form-2 input[type=password]:focus {
    border-color: #BBB;
    outline: none; /* Remove Chrome's outline */
}

.form-2 input[type=submit],
.form-2 .log-twitter {
    /* Size and position */
    width: 80px;
    height: 30px;
    position: relative;

    /* Styles */
    box-shadow: inset 0 1px rgba(255,255,255,0.3);
    border-radius: 3px;
    cursor: pointer;

    /* Font styles */
    font-family: Arial;
    font-size: 14px;
    line-height: 30px; /* Same as height */
    text-align: center;
    font-weight: bold;
}

.form-2 input[type=submit] {

    background: #fbd568; /* Fallback */
    background: -moz-linear-gradient(#fbd568, #ffb347);
    background: -ms-linear-gradient(#fbd568, #ffb347);
    background: -o-linear-gradient(#fbd568, #ffb347);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fbd568), to(#ffb347));
    background: -webkit-linear-gradient(#fbd568, #ffb347);
    background: #fbd568;
    border: 1px solid #f4ab4c;
    color: #996319;
    text-shadow: 0 1px rgba(255,255,255,0.3);
    margin-right: 1px;
}

.form-2 .log-twitter 
{
   align:centre;
    background: #34a5cf; /* Fallback */
    background: -moz-linear-gradient(#34a5cf, #2a8ac4);
    background: -ms-linear-gradient(#34a5cf, #2a8ac4);
    background: -o-linear-gradient(#34a5cf, #2a8ac4);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#34a5cf), to(#2a8ac4));
    background: -webkit-linear-gradient(#34a5cf, #2a8ac4);
    background: linear-gradient(#34a5cf, #2a8ac4);
    border: 1px solid #2b8bc7;
    color: #ffffff;
    text-shadow: 0 -1px rgba(0,0,0,0.3);
    text-decoration: none;
}

.form-2 input[type=submit]:hover,
.form-2 .log-twitter:hover {
    box-shadow: 
        inset 0 1px rgba(255,255,255,0.3), 
        inset 0 20px 40px rgba(255,255,255,0.15);
}

.form-2 input[type=submit]:active,
.form-2 .log-twitter:active{
    top: 1px;
}

/* Fallback fro broswers that don't support box shadows */
.no-boxshadow .form-2 input[type=submit]:hover {
    background: #ffb347;
}

.no-boxshadow .form-2 .log-twitter:hover {
    background: #2a8ac4;
}

.form-2 p:last-of-type {
    clear: both;    
}

.form-2 .opt {
    text-align: right;
    margin-right: 3px;
}

.form-2 label[for=showPassword] {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 11px;
    font-weight: 400;
    text-transform: capitalize;
}

.form-2 input[type=checkbox] {
    vertical-align: middle;
    margin: -1px 5px 0 1px;
}


.Adminpanel
{
      
    margin-left: 530px;
    width: 233px;
}

#sublogo2
{
	width:60px;
	height:94px;
	margin-left:1150px;
	
	background-image:url(../Images/Home-page_04.jpg);
}
.menu ul {
	margin: 0px;
	padding: 0px;
	
}
.menu ul li {
	background-color: #50769E;
	float: left;
	position: relative;
	list-style-type: none;
	
}
.menu ul li a {
	font-family: Arial;
	font-size: 12px;
	line-height: 39px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	display: block;
	height: 39px;
	width: 150px;
	
}
.menu
{
	width:1200px;
	height:39px;
	background-color:#8EBBEB;
	padding-left:30px;
	
}
.menu ul li ul {
	position: absolute;
	visibility: hidden;
	top:39px;
	height:
	
}
.menu ul li ul li a:hover {
	background-color: #8EBBEB;
}
.menu ul li a:hover {
	color: #FFF;
}



.menu ul li:hover ul {
	visibility: visible;
}
.menu ul li:hover {
	background-color: #50769E;
}

.viewbox
{
 width: 900px;
height: auto;
max-width: 1200px;
margin-left: 200px;
background-color:#A4CAF3;
margin-top:30px;

}

.viewdetails
{
    width:900px;
    height:auto;
    max-width:1200px;
background-color:#A4CAF3;
line-height:10px;
}
    