*{margin: 0; padding: 0; }
img{border: none;}
li{list-style: none;}
a{color: inherit; text-decoration: none;}

body,html{
    min-height: 600px;
    min-width: 1000px;    
    position: relative;
    width: 100%;
    height:100%;
    font-family: sans-serif;
    background-color: #066ed9;
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#3fb7f7', EndColorStr='#045dd5');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#3fb7f7', endColorstr='#045dd5')";
    background: -ms-linear-gradient(#3fb7f7, #045dd5);
    background: -moz-linear-gradient(center top, #3fb7f7, #045dd5);
    background: -webkit-gradient(linear, left top, left bottom, from(#3fb7f7), to(#045dd5));
    background: -o-linear-gradient(top, #3fb7f7, #045dd5);
}
.logo{
    position: absolute;
    width: 111px;
    height: 16px;
    background: url(../images/login_img/logo.png);
    background-repeat: no-repeat;
    right: 40px;
    top: 40px;
}
.boxWrap{
    margin: 0 auto;
    width: 220px;
}
.title{
    font-family: Arial;
    font-size: 40pt;
    text-align: center;
    color: #fff;
    margin-bottom: 20%;
}
.type{
    font-family: Arial;
    vertical-align: bottom;
    width: 300px;
    line-height: 5.2;
    font-size: 9pt;
    text-align: center;
    color: #fff;
    margin: 0 auto;
}
.login_box{
    border: none;
    position: absolute;
    width: 300px;
    height: 385px;
    margin: -192.5px 0 0 -170px;
    top: 50%;
    left: 50%;
}
.username{
    float: left;
    margin-bottom: 4px;
}
.password{
    float: left;
    clear: both;
}
#username, #password{
    border: none;
    background: #fff;
    color: #6d6e71;
    padding: 5px;
    width: 210px;
    height: 18px;
}
select{
    margin-top: 4px;
    width: 222px;
    border: 1px solid gray;
    padding: 5px;
    color: #6d6e71;
}
.login{
    cursor: pointer;
    font-size: 13pt;
    padding: 5px;
    margin-top: 26px;
    border: none;
    color: #fff;
    width: 220px;
    height: 29px;
    background: #3da0e3;
}
.bot_logo{
    width: 74px;
    height: 31px;
    position: absolute;
    background: url(../images/login_img/EricssonLG_logo.png);
    background-repeat: no-repeat;
    bottom: 25px;
    left: 50%;
    margin-left: -54px;
}