.shadow {
    box-shadow: 0 0 1rem rgba(0,0,0,.1)!important;
}
.tree-login-bg{
    background-image: url(https://analytics.farpine.com/images/background.jpg);
    background-size: 100vw;
    background-repeat: no-repeat;
    background-position: center center;
}
.text-grey{
    color: #757575!important;
}
.font-size-xl {
    font-size: 1.25rem!important;
}
.font-weight-normal {
    font-weight: 400!important;
}
.navbar-horizontal.navbar-transparent .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .65);
}
.navbar-horizontal.navbar-transparent .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .85);
}
.navbar-horizontal.navbar-white {
    position: absolute;
    z-index: 100;
    top: 0;
    width: 100%;
    border: 0;
    background-color: #ffffff;
}
.btn-primary {
    background-color: #238D36;
    border-color: #238D36;
}
.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
    background-color: #1d762d;
    border-color: #1d762d;
}
.text-pine{
    color: #238D36;
}
.text-pine:hover{
    color: #1d762d;
}
.float-right{
    float: right;
}
.float-left{
    float: left;
}
.footer{
    background: white;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.bg-primary{
    background-color: #1d762d !important;
}
a{
    color: #238D36;
}
a:hover{
    color: #1d762d;
}