﻿.logo {
    margin-top:0 !important;
}
body {
    background: #2F8033 !important;
}
.login-wrapper .logo {
    width: auto !important;
    display: flex !important;
    flex-direction: column;
    padding: 0;
    justify-content: center !important;
    align-content: center !important;
}

.flag-country {
    display:none !important;
}

#loginTitleCustom {
    font-size: 16px;
    color: #2F8033;
    font-weight: bold;
    align-self: center;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
   
}

#loginTitleCustom::before {
    content:'';
    box-sizing: none !important;
}

#loginTitleCustom::after {
    content:'';
    box-sizing: none !important;
    background:url('eFactoring-icon.png')no-repeat center center/cover;
    width:80px;
    height:120px;
    position:asolute;
}