.header {
    display: none;
}

.login-square-container {
    background: url('/images/hrms-login-bg2.png');
    background-repeat: no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-position: top;
    position: fixed;
    height: 100vh;
    width: 100vw;
    padding: 30px 55px;
}

.login-square-container > .d-flex {
    height: 100%;
}

.login-square {
    height: auto;
    width: 350px;
    background-color: transparent;
    display: block;
    position: relative;
    top: 15%;
    left: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
    box-shadow: none;
}

.login {
    border-radius: 0px;
    border: none;
    background-color: transparent;
    vertical-align: middle;
}

.login .card-body {
    border-radius: 0px;
    border: 0px;
    padding-bottom: 0px;
}

.login .login-title {
    display: block;
    margin: 0;
    font-family: segoe-bold;
    color: #656565;
}

.login .login-title h6{
    display: block;
    margin: 0 0 10% 0;
    font-family: segoe-regular;
    color: #656565;
}

.illustration-container {
    width: 550px;
    margin: auto;
    top: 15%;
    position: relative;
}

.illustration-container img {
    position: absolute;
}