#input-div{
	position: absolute;
    width: 40%;
    height: fit-content;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
#global-container {
    font-family: Yantramanav;
}
.loginpage-global-container #input-div {
    background: #fff;
    padding: 50px 0px;
    height: fit-content;
  }
#topp-logo{
    background-image: url(/images/presto-pdca-2023-03.png);
    width: 40%;
    height: 30%;
    background-repeat: no-repeat;
    background-size: contain;
    margin: auto;
	position: relative;
    top: 40px;
	background-position-x: 50%;
}
.presto-input{
    width: 75%;
    margin: 70px auto;
	top: 40px;
    height: auto;
}
.presto-input>input{
    background: none;
    font-size: 18px;
}
.presto-input>label{
	color: #222;
    font-size: 18px;
}
#forgot-password, #reset-password, #back-to-login{
    width: auto;
    height: 40px;
    background: #e6e6e6;
    border: none;
    position: relative;
    margin: auto;
    border-radius: 50px;
    font-weight: bold;
    font-size: 18px;
	top: 40px;
    transition: background .2s, color .2s;
    padding: 7px 15px;
}
#back-to-login {
    margin-top: 20px;
    width: fit-content;
    cursor: pointer;
    color: #222;
}
.header-text {
    font-size: 20px;
    text-align: center;
}
.forgot-password-text {
    padding: 10px 0;
    font-size: 18px;
}
.forgot-password-text a {
    cursor: pointer;
}
#forgot-password:hover, #forgot-password:focus,
#back-to-login:hover, #back-to-login:focus,
#reset-password:hover, #reset-password:focus{
	background: #2d2f40;
	color: #fff;
}
#input-div>*{
	display: block;
	opacity: 0;
}
#err-msg{
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    color: #f44336;
    display: none;
    width: 100%;
    align-items: center;
    /*padding: 30px;*/
}