.card-recover {
    width: 398px;
    background: #FFFFFF;
    box-shadow: 0px 10px 12px rgba(0, 0, 0, 0.15), 0px 4px 8px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    padding-left: 4px;
    padding-right: 4px;
}

.card-title-recovery {
    font-family: Quicksand;
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 31px;
    color: #000000;
}

.card-text-recovery {
    font-family: Lato;
    font-style: normal;
    font-weight: normal !important;
    font-size: 14px;
    line-height: 17px;
    color: #575757;
    padding-top: 5px;
}

.textbox-recover{
    border: 1px solid #E1E1E1;
    box-sizing: border-box;
    border-radius: 8px;
    height: 41px;
    background-repeat: no-repeat;
    margin-top: -5px;
    /* background-position: 285px; */
}

.textbox-recover:focus {
    border: 1px solid #0362DD;
    box-shadow: 0 0 0 0;
}

.textbox-recover-error {
    border: 1px solid #F03D3E;
}

.button-recovery {
    width: 350px;
    height: 40px;
    background: #0E870C;
    border-radius: 8px;
    color: white;
    font-weight: bold;
    border: 0px;
    font-size: 13px;
    line-height: 16px;
}

.button-recovery:hover {
    background: #016711;
}

.button-recovery:disabled {
    background: #93C992;
    border: 0;
}

.button-text-recovery {
    font-family: Quicksand;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
}

.button-text-recovery:focus {
    outline: 0;
}

.bar-msge {
    position: absolute;
    width: 730px;
    height: 48px;
    border-radius: 8px;
    margin-top: 70px;
    margin-left: 174px;
}

.bar-text-msge{
    font-family: Quicksand;
    font-style: normal;
    font-weight: normal;
    font-size: 18.5px;
    line-height: 23px;
    padding-left: 16px;
}

.bar-error {
    background-color: rgba(181, 2, 3, 0.1);
    color: #B50203;
}

.bar-success {
    background-color: rgba(14, 135, 12, 0.1);
    color: #0E870C;
}

.icon-error-recover{
    display: inline-block;
    padding-left: 25px;
    margin-top: 3px;
}

.x-image{
    background-image: url("/images/x.png");
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0px;
    height: 14px;
    width: 14px;
    justify-content: center;
    margin-left: 170px;
}

.x-success-image{
    background-image: url("/images/x.png");
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0px;
    height: 14px;
    width: 14px;
    justify-content: center;
    margin-left: 155px;
}

.x-btn {
    background: transparent;
    border: 0;
    position: absolute;
    right: 30px;
}