.img-fgt-pass{
	max-width: 130px;
}

.container-fgt-pass
{
    margin-top: 100px;
}

.container-btn-resp-secreta
{
    max-width: 100%;
}

.btn-fgt-pass, .btn-fgt-pass-ask, .btn-fgt-resp-secreta
{
    font-weight: bold;
    width: 100%;
}

.titulo-fgt-pass
{
	font-family: 'Open Sans'; 
    font-size: 24px;
    letter-spacing: -0.5px;
    font-weight: 600;
    color: #283176;
    text-align: center;
    padding-top: 10px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 10px;
    line-height: 26px;
}

.sub-titulo-fgt-pass
{
	font-size: 12px;
	font-weight: normal;
	color: #283176;
	text-align: left;
}

#id_form_fgt_pass input:focus
{
    outline: none;
}

.container-fgt-pass-btn
{
    max-width: 100%;
}

.container
{
    max-width: 90%;
}

.container-new-pass
{
    margin-top: 100px;
}

.btn-new-pass
{
    font-weight: bold;
    width: 100%;
    font-size: 14px;
}

.input-req{
    font-size: 14px;
}

.titulo_new_pass
{
    font-family: 'Open Sans'; 
    font-size: 24px;
    letter-spacing: -0.5px;
    font-weight: bold;
    color: #283176;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 26px;
}

.sub_titulo_new_pass
{
    font-family: 'Open Sans'; 
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    text-align: left;
}

.subi_titulo_new_pass
{
    font-family: 'Open Sans'; 
    font-size: 10px;
    font-weight: normal;
    font-style: italic;
    text-align: left;
    display: block;
}

#id_form_save_pass input:focus
{
    outline: none;
}

/*ESTILO PARA EL MODAL*/
.img-upd-pass
{
    max-width: 120px;
}

.msj-upd-pass
{
    color: #1A58E7;
    font-weight: bold;
    font-size: 16px;
}

.btn-upd-pass
{
    width: 70%;
    font-weight: bold;
    font-size: 14px;
    padding: 5px 15px;
}

::placeholder{
    text-transform: capitalize;
}

.input-style 
{
    background: #fff;
    border-radius: 5px;
    border:1px solid #C5C5C5; 
    resize: none;
    padding: 5px 5px;
    font-size: 14px; 
}

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

#id_show_hide_pass1_pgrecuperar.input-group-text, #id_show_hide_pass2_pgrecuperar.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_pass_password1.form-control, #id_pass_password2.form-control
{
    border-top: 1px solid #ced4da;
    border-right: 0px;
    border-bottom: 1px solid #ced4da;
    border-left: 1px solid #ced4da;
}

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

    .btn-fgt-pass,.btn-fgt-pass-ask
    {
        width: 85%;
        border-radius: 10px;
    }

    .titulo-fgt-pass
	{
		text-align: left;
		padding-left: 0px;
		padding-right: 0px;
	}

 	.sub-titulo-fgt-pass
 	{
 		text-align: left;
 		font-size: 16px;
 	}

    .btn-new-pass
    {
        font-weight: bold;
        width: 50%;
        font-size: 14px;
        border-radius: 10px;
    }

    .titulo_new_pass
    {
        font-size: 28px;
    }

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) 
{
	.container-fgt-pass
    {
        margin-top: 150px;
        margin-bottom: 170px;
    }

    .img-fgt-pass
    {
        max-width: 250px;
    }
    .container
    {
        max-width: 95%;
    }


    .titulo-fgt-pass
	{
		font-size: 26px;
	}

    .img-upd-pass
    {
        max-width: 150px;
    }

    .msj-upd-pass
    {
        font-size: 20px;
    }

    .btn-upd-pass
    {
        width: 70%;
        font-size: 18px;
        padding: 10px 15px;
        border-radius: 10px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px)   
{
    .container-fgt-pass
    {
        margin-top: 80px;
    }
    
    .img-fgt-pass
    {
        max-width: 340px;
    }    

    .titulo-fgt-pass
	{
		margin-top: 60px;
	}

    .titulo_new_pass
    {
        font-size: 32px;
    }

    .btn-new-pass
    {
        width: 25%;
        font-size: 18px;
    }

    .sub_titulo_new_pass
    {
        font-size: 20px;
    }

    .subi_titulo_new_pass
    {
        font-size: 14px;
    }  

    .img-upd-pass
    {
        max-width: 180px;
    }  

    .input-style
    {
        border-radius: 10px;
        padding: 10px 0px 10px 20px;

    }
}

@media (min-width: 1200px) 
{
    .container-fgt-pass
    {
        margin-top: 100px;
    }
    
    .img-fgt-pass
    {
        max-width: 480px;
    }

     .container
    {
        max-width: 85%;
    }

    .titulo-fgt-pass
    {
       font-size: 36px;
    }

 	.sub-titulo-fgt-pass
 	{
 		font-size: 20px;
 		padding-right: 60px;
 		font-style: normal;
 		font-weight: normal;
 	}

    .btn-fgt-pass
    {
        width: 35%;
        border-radius: 10px;
        font-weight: 700;
    }

    .btn-fgt-pass-ask
    {
        width: 90%;
        border-radius: 10px;
        font-weight: 700;
    }

    .form-control
    {
    	width: 75%;
    }

    #id_form_save_pass .form-control
    {
        width: 100%;
    }

    .container-new-pass
    {
        margin-top: 110px;
    }

    .titulo_new_pass
    {
        font-size: 38px;
    }

    .container-btn-resp-secreta
    {
        max-width: 75%;
    }

    .btn-fgt-resp-secreta
    {
        font-weight: bold;
        border-radius: 10px;
        width: 100%;
    }

}

@media (min-width: 1400px) 
{
     .container
    {
        max-width: 75%;
    }
}

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