

#div_hyperlink21 a {
    background: transparent;
    height: 35px;
    left: 491px;
    position: absolute;
    top: 262px;
    width: 230px;
    z-index: 9999 !important;
}

#div_hyperlink10 a {
    background: transparent;
    height: 26px;
    left: 564px;
    position: absolute;
    top: 229px;
    width: 156px;
    z-index: 9999 !important;
}

#div_hyperlink9 {
    left: 277px;
    position: relative;
    top: 264px;
    margin-bottom: 34px;
}

#div_hyperlink3 {
    bottom: 486px;
    float: right;
    top: -575px;
    left: 749px;
    position: relative;
}

#div_hyperlink2 {
    bottom: 439px;
    float: right;
    top: -530px;
    left: 546px;
    position: relative;
}

#div_hyperlink1 {
	display: flex;
    justify-content: center;
    margin-right: 35px;
}

#div14 {
}

#ctl00_ctl00_Content_NaoLogado_Content_NaoLogado1_div999 {
    position: relative;
    top: 255px;
    left: 68px;
    z-index: 9999 !important;
}

#div4 {
}

#div6 {
    color: rgb(54, 111, 147);
    font-family: Arial;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    margin-right: 35px;
    margin-top: 10px;
    margin-bottom: 10px;
}

    #div6 a {
        color: rgb(54, 111, 147);
        font-family: "Trebuchet MS",Arial,sans-serif;
        font-size: 11px;
    }

#div15 {
    color: rgb(27, 44, 93);
    font-size: 11px;
    font-weight: bold;
    left: 51px;
    padding: 6px;
    position: absolute;
    top: 206px;
    width: 329px;
}
/*Div do nome do usuario*/
#div16 {
    margin-top: 30px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    align-items: center;
    letter-spacing: 0.008em;
    color: #0A1D6F;
    margin-left: 10px;
}

#div16 label{
	padding-left:10px;
}

#div16 input{
	margin-top:6px;
	margin-bottom:30px;
}

#div17 {
    height: 22px;
    left: 228px;
    position: absolute;
    top: 76px;
    width: 185px;
}
/*Div da senha*/
#div18 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    align-items: center;
    letter-spacing: 0.008em;
    color: #0A1D6F;
    margin-left: 10px;
}

#div19 {
    height: 22px;
    left: 228px;
    position: absolute;
    top: 118px;
    width: 185px;
}

#div20 {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 14px;
    margin-left: 35px;
}

    #div20 input {
        background-color: transparent;
    }

#div21 {
    color: rgb(128, 130, 133);
    font-family: Arial;
    font-size:14px;
    height: 22px;
    left: 55px;
    position: absolute;
    top: 134px;
    width: 200px;
}

#div22 {
    color: rgb(54, 111, 147);
    font-family: Arial;
    font-size: 11px;
    font-style: normal;
    text-align: center;
    width: 176px;
    margin-left: 80px;
    margin-top: 10px;
    margin-bottom: 10px;
}

    #div22 a {
        color: rgb(54, 111, 147);
        font-size: 11px;
        text-decoration: underline;
    }

#div23 {
    background: none repeat scroll 0 0 rgb(255, 0, 0);
    color: rgb(255, 255, 255);
    font-size: 11px;
    left: 112px;
    padding: 0 10px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 49px;
    width: 200px;
}

#ctl00_ctl00_Content_NaoLogado_Content_NaoLogado1_txtLogin, #ctl00_ctl00_Content_NaoLogado_Content_NaoLogado1_txtSenha {
}

.boxLogin {
    background-color: #FFFFFF;
    width: 351px;
    height: 304px;
    margin: 35px;
    border-radius: 10px;
    padding-left: 35px;
    padding-top: 35px;
    margin-top: 80px;
    margin-left: 60px;
}

/*lembrar usuario*/
.toggle-password {
    position: absolute;
    border: none;
    background-color: transparent;
    right: 45px;
    top: 140px;
}

.lembrar {
    float: left;
    padding-left: 50px;
    padding-top: 3px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size:14px;
    display: flex;
    align-items: center;
    letter-spacing: 0.008em;
    color: #737373;
}


.switch {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
}

    .switch + label {
        display: block;
        position: relative;
        cursor: pointer;
        outline: none;
        user-select: none;
    }

.switch--shadow + label {
    width: 38px;
    height: 22px;
    background-color: #dddddd;
    border-radius: 22px;
}

    .switch--shadow + label:before,
    .switch--shadow + label:after {
        display: block;
        position: absolute;
        top: 1px;
        left: 1px;
        bottom: 1px;
        content: '';
    }

    .switch--shadow + label:before {
        right: 1px;
        background-color: #f1f1f1;
        border-radius: 22px;
        transition: all 0.4s;
    }

    .switch--shadow + label:after {
        width: 22px;
        background-color: #fff;
        border-radius: 100%;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
        transition: all 0.4s;
    }

.switch--shadow:checked + label:before {
    background-color: #54E99C;
}

.switch--shadow:checked + label:after {
    transform: translateX(21px);
}

.switch__container {
    margin-left: 10px;
	margin-bottom:30px;
}

/*botao do usuario*/
.submit {
    text-align: center;
    margin-right: 35px;
}

    .submit input, .avancar {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        border: none;
        width: 275px;
        height: 45px;
        background-color: #54E99C;
		color: #0A1D6F;
        border-radius: 100px;
        margin-left: 18px;
    }

    .submit.ativo input, .avancar.ativo {
        background-color: #54E99C;
        color: #0A1D6F;
    }

        .submit.ativo input:hover, .avancar.ativo:hover {
            background-color: #33846C;
            color: #FFFF;
        }

.senhaEscondida {
    display: none;
}
.links {
    position: fixed;
    right: 20px;
    bottom: 50PX;
    display: flex;
    flex-direction: column;
}

    .links .btn {
        margin-bottom: 30px;
    }

        .links .btn:not:last-child) {
            margin-bottom: 0;
        }

.botao2Branco {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 275px;
    height: 45px;
    border-radius: 100px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    border: 2px solid #33846C;
    background-color: #FFFF;
    color: #33846C;
    border: 1px solid #33846C;
}

.BV {
    font-style: normal;
    font-family: Inter;
    font-style: normal;
    font-weight: 200;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    letter-spacing: 0.008em;
    color: #737373;
}

.cartoes {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 27px;
    display: flex;
    align-items: center;
    letter-spacing: 0.008em;
    color: #737373;
    display: inline-block;
    margin-right: 5px;
}

.PP {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    display: flex;
    align-items: center;
    letter-spacing: 0.008em;
    display: inline-block;
    color: #0A1D6F;
}

#a_HiperLinkImageButton1{
	color: #0A1D6F;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}
