body{
    font-family: "Open Sans",sans-serif;
    
    font-weight: 400;
    line-height: 1.5;
}
.tallymsp-login-body{
    font-size: .75rem;
    width: 100%;
    position: absolute;
    color: grey;
    top:0;
    left:0;
    right:0;
    bottom:0;
}
.tallymsp-login-body .tallymsp-login-hero{
    position: fixed;
    left: 0;
    right: 500px;
    top: 0;
    bottom: 0;
    overflow: hidden;
    transform: translateZ(0);
}
.tallymsp-login-body .tallymsp-login-hero .tallymsp-login-greeting{
    color: rgba(255,255,255,.85);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 60px 30px;
    font-size: 18px;
    letter-spacing: .25px;
    z-index: 20;
    font-weight: 300;
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,#000 100%);
}
.tallymsp-login-body .tallymsp-login-hero .tallymsp-login-greeting .greeting-title{
    font-weight: 300;
    font-size: 36px;
    color: #fff;
}
.tallymsp-login-body .tallymsp-login-image{
    background-image: url('https://images.pexels.com/photos/6476586/pexels-photo-6476586.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260');
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.tallymsp-login-body .right-content{
    min-height: 100%;
    background: #fff;
    width: 500px;
    margin-left: auto;
    padding: 60px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
}
.tallymsp-login-body .right-content .login-header{
    position: relative;
}
.tallymsp-login-body .right-content .login-header .brand{
    padding: 0;
    font-size: 28px;
    color: #1a2229;
}
.tallymsp-login-body .right-content .login-header .brand small{
    font-size: 14px;
    display: block;
    color: #557087; 
}
.tallymsp-login-body .right-content .login-header .icon{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    color: #dae1e8;
    display: flex;
    align-items: center;
}
.tallymsp-login-body .right-content .login-header .icon i{
    font-size: 56px;
}
.tallymsp-login-body .right-content .login-content{
    padding-top:30px;
    
}
@media (max-width: 767.98px){
    .tallymsp-login-body .right-content{
        width: auto;
        padding: 30px;
    }
    .tallymsp-login-body .right-content .login-header .icon i{
        font-size: 36px;
    }
}

 
/* Font Colors */
.text-grey-darker{
    color: #899297!important
}

.modal{
    overflow-y: auto;
}

