﻿body
{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	/*background:#fff url(../Media/Images/bg-page.png) top center repeat-x;*/
    background-image: linear-gradient(to bottom right, #b9ccdf, #48739d);
    height: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.introtop
{
    display:block;
	width:600px;
	height:200px;
}

.login-cont
{
	display:block;
	width:550px;
	border:1px #cacaca solid;	
	background:#ffffff;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0 5px 10px #888888;
    margin:auto;
    text-align:center;
}

    .login-cont h1
    {
        font-size: 20px;
        font-weight: 200;
        margin: 5px 10px 5px 10px;
        padding: 10px 0px;
    }

.acount
{
	display:inline-block;
	margin:0 10px 10px;
	padding:15px 0 10px 0;
	background:#dce0e3;
	clear:both;
}

    .acount label
    {
        display: inline-block;
        width: 130px;
	    height:30px;
        font-size: 15px;
	    line-height:30px;
	    vertical-align:middle;
	    text-align:right;
	    padding-right:10px;
	    -moz-border-radius: 10px;
	    border-radius: 10px;
    }

    .acount input, select
    {
	    width:250px;
	    height:30px;
	    line-height:30px;
	    vertical-align:middle;
	    margin:5px 60px 5px 5px;
	    padding: 0 0 0 30px;
	    border:1px #b3b3b3 solid;
        -ms-box-sizing:content-box;
        -moz-box-sizing:content-box;
        -webkit-box-sizing:content-box; 
        box-sizing:content-box;
    }

.iconuser
{
    background:#fff url("../Media/Icons/icon-user.png") left center no-repeat;
}

    @-webkit-keyframes autofill_iconuser {
        to {
            background:#fff url("../Media/Icons/icon-user.png") left center no-repeat;
        }
    }

    input:-webkit-autofill {
        -webkit-animation-name: autofill_iconuser;
        -webkit-animation-fill-mode: both;
    }

.iconpass
{
    background:#fff url("../Media/Icons/icon-pass.png") left center no-repeat;
}

.icondatabase 
{
    background:#fff url("../Media/Icons/icon-dbase.png") left center no-repeat;
}


.btn_Login
{
    margin-top: 10px; 
    font-size:medium;
    width:120px;
	height:30px;
}
