﻿.BoxRecoveryPassword {
    background-color: #015289;
    border-radius: 6px;
    text-decoration-color: white;
    padding: 10px;
    margin-top: 109px;
}

.ButtonRecoveryPassword {
    color: #015289;
    border: solid 1px;
    border-color: #015289;
    border-radius: 6px;
    margin-top: 40px;
    margin-bottom: 30px;
}

.SmallRightTable {
    width: 74.25%;
    margin-left: 25.75%;
    color: #015289;
}

    .SmallRightTable td:first-child {
        width: 3%;
    }
    .SmallRightTable td:nth-child(2) {
        width: 17.5%;
    }
    .SmallRightTable td:nth-child(3) {
        width: 39.75%;
    }
    .SmallRightTable td:last-child {
        width: 39.75%;
    }

.Selected{
   background-color: #E5FFCC;   
}