.content-inner {
    background-image: url('../../images/computan_logo/computan_bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
.card {
    background: transparent;
    box-shadow: none;
}
.brand-logo img {
    width: 120px;
    height: 120px;
}
.welcome-heading {
    font-size: 30px;
    line-height: 45px;
    font-weight: 500;
}
.btn-primary {
    border-color: #f5b860 !important;
    color: #1F2937;
    background-color: #FFF;
}
.btn-primary:hover {
    background-color: #f5b860;
    color: #FFF;
}
.copy-rights  {
    cursor: default;
}
    .copy-rights h5 {
        font-size: 13px;
        line-height: 20px;
        font-weight: 400;
        color: #1F2937;
    }
.copy-rights h5 a {
    color: #ff9700;
}