/*** Modal Recover Password ***/

.modal_recover{
    background:url(../../img/elements/pergamino.png) center no-repeat !important;
    background-size: 100% 100% !important;
    width: 26em;
    height: auto;
    position: relative;
    padding:32px 40px 32px 32px;
    max-width: 400px;
}
.modal_recover .text{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
.modal_recover .text h2{
    display: block;
    width:100%;
    color: #2a3032;
    font-family: 'Tangerine-Regular';
    /*font-size: 1.3rem;*/
    font-size: 32px;
    text-transform: none;
    text-align: center;
}
.modal_recover .text p{
    display: block;
    width:100%;
    margin-top:0px;
    color:#5a4c23;
    font-size: 12px;
    text-align: center;
}
.modal_recover .text .errors{
    margin: 8px auto 0;
    font-size: 14px;
}
.modal_recover .text input{
    width: 100%;
    max-width: 280px;
    margin: 16px auto 0;
}
.modal_recover .text .btn{
    margin: 8px auto;
}
.access .main .container-wrap .container .modal_recover .text .btn_close{
    top:6%;
    right:6%;
    font-size:16px;
}


/*** Modal Recover Password 2***/
.modal_recover_2{
    background-image:url(../../img/elements/pergamino_personaje.png) !important;
    padding:32px 32px 32px 225px;
    max-height: none;
    max-width: none;
    width: 480px;
    height: 270px;
}

.modal_recover_2 .text{
    text-align:center;
}

.modal_recover_2 .text .btn{
    text-align:center;
    margin-top:16px;
}





