﻿

.content-padding {
  padding-left: 10%;
  padding-right: 10%;
}

fieldset {
    border: none;
    padding: 0;
    margin: 0;
}

.waiticon {
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/white_wall.png);
    cursor: wait;
    z-index: 999;
}

.loadingicon {
    position: absolute;
    left: 45%;
    top: 150px;
    width: 48px;
    height: 48px;
    background-image: url(../images/loading.gif);
}

.btn {
    display: block;
    width: 100%;
    padding-top: 110px;
    color: #5c5c5c;
}
.btn:hover {
    color: #003399;
}
.btn:visited {
    color: #5c5c5c;
}

.btn-extratos {
    background: url(../images/mm-meucartao_off.png) center top no-repeat;
}
.btn-extratos:hover {
    background: url(../images/mm-meucartao_on.png) center top no-repeat;
}

.btn-investir {
    background: url(../images/mm-invest_off.png) center top no-repeat;
}
.btn-investir:hover {
    background: url(../images/mm-invest_on.png) center top no-repeat;
}

.btn-altsenha {
    background: url(../images/mm-altsenha_off.png) center top no-repeat;
}
.btn-altsenha:hover {
    background: url(../images/mm-altsenha_on.png) center top no-repeat;
}


.header-division h3 {
  color:#004c8d;
  line-height:1;
  padding-top: 70px;
}

.passos {
    display: block;
    width: 100%;
    height: 44px;
}
.passo1 {
    background: url(../images/solicita/passo1.png) no-repeat;
}

.passo2 {
    background: url(../images/solicita/passo2.png) no-repeat;
}

.passo3 {
    background: url(../images/solicita/passo3.png) no-repeat;
}

.passo4 {
    background: url(../images/solicita/passo4.png) no-repeat;
}

.passo5 {
    background: url(../images/solicita/passo5.png) no-repeat;
}

.passo6 {
    background: url(../images/solicita/passo6.png) no-repeat;
}
