/* CSS Document */

body
{
	background:url(../images/Welcomeimg.jpg)no-repeat center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-attachment: fixed;
}

.clear_fix
{
	clear:both;
}

.comp_details
{
	position:fixed;
    top: 35%;
    left: 50%;
    width:400px;
    height:auto;
    margin-top: -150px; /*set to a negative number 1/2 of your height*/
    margin-left: -200px; /*set to a negative number 1/2 of your width*/
}
.comp_details p
{
	color:#002a62;
	font-family:"Myriad Pro";
	font-size:22px;
	text-align:center;
	text-shadow:0px 0px 13px #fff, 0px 0px 13px #fff;
	margin:10px 0;
}

.login_scr
{
	position:fixed;
    top: 50%;
    left: 50%;
    width:300px;
    height:250px;
    margin-top: -150px; /*set to a negative number 1/2 of your height*/
    margin-left: -200px; /*set to a negative number 1/2 of your width*/
    border: 1px solid #fff;
    background:rgba(255,255,255,0.6);
	border-radius:5px;
	padding:20px 50px;
}

.login_scr table
{
	border:none;
	color:#3a3a3a;
	font-family:"Myriad Pro";
	font-size:22px;
	width:100%;
}
.login_scr table tr td input
{
	color:#3a3a3a;
	font-family:"Myriad Pro";
	font-size:16px;
	margin:10px 0 10px 0;
	background:#FFFFFF;
	border:solid 1px #4fb5cb;
	outline:none;
	padding:5px 15px;
	width:90%;
}
.login_scr table tr .for_pass a
{
	text-decoration:none;
	color:#3a3a3a;
	font-size:18px;
}
.login_scr table tr .for_pass a:hover
{
	color:#3e9cf1;
}
.login_scr table tr td .btn_submit
{
	width:120px;
	padding:10px;
	background:linear-gradient(to top, #236bae 0%, #3e9cf1 100%);
	color:#FFFFFF;
	font-family:"Myriad Pro";
	font-size:16px;
	border-radius:5px;
	border:solid 1px #2c78bf;
	cursor:pointer;
}
 .style6
        {
            width: 615px;
            height: 28px;
        }