[grupo_login] .o {
    font-size: 1em;
    position: relative;
    width: 0.3em;
    height: 2.5em;
    z-index: 3;
    color: rgba(0, 0, 0, .5);
}
[grupo_login] .o:before {
    position: absolute;
    text-align: center;
    border-radius: 500em;
    font-family: 'Glyphicons Halflings';
    content: "\e161";
    /*content: 'o';*/
    background-color: #FFFFFF;
    width: 1.8em;
    height: 1.8em;
    top: calc((100% / 2) - 0.9em);
    left: calc((100% / 2) - 0.9em);
    color: rgba(0, 0, 0, .5);
    line-height: 1.75em;
}


[grupo_login] .botonlogin:first-child {
    border-top-left-radius: 0.5em;
    border-bottom-left-radius: 0.5em;
}
[grupo_login] .botonlogin:last-child {
    border-top-right-radius: 0.5em;
    border-bottom-right-radius: 0.5em;
}
[grupo_login]{
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    color: #fff;
    padding: 15px;
    margin: 15px;
    width: calc(100%);

}
[grupo_login] h2{
    margin: -10px 0px 5px 0px;
}
[grupo_login] .botonlogin_grupo {
    display: flex;
}
[grupo_login] .botonlogin {
    cursor: pointer;
    background-color: #a6841f;
    color: #ffffff;
    padding: 0.75em 0em;
    font-weight: bold;
    line-height: 1em;
    font-size: 1.1em;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    text-align: center;
}
[grupo_login] .botonlogin:hover {
    background-color: #065079!important;
    color: #ffffff!important;
}
[btn-submit] .botonlogin {
    cursor: pointer;
    background-color: #a6841f!important;
    color: #ffffff;
    padding: 0.75em 0em!important;
    font-weight: bold!important;
    line-height: 1em!important;
    font-size: 1.1em!important;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    text-align: center;
}
[btn-submit] .botonlogin:hover {
    background-color: #065079!important;
    color: #ffffff!important;
}

[grupo_login] .botonlogin.blin, [btn-submit] .botonlogin.blin{
    background-color: #065079!important;
}
[grupo_login] .botonlogin.blin:hover, [btn-submit] .botonlogin.blin:hover {
    background-color: #a6841f!important;
    color: #ffffff!important;
}
[optimo]>center{font-size: .85em;opacity: .7; color:#fff}