@font-face {
    font-family: 'proxima-nova-alt-bold';
    src: url('../fonts/proxima-nova-alt-bold.eot');
    src: url('../fonts/proxima-nova-alt-bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/proxima-nova-alt-bold.woff') format('woff'),
        url('../fonts/proxima-nova-alt-bold.ttf') format('truetype'),
        url('../fonts/proxima-nova-alt-bold.svg#proxima-nova-alt-bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 73.5%;
    /*    background: -moz-radial-gradient(50% 50%, farthest-side, #231f20, #344e87) no-repeat;
        background: -webkit-gradient(radial, 50% 50%, 10, 50% 50%, 500, from(#231f20), to(#344e87)) no-repeat;*/
    background: #114997;
    font-family: 'proxima-nova-alt-bold';
}
.logo_cmx01 img {
    margin-top: 2%;
}
.tudo {
    width: 100%;
    margin: 0 auto;
    display: table;
    margin-top: 7%;
}
.tudo_fund {
    width: 1000px;
    margin: 0 auto;
    display: table;
}
.fund_azul {
    width: 320px;
    background-color: #FFFFFF;
    height: 270px;
    border-width: 1px;
    border-style: solid;
    border-color: #FFFFFF;
    margin: 30px 0px 0px 345px;
    box-shadow: 0px 0 10px 1px #C0EDFC; /* borda pra fora */
}
.texto_login {
    color: #354f87;
}
.botao {
    color: #fff !important;
    background-color: #114997;
    border: 1px solid #114997;
    font-size: 13px;
    border-radius: 6px;
    padding: 8px 26px;
    cursor: pointer;
    font-family: 'proxima-nova-alt-bold';
    text-transform: uppercase;
}
.td-esqc {
    width: 100%;
    margin-top: 20px;
}
.esqd {
    width: 50%;
    float: left;
    margin-left: 13px;
    margin-top: 8px;
}
.esqd a {
    color: #114997;
    text-decoration: none;
}
.dirt {
    width: 43%;
    float: left;
}
.caixa_login {
    height: 40px;
    color: #114997;
    font-family: 'proxima-nova-alt-bold';
    font-size: 16px;
    width: 260px;
    background-color: transparent;
    border-style: solid;
    border-color: #114997;
    border-width: 1px;
    padding: 2px;
}
.texto_login {
    font-size: 15px;
    color: #114997;
}
.text {
    width: 260px;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 5px;
}