﻿body
{
    background-color: #0080C2;
    background-image: linear-gradient(#35BCED, #0080C2 70%);
    background-repeat: no-repeat;
    padding-bottom: 50px;
    font-family: Tahoma !important;
}
.content {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background-color: #FFF;
	height: 500px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	border-radius:10px; 
	box-shadow: 0px 0px 22px 3px #444444;
}
.wrapper {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
}
.logo {
	height: 103px;
	width: 180px;
	padding-top: 20px;
	background-size: 100% 100%;
}
.LoginPanel {
    border: 6px solid #0080C2;
    border-left: 0px;
    border-right: 0px;
    padding: 10px;
    border-radius:15px;
}
input 
{
    border: 1px solid #0080C2;
    border-radius: 10px;
    height: 26px;
    padding-left: 5px;
    font-size: 14px !important;
    font-family: Tahoma;
    background-color: #EEE;
            
}
input:hover
{
    outline: none;
    box-shadow: 0px 0px 8px 1px #0080C2;
}
input:focus
{
    outline: none;
    box-shadow: 0px 0px 8px 1px #0080C2;
}
input[type=text], input[type=password]
{
    background-image: linear-gradient(#EEEEEE, #DCDADA 90%) !important; 
}
input[type=submit] 
{
    background-color: #35BCED;
    height:40px;
    border-radius:14px;
    width: 150px; 
    font-weight: bold;
    background-image: linear-gradient(#35BCED, #0080C2 70%) !important; 
    color:#DFDFDF; 
    margin: 0 auto;
    cursor: pointer;
}
input[type=submit]:hover
{
    outline: none;
    box-shadow: 0px 0px 8px 1px #0080C2;
}
.LblSt
{
    text-align: right; 
    width: 200px; 
    padding: 10px; 
    font-weight: bold; 
    text-transform: capitalize;
    font-family: Tahoma;
    color: #0080C2 !important;
}
a
{
    font-size: 14px;
    color: #2EAEDE !important;
}
a:visited
{
    text-decoration: none;
}
a:hover
{
    text-decoration: none;
}
a:active
{
    text-decoration: none;
}
a:link
{
    color: #666;
}