.container-login
{
    margin-top: 100px;
}


.img-person
{
    max-width: 100px;
}

.titulo_login
{
    font-size: 20px;
    letter-spacing: 0.1px;
    font-weight: 600;
    color: #283176;
    text-align: center;
}


#id_form_login input:focus
{
    outline: none;
}


.btn-login
{
    font-weight: bold;
    width: 100%;
}


.icon-eyes
{
    color: black;
    cursor: pointer;
}

#id_show_hide_pass.input-group-text
{
    cursor: pointer;
    background-color: white;
    border-top: 1px solid #ced4da;
    border-right: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    border-left: 0px;
}
#id_fc_password_txt.form-control
{
    border-top: 1px solid #ced4da;
    border-right: 0px;
    border-bottom: 1px solid #ced4da;
    border-left: 1px solid #ced4da;
}

.divider {                             /* minor cosmetics */
    display: table; 
    font-size: 14px; 
    text-align: center; 
    width: 100%;                         /* divider width */
    margin: 20px auto;                  /* spacing above/below */
}
.divider span { display: table-cell; position: relative; }
.divider span:first-child, .divider span:last-child {
    width: 50%;
    top: 13px;                          /* adjust vertical align */
    -moz-background-size: 100% 1px;     /* line width */
    background-size: 100% 1px;          /* line width */
    background-position: 0 0, 0 100%;
    background-repeat: no-repeat;
}
.divider span:first-child {             /* color changes in here */
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#C3C3C3), to(#C3C3C3));
    background-image: -webkit-linear-gradient(180deg, #C3C3C3, #C3C3C3);
    background-image: -moz-linear-gradient(180deg, #C3C3C3, #C3C3C3);
    background-image: -o-linear-gradient(180deg, #C3C3C3, #C3C3C3);
    background-image: linear-gradient(90deg, #C3C3C3, #C3C3C3);
}
.divider span:nth-child(2) {
    color: #5E5E5E; padding: 0px 10px; width: auto; white-space: nowrap; top: 1px;
}
.divider span:last-child {              /* color changes in here */
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#C3C3C3), to(#C3C3C3));
    background-image: -webkit-linear-gradient(180deg, #C3C3C3, #C3C3C3);
    background-image: -moz-linear-gradient(180deg, #C3C3C3, #C3C3C3);
    background-image: -o-linear-gradient(180deg, #C3C3C3, #C3C3C3);
    background-image: linear-gradient(90deg, #C3C3C3, #C3C3C3);
}


.link-forgot a,
.link-forgot a:link,
.link-forgot a:hover,
.link-forgot a:active,
.link-forgot a:visited {
    text-decoration: underline;
    color: #5E5E5E;   
    font-size: 12px;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) 
{ 
    .container-login
    {
        margin-top: 95px;
    }
    .img-person
    {
        max-width: 250px;
    }
    .container
    {
        max-width: 95%;
    }

    .titulo_login
    {
        font-size: 24px;
        text-align: left;
    }

    .link-forgot a,
    .link-forgot a:link,
    .link-forgot a:hover,
    .link-forgot a:active,
    .link-forgot a:visited {
        font-size: 14px;
    }

    .btn-login
    {
        width: 65%;
        border-radius: 10px;
    }

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) 
{
    .container-login
    {
        margin-top: 125px;
    }
     .img-person
    {
        max-width: 350px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px)   
{
    .container-login
    {
        margin-top: 100px;
    }
     .img-person
    {
        max-width: 370px;
    }


    
}

@media (min-width: 1200px) 
{
    .container-login
    {
        margin-top: 150px;
    }
     .img-person
    {
        max-width: 480px;
    }

     .container
    {
        max-width: 75%;
    }

    .titulo_login
    {
        font-size: 30px;
    }

    .btn-login
    {
        width: 55%;
        border-radius: 10px;
        font-weight: normal;
    }

    .semi-circle-blue-left 
    {
        position: absolute;
        left: 0px;
        margin-top: 30px;
        width: 70px;
        height: 140px;
        -moz-border-radius: 0 900px 900px 0;
        -webkit-border-radius: 0 900px 900px 0;
        border-radius: 0 900px 900px 0;
        background: rgb(35, 141, 212,0.3);
        z-index: -2;
    }

    .small-circle-blue-left 
    {
        position: absolute;
        left: 100px;
        margin-top: 100px;
        width: 70px;
        height: 70px;
        -moz-border-radius: 900px;
        -webkit-border-radius: 900px;
        border-radius: 900px;
        background: rgb(51, 206, 188,0.3);
        z-index: -2;
    }

}

@media  (min-width: 1900px) 
{
    .img-person
    {
        max-width: 700px;
    }

    .titulo_login
    {
        font-size: 38px;
    }
 
}