    body{
        margin: 0px;
        padding: 0px;
    } 
.corpo{
    width: 650px;
    height: 1004px;
    margin: 0px auto;
    border: 2px solid #0d5b98;
    border-radius:5px;
}
.linha1{
    background-color: #2d186e;
    width: 8px;
    height: 1004px;
    position: relative;
    right: 80px;
    float: right;
    display: block;
}
.linha2{
     background-color: #0092df;
     width: 8px;
     height: 1004px;
     position: relative;
     right: 88px;
     float: right;
}
.logo{
    width: 60px;
    height: 140px;
    float: right;
    position: relative;
    right: 0px;
    top: 48%;
}
.logo img{
    width: 100%;
    height: 100%;
    
}
.router{
       -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
       -o-transform: rotate(90deg);
       font-size: 15px;
}

.codigo{
    position: relative;
    top: 60px;
    width: 150px;
    left: 100px;
}
.plano{
    position: relative;
    top: 52px;
    width: 200px;
    left: 38px;
}
.adsao{
    position: relative;
    top: 20px;
    width: 200px;
    left: 3px;
}
.usuario{
    position: relative;
    top: 0px;
    width: 230px;
    left: -49px;
}
.categoria{
    position: relative;
    top: -21px;
    width: 250px;
    left: -90px;
}
.logoalfa{
    background-image: url('logo.jpg');
    width: 300px;
    height: 450px;
    -webkit-transform: rotate(304deg);
    -moz-transform: rotate(304deg);
    -o-transform: rotate(304deg);
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    left: 160px;
    top: 36px;
    opacity: 0.2;
}