﻿.Responsive div.Feedback_Message_Wrapper {
    margin-top: 35px;
}
.Login_Footer {
    /* margin-top: -17px; */
    height: 0;
    width: 0;
}

html, body, form, .Page {
    height: auto !important;
}

.login-new {
    background-image: url('/HR_CMS/img/bglogin.png?1830');
    background-size: cover;
    height: 100vh;
    position: relative;
    z-index: 0;
    background-repeat: no-repeat;
    background-color: #2196f3 !important
    background-position: center;
}

.login-title {
    color: white;
    top: 10vh;
    position: relative;
}

.login-title .Text_large {
    font-weight: 700;
    font-size: 2.5rem !important;
}

.login-title .sub-title {
    font-size: 1.8rem;
}

.Login__Logo {
    position: absolute;
    top: 0;
    left: 50%;
    background-color: white;
    border-radius: 100%;
    overflow: hidden;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    padding: 10px;
}

.Login__Logo img{
    width: 40px !important;
    margin: 0 auto;
}

.Login_Box {
    position: absolute;
    top: 55%;
    left: 50%;
    z-index: 1;
    margin-top: 0;
    transform: translate(-50%,-50%);
    margin-left: 0;
    background-color: white;
    padding: 1rem 4rem;
    border-radius: 10px;
    width: 425px
}

.footer-img {
    display: block;
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    text-align: center
}