/** CSS PERSONALIZADO */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');

.logo{
    width: 100%;
    max-width: 180px;
    margin: 0 auto;
    display: block;
}
.panel-sign{
    width: 100%;
    max-width: 470px;
    margin: 0 auto;
    background-color: #FFF;
    border: 0;
    border-top: 4px solid #000;
    margin-top: 16px;
    border-radius: 0 !important;
}
body.login{
    background-color: #F5F5F5;
    padding-top: 5%;
}
.has-feedback label~.form-control-feedback{
    top: 38px;
    color: #888;
    font-size: .8em;
}
label{
    font-weight: normal;
    color: #888;
    font-size: .9em;
}

.ssos{
    border-top: 1px solid #CCC;
    padding-top:16px;
    padding-bottom:16px;
    /* margin: 20px 14px 10px 14px; */
    margin: 10% auto 0 auto;
}

.btn-sso{
    width: 100%;
    min-width: 102px;
    max-width: 122px;
    margin: 6px 6px 8px 6px;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #DDD;
    padding: 0px 8px;
    /* text-align: center; */
    border-radius: 3px;
    box-shadow: 0px 2px 3px #ccc;
    -webkit-box-shadow: 0px 2px 3px #ccc;
    /* align-items: flex-end; */
    /* float: left; */
    line-height: 38px;
    background: #FFF;
}

.btn-sso > img{
    width: 18px;
    margin-right: 24px;
    /* display: inline-block; */
    position: relative;
    top: 5px;
    vertical-align: baseline;
}
.btn-sso .titulo{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #888888;
}

.ssosbuttons{
    display: flex;
    flex-direction: row;
    justify-content: center;
    place-items: flex-start;
    flex-flow: wrap;
}


.twofct{
    width: 80%;
    margin: 5% auto auto auto;
}

.ssosl5{
    padding-top:10px;
    padding-bottom:16px;
    margin: 0 auto 0 auto;
    width: 100%;
    max-width: 560px;
    position: relative;
    overflow: hidden;

    background: var(--sso_background);
}
.supborder{
    width: 98%;
    border: 1px solid var(--sso_font_color);
}
.ssoslabel{
    width: 100%;
    margin-bottom:10px
}
.ssoslabel > table {
    width: 100%;
}
.ssoslabel span{
    display: table;
    margin: 0 auto;
    color: var(--sso_font_color);
    font-family: 'Roboto', sans-serif;
}

.ssosl5.vertical .ssosbuttons{
    place-items: center;
    flex-flow: column;
}
.btn-sso .vertical{
    display:none;
}
.ssosl5.vertical .ssosbuttons .btn-sso{
    max-width: 210px;
}
.ssosl5.vertical .ssosbuttons .btn-sso .default{
    display:none;
}
.ssosl5.vertical .ssosbuttons .btn-sso .vertical{
    display: inline-block;
}

/***/
.l5conta_titulo{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 90%;
}
.l5conta,.l5novaconta{
    padding: 14px 6px;
    padding-left: 49px;
    border-top: 1px solid #DDD;
    /* border-bottom: 1px solid #DDD; */
    margin: 0 auto;
    width: 100%;
    max-width: 90%;
    cursor: pointer;
    position: relative;
}
.l5conta:hover, .l5novaconta:hover{
    background-color: #EDEDED;
}
.l5conta:active, .l5novaconta:active{
    background-color: #CCC;
}
.l5conta .conta_icon{
    width: 40px;
    height: 40px;
    /* border: 1px solid #DDD; */
    position: absolute;
    top: 14px;
    left: 3px;
}
.l5conta .conta_icon > img{
    width: 80%;
    margin: 0 auto;
    display: block;
    margin-top: 3px;
}

.l5conta .conta_nome{
    display: block;
    font-weight: bold;
}
.l5conta .conta_email{
    font-size:12px;
}

.l5novaconta{
    /* border: none; */
    padding-top: 22px;
    padding-bottom: 22px;
}
/* .l5novaconta::before{
    content: '';
    width: 40px;
    height: 40px;
    border: 1px solid #DDD;
    border-radius: 50%;
    position: absolute;
    left: 3px;
    top: 14px;
} */

.l5novaconta::before{
    content: '';
    position: absolute;
    left: 6px;
    top: 30px;
    width: 30px;
    height: 4px;
    border-radius: 4px;
    border: 1px solid #DDD;
    background: #DDD;
}
.l5novaconta::after{
    content: '';
    position: absolute;
    left: 20px;
    top: 17px;
    width: 4px;
    height: 30px;
    border-radius: 4px;
    border: 1px solid #DDD;
    background: #DDD;
}

._2fcodeopt{
    padding:10px;
}
._2fcodeopt label{
    cursor:pointer;
    color: #707070;
    display: block;
}
._2fcodeopt label.selected {
    color: rgb(10, 72, 119);
}