﻿body {
    font-family: 'Poppins', sans-serif;
}

input[type=number] {
    -moz-appearance: textfield;
}

.LoginGraphicWrap {
    background: #f9f9f9;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 17%;
}
.ThemeColor {
    color: #007cc3!important;
    cursor:pointer;
}
.changepassBtn a{
    text-transform:capitalize!important;
    font-weight:600!important;
}
.changepassBtn{
    font-weight:600!important;
    font-size:13px;
}
.LoginFormWrap {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
    text-align: center;
}
.MainForm{
    width:35%;
}
.MainForm p{
    font-size: 11px;
    font-weight: 500;
    line-height: 1.2;
    margin: 20px 0;
    margin-bottom: 35px!important;
}
.MainForm h3 {
    font-size: 26px;
    font-weight: 600;
    color: #3d3d3d;
}
.btn-submit {
    width: 100%;
    color: #fff;
    justify-content:center;
    height: calc(2.3rem + 2px);
    background: #007cc3;
    font-size: 14px;
    font-weight: 500;
    border-radius: 20px!important;
    margin-left:0!important;
    margin-top: 5px;
    box-shadow: 0px 5px 5px 0px #cdb2b7ad !important;
}
.loginState {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    margin: 35px 0!important;
}
.loginState span{
    color: #007cc3;
}
.poweredby {
    position: absolute;
    bottom: 0px;
    font-weight: 600;
    font-size: 11px;
    color: #bbbbbb;
    right: 0;

}
    .poweredby img{
        width:100px;
        padding:0 0.5em;
    }
    .logo {
        width: 140px;
        display: flex;
        margin-bottom: 0px;
    }
svg {
    width: 250px;
    margin-left: -10px;
}
.GraphicBox h2 {
    font-size: 45px;
    font-weight:400;
    line-height: 1.5;
    margin-top: -25px;
}
.GraphicBox h2 span{
    font-size: 45px;
    font-weight: 600;
    line-height: 1.5;
    margin-top: -25px;
}
.inputEmpcode{
    position: relative;
}
.mastererror {
    display: none;
    margin-left: 0.5rem;
    font-size: 0.9rem;
    z-index: 10000;
    width: 15%;
    height: 63px;
    text-align: left;
    right: 3%;
    box-shadow: -2px 1px 3px 2px #acacac36;
    padding: 30px 0px;
    top: 45%;
    position: fixed;
    padding-left: 0;
    color: #535353;
    overflow: hidden;
    background-color: #f7f7f7;
    border-radius: 10px;
    border: 0.5px solid #ddd;
}
#lblerrorpage {
    text-align: left;
    width: 80%;
    margin: 0 auto;
    margin-left: 20%;
    margin-top: 2%;
}
.alerticon {
    position: absolute;
    left: 10%;
    font-size: 12px;
    top: 24%;
    font-size: 1.5em;
    color: #2bb083;
}
.border-div {
    width: 5px;
    height: 46px;
    border-radius: 10px;
    background: #2bb083;
    position: absolute;
    display: flex;
    align-items: center;
    top: 10px;
    left: 15px;
}
    #lblerrorpage p {
        font-size: 0.7em;
        font-weight: 500;
        margin: 0;
    }
    #lblerrorpage h4 {
        font-size: 0.8em;
        font-weight: 600;
        margin: 0;
    }
.inputEmpcode .infobtn {
    position: absolute;
    right: 10px;
    top: 4px;
    font-size: 1.5em !important;
    color:#919191 !important;
    background: none;
    border: none;
}
.Moblogo {
    display: none;
}
@media only screen and (max-width: 600px) {
    .MainForm {
        width: 75%;
    }
    .loginGraphic{
        display:none;
    }
    .Moblogo {
        display:block;
        width: 130px;
        margin:0 auto;
        margin-bottom: 2em;
    }
}