.login-btn {
    border-radius: 2px !important;
    background-color: #3B4240 !important;
    color: #D1FF79 !important;
    padding: 12px 40px;
    font-size: 14px;
    border: 0.5px solid #3B4240 ;
}
.login-btn:hover {
    background-color: #282c2b !important;
    color: #D1FF79 !important;
    border: 0.5px solid #282c2b ;
    box-shadow: 0 0 0 0.25rem #4a4a4a;
}
.login-btn:active {
    background-color: #282c2b !important;
    color: #D1FF79 !important;
    border: 0.5px solid #282c2b ;
    box-shadow: 0 0 0 0.25rem #4a4a4a;
}
.login-btn:focus {
    background-color: #282c2b !important;
    color: #D1FF79 !important;
    border: 0.5px solid #282c2b ;
    box-shadow: 0 0 0 0.25rem #4a4a4a;
}
.bg-image
{
    background-image: url(../images/login-bg-image.svg);
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}
.logo-sty
{
    width: 180px;
    height: 50px;
}
.login-img-sty
{
    height: 500px;
}
.pos-login-img
{
    position: absolute;
    left: 100px;
}
@media screen and (min-width:1290px)
 {
    .pos-login-img
{
    position: absolute;
    left: 100px;
}
}
@media screen and (max-width:1289px)
 {
    .pos-login-img
{
    position: absolute;
    left: 30px;
}
}