@import url('http://fonts.googleapis.com/css?family=Oswald:300,400&subset=latin,latin-ext');
*{
    margin:0px;
    padding:0px;
}
body{
    background:#e3e3e3 url('img/login/bg.png') center no-repeat;
    font-family: Arial,Helvetica,sans-serif;
    background-color: #e3e3e3;
}
.top{
    height:100%;
    background: url('img/login/bgtop.jpg') repeat top;
    height:120px;
    position: relative;
}
.top:before{
    width:100%;
    height:120px;
    content: '';
    background: url('img/login/top-shadow.png') no-repeat top;
    margin: auto;
    display: inline-block;
}
.top .box{
    height:70px;
    margin-top: -100px;
    position: relative;
}
.logo {
    width:350px;
    height:66px;
    display: inline-block;
    background: url('img/login/logo_echelon.png') no-repeat top;
}
.top h1{
    display: inline-block;
    position: absolute ;
    right: 0px;
    z-index: 10;
    font-size: 20px;
    color:#fff;
    font-weight: normal;
    font-family: 'Oswald' !important;
    font-style: normal;
    font-weight: 300;
    margin-top: 10px;
}
.box{
    width:960px;
    margin:auto;
    padding:10px;
}
.bottom{
    background: url('img/login/footerline.png') repeat-x top;
    height:50px;
    width: 100%;
    position: absolute;
    bottom:0px;
    z-index: 1;
}
.container{
    background: url('img/login/containertop.png') no-repeat top;
    width:919px;
    height:200px;
    background-color: #fff;
    border-radius: 10px;
    z-index: 10;
    -webkit-box-shadow:  0px 4px 4px rgba(50, 50, 50, 0.2);
    -moz-box-shadow:    0px 4px 4px rgba(50, 50, 50, 0.2);
    box-shadow:         0px 4px 4px rgba(50, 50, 50, 0.2); 
    border: 1px solid #e6e6e6;
    padding: 20px;
}
.container h1{
    font-size: 22px;
    padding:10px;
    font-weight: normal;
    font-family: Arial, sans-serif;
    color: #57ba00;
}
.container form{
    margin-top:20px;
    width:420px;
    color: #7a7a7d;
    font-size: 11px;
    position: relative;
}
.container label{
    padding:10px 10px 36px 10px;
    width:90px;
    text-align:right;
    display: inline-block;
}
.container input{
    width:276px;
    padding:11px;
    border: 1px solid transparent;
    border-radius: 7px;
    background: url('img/login/input.png') no-repeat top;
    background-color: #f7f6f6;   
}
.container input:hover,.container input:active{
    background-color: #f9f9f9;
    border: 1px solid transparent;
}
.container [type="submit"], .container [type="submit"]:hover, .container [type="submit"]:active, .container [type="submit"]:focus{
    border:0px;
    background: url('img/login/buton.png') no-repeat top;
    width:300px;
    height: 40px;
    padding: 0px;
    color:transparent;
    position: absolute;
    top: 0px;
    right:-400px;
}
.container p{
    position: absolute;
    top: 55px;
    font-size: 13px;
    right:-375px;
}
.container b{
    position: absolute;
    top: 80px;
    font-size: 24px;
    right:-340px;
    font-weight: normal;
    color: #57ba00;
}
.container input:focus{
    background-color: #f7f7f7;
    border: 1px solid #e4e4e4;
    outline: none;
    
}
.bottom a{
    background: url('img/login/webex.png') no-repeat center;
    width:104px;
    height:21px;
    text-decoration: none;
    display:block;
    margin: auto;
    margin-top:14px;
}
.bottshadow{
    width:942px;
    height:411px;
    bottom: 0px;
    margin: auto;
    background: url('img/login/bot-light.png') no-repeat center;
}
