/* custom css */
.brand-logo img {
    height: 50px;
}
.forgot-password {
    text-align: right;
    margin-bottom: 30px;
}
.avatar.full{
    width:100%;
    min-width:100%;
    height:auto;
}

.fs-20{
    font-size: 20px;
}

.coin-logo {
    width: 60px;
    min-width: 60px;
    height: 60px;
}

.social-share a{
    width: 40px;
    height: 40px;
    background-color: rgb(255 242 221);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: rgb(254, 176, 25);
    margin-right: 10px;
}

.social-share a:hover {
    color: #fff;
    background-color: rgb(254, 176, 25);
}
