body {
    margin: 0;
    padding: 0;
    /* font-family: CSPraJad, sans-serif; */
    /* background-color: #fff; */
    /* rgb(239, 240, 241)  grey */
}



.btn.focus {
    outline: 0;
}

.btn-light {
    color: #fff;
    background-color: #FF7600;
    border: #FF7600;
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active .btn-light:visited {
    color: #fff;
    background-color: #FF7600;
    box-shadow: 0 0 0 0.2rem rgba(255, 119, 0, 0.397);
}


#txt_username {
    background-image: url('../image/avatar.png');
    border-radius: 50px;
    background-position: 10px 5px;
    background-repeat: no-repeat;
    padding-left: 40px;
}

#txt_password {
    background-image: url('../image/closed-lock.png?');
    border-radius: 50px;
    background-position: 10px 5px;
    background-repeat: no-repeat;
    padding-left: 40px;
}

#txt_email {
    background-image: url('../image/email.png');
    border-radius: 50px;
    background-position: 10px 5px;
    background-repeat: no-repeat;
    padding-left: 45px;
}

#txt_new_password,
#txt_confirm_password {
    background-image: url('../image/padlock.png');
    border-radius: 50px;
    background-position: 10px 5px;
    background-repeat: no-repeat;
    padding-left: 45px;
}

/* .centered {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 10px;
    min-width: 320px;
} */

.card {
    border-radius: 8px;
}

.relatives {
    position: relative;
}

.absolutes {
    position: absolute;
    top: 8px;
    left: 10px;
    font-size: 12px;
}

.card-menu {
    min-height: 100px;
}

