body,form,html{
    margin:0;
    padding:0;
    height:100%;
    font-family: 'Times New Roman', Times, serif;
}
.Form{
    height: 90%;
    background-color: white;
    box-shadow: rgba(229, 227, 232, 0.25) 0px 54px 55px, rgba(229, 227, 232, 0.25) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    width: 80%;
    margin:auto;
    border-radius: 10px !important;
}
.Hrms-Container {
    margin: auto;
    margin-bottom: 5%;
    width: 65%;
    position: relative;
    margin-top: 5%;
}
.Hrms-Container input {
    width: 90%;
    padding: 10px;
    font-size: 16px;
    box-sizing: border-box;
    outline: none;
    border:1px solid gray;
    border-radius: 5px;
}
.Hrms-Container input:focus {
    border: 1px solid rgb(0, 0, 163);
}
.LblCls {
    position: absolute;
    top: 0%;
    left: 6px;
    transform: translateY(-50%);
    background-color: white;
    padding: 0 5px;
    pointer-events: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight:bold;
}
#Login_Txt {
    text-transform: uppercase !important;
    border: 1px solid #000000;
}
#Pass_Txt {
    text-transform: uppercase !important;
    border: 1px solid #000000;
}
.Container{
    width:100%;
    display:flex;
    height:100%;
}
.Right{
    width:50%;
    height:100%;
}
.Header{
    text-align: center;
    font-size: 30px;
    font-weight: bolder;
    color: darkblue;
    padding: 8px !important;
    width:100%;
    text-shadow: 2px 0px 2px #4B86CE;
}
.HeadingCls {
    text-align: center;
    font-size: 30px;
    font-weight: bolder;
    color: darkblue;
    background: #fff;
    padding: 8px!important;
    text-shadow: 2px 0px 2px #4B86CE;
}
.Submitbuttoncls {
    border: 0;
    box-shadow: rgba(214, 201, 228, 0.2) 0 15px 30px -5px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    padding: 12px;
    text-decoration: none;
    width: 15%;
    background-color: rgb(91 91 165);
    border-radius: 4px;
    color: white;
}
.Resetbuttoncls {
    border: 0;
    box-shadow: rgba(214, 201, 228, 0.2) 0 15px 30px -5px;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    padding: 12px;
    text-decoration: none;
    width: 15%;
    background-color: rgb(91 91 165);
    border-radius: 4px;
    color: white;
}
.Buttoncls {
    width: 100%;
    text-align: center;
}
.material-symbols-outlined {
    font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 24;
    color: rgb(89, 87, 87);
    cursor: pointer;
}
.contentdiv {
    margin-top: 7%;
    font-weight: bold;
    width:100%;
    text-align: center;
}
.mail {
    color:darkblue;
}
.Eye {
    position: absolute;
    top: 25%;
    left: 80%;
}
.footercontainer {
    background-color: rgb(133, 133, 175);
    color:white;
    margin-left:2%;
    padding-bottom: 1%;
    opacity: 1.6;
    text-align: center;
    width:90%;
    font-size:14px;
}
.Newlogoimage{
    width: 53.5%;
}
.logoimg{
    display: none;
}
.Subheading {
    font-size: 25px;
    width:100%;
    text-align: center;
}
/*CSS Start for Alert Mask Message*/
.ButtonMask{
    padding: 10px;
    text-align: center;
    margin-top: 25px;
}
.AlertMask {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: rgba(77, 67, 67, 0.507);
    display: none;
    z-index: 111111;
    width: 100%;
}
.AlertMaskcon {
    background-color: white;
    box-shadow:rgba(229, 227, 232, 0.25) 0px 54px 55px, rgba(229, 227, 232, 0.25) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
    width: 25%;
    border-radius: 5px;
    margin: 10% auto;
    height: 40%;
}
.AlertMaskTitle {
    text-align: center;
    padding: 5px;
}
.AlertMaskMsg {
    text-align: center;
    font-weight: bolder;
    color: #464545;
    font-size: 17px;
}
.ButtonClass {
    background-image: linear-gradient(to right, #005c99, #006bb3, #007acc, #007acc, #006bb3, #005c99);
    width: 80px;
    padding: 8px;
    border: none;
    color: white;
    border-radius: 6px;
    font-weight: bolder;
    font-size: 16px;
    letter-spacing: 1px;
    cursor: pointer;
    margin-left: 15px;
}
/*CSS End for Alert Mask Message*/

/*Media query Start for Alert Mask Message*/
@media only screen and (max-width:280px){
    .AlertMaskcon{
        width: 80%;
        height:auto;
    }
}
@media only screen and (min-width:281px) and (max-width:400px){
    .AlertMaskcon{
        width: 70%;
        height:auto;
    }
}
@media only screen and (min-width:401px) and (max-width:600px){
    .AlertMaskcon{
        width: 50%;
        height:auto;
    }
}
@media only screen and (min-width:601px) and (max-width:800px){
    .AlertMaskcon{
        width: 35%;
        height:auto;
    }
}
@media only screen and (min-width:801px) and (max-width:1024px){
    .AlertMaskcon{
        width:30%;
        height:auto;
    }
}
/*Media query End for Alert Mask Message*/

/*Media query start for Header Div*/
@media only screen and (max-width:280px){
    .Form {
        width:95%;
        height: 65%;
    }
    .logoimg{
        display: block;
        width: 100%;
        background-color: whitesmoke;
        margin-top: -8%;
    }
    .Left{
        display:none;
    }
    .Right{
        width:100%;
    }
    .HeadingCls{
        width: 94%;
        font-size: 15px;
        text-align: center;
        margin-top: -8%;
        text-shadow: none;
    }
    .Subheading {
        font-size: 16px;
        width: 100%;
    }
    .Header {
        margin-top:0%;
        font-size: 20px;
        text-shadow: none;
    }
    .Submitbuttoncls,.Resetbuttoncls{
        width:30%;
    }
}
@media only screen and (min-width:281px) and (max-width:400px){
    .Form {
        width: 95%;
        height: 90%;
    }
    .logoimg{
        display: block;
        width: 100%;
        background-color: whitesmoke;
        margin-top: -8%;
    }
    .Eye{
        left:70%;
    }
    .Left{
        display:none;
    }
    .Right{
        width:100%;
    }
    .Subheading {
        margin-top:5%;
        font-size: 18px;
        width:100%;
    }
    .Header {
        font-size: 22px;
        text-shadow: none;
    }
    .Submitbuttoncls,.Resetbuttoncls{
        width:30%;
    }
    .HeadingCls{
        width: 95%;
        font-size: 20px;
        text-align: center;
        text-shadow: none;
        margin-top: -6%;
    }
}
@media only screen and (min-width:401px) and (max-width:600px){
    .Form {
        width: 95%;
        height: 70%;
    }
    .Left{
        display:none;
    }
    .Eye{
        left:70%;
    }
    .logoimg{
        display: block;
        width: 100%;
        background-color: whitesmoke;
        margin-top: -8%;
    }
    .Right{
        width:100%;
    }
    .HeadingCls{
        width: 96%;
        font-size: 25px;
        text-align: center;
        text-shadow: none;
        margin-top: -4%;
    }
    .Subheading {
        font-size: 18px;
        width: 100%;
    }
    .Header {
        font-size: 23px;
        text-shadow: none;
    }
    .Submitbuttoncls,.Resetbuttoncls{
        width:30%;
    }
}
@media only screen and (min-width:601px) and (max-width:800px){
    .Form{
        width: 99%;
        height: 67%;
    } 
    .Newlogoimage,.LeftSideImg{
        width:100%;
    }
    .Container{
        height:100%;
    }
    .Right{
        width:90%;
    }
    .HeadingCls{
        font-size: 24px;
        text-align: center;
    }
    .Subheading {
        font-size: 20px;
        width: 100%;
    }
    .Header {
        font-size: 23px;
    }
    .Submitbuttoncls,.Resetbuttoncls{
        width:30%;
    }
}
@media only screen and (min-width:801px) and (max-width:1024px){
    .Form{
        width: 100%;
        height: auto;
    } 
    .Newlogoimage,.LeftSideImg{
        width:100%;
    }
    .Container{
        height:auto;
    }
    .Right{
        width:90%;
    }
    .HeadingCls{
        font-size: 24px;
        text-align: center;
    }
    .Subheading {
        font-size: 20px;
        width: 100%;
    }
    .Header {
        font-size: 23px;
    }
    .Submitbuttoncls,.Resetbuttoncls{
        width:30%;
    }
}
/*Media query end for Header Div*/