.login-page-container .login-error {
    color: red;
    margin-bottom: 1rem;
}
#loginform-custom {
    display: flex;
    flex-direction: column;
}
#loginform-custom label {
    margin-bottom: 0.5rem;
}
#loginform-custom input[type="text"],
#loginform-custom input[type="password"],
#otp-form input[type="email"],
#otp-input-form input[type="text"] {
    margin-bottom: 1rem;
    padding: 0.5rem;   
    font-size: 1rem;
}
#loginform-custom input[type="submit"], #send-otp, #verify-otp{
    padding: 14px 0.5rem;
    background: linear-gradient(to right, rgba(28, 82, 172, 1), rgba(66, 137, 255, 1));
    color: #fff;
    border: none;
    cursor: pointer;
}
#loginform-custom input[type="submit"]:hover, #send-otp:hover,  #verify-otp:hover {
    background: linear-gradient(to right, rgba(28, 82, 172, 1), rgba(66, 137, 255, 1));
}
.form-input {
    position: relative;
    width: 100%;
}
.form-input input::placeholder {
    opacity: 0;
}
.form-input input {
    width: 100%;
    height: 50px;
    font-size: 1.2rem;
    padding: 10px;
    outline: none;
    border: 1px solid gray;
    box-sizing: border-box;
    border-radius: 5px;
}
.form-input label {
    position: absolute;
    left: 10px;
    top: 38%;
    transform: translateY(-50%);
    font-size: 1rem;
    color: gray;
    letter-spacing: 1px;
    transition: 0.3s;
    font-weight: 400;
    background: transparent;
}
.form-input input:focus + label,
.form-input input:not(:placeholder-shown) + label {
    top: 0;
    font-size: 0.8rem;
    color: #2762c5;
    background: #fff;
    padding: 7px;
}
.form-input input:focus {
    border: 2px solid #2762c5 !important;
}
section.login-page {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    z-index: 1;
    width: 360px;
}
.logo-login {
    padding: 0 10px;
    text-align: center;
}
img.logo {
    width: 250px;
}
@media(max-width:767px){
    img.logo {
        width: 180px;
    }
}
.login-page-container {
    max-width: 320px;
    margin: 0 auto;
    padding: 0px;
}
.login-page-container h1 {
    margin: 10px 0;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    color: #4f4e4e;
}
.login-page-container .input, .login-page-container input[type="email"], .login-page-container input[type="password"] {
    font-size: 14px;
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #666;
    border-radius: 5px;
}
.login-page-container .button-primary {
    width: 100%; 
    font-size: 18px;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 1;
    font-family: 'Montserrat';
    font-weight: 600;
}
body:before {
    content: "";
    background: url(/psi-reporting/wp-content/uploads/2024/07/1949.jpg);
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.3;
}
form#loginform-custom p {
    margin: 0;
}
p:has(#rememberme) {
    margin-bottom: 15px !important;
}
p.register-link a, p.forgot-password-link a, p.another-way a {
    color: #20a5b8 !important;
    text-decoration: none;
    font-weight: 600;
}
/*loginpage*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active{
    -webkit-background-clip: text;
    -webkit-text-fill-color: #000000;
    transition: background-color 5000s ease-in-out 0s;
}
/* loginpage  */ 
/*register page*/
section.register-page {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    z-index: 1;
    width: 360px;
    margin: 0 15px;
}
.registration-form {
    max-width: 320px;
    margin: 0 auto;
    padding: 0px;
}
.registration-form h1 {
    margin: 10px 0;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    color: #4f4e4e;
}
.registration-form .input, .registration-form input[type="email"], .registration-form input[type="password"] {
    font-size: 14px;
    width: 100%;
    padding: 10px;
    margin-bottom: 1rem;
    border: 1px solid #666;
    border-radius: 5px;
}
.registration-form .button-primary {
    width: 100%;
    padding: 14px 10px;
    font-size: 18px;
    background: linear-gradient(to right, rgba(28, 82, 172, 1), rgba(66, 137, 255, 1));
    border: none;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1;
    font-family: 'Montserrat';
    font-weight: 600;
}
.register-page a.link {
    color: #20a5b8;
    text-decoration: none;
    font-weight: 600;
}
.registration-form input.button.button-primary {
    cursor: pointer;
}
/*register page end*/
/*social box*/
div#login-options .login-type,
div#otherLogin .login-type {
    padding: 10px;
    border-radius: 50%;
    font-size: 24px;
    width: 34px;
    height: 34px;
    align-content: center;
    cursor: pointer;
    text-align: center;
    margin: 0;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
div#login-options  button#login-with-otp,
div#otherLogin  button#login-with-otp {
    background: transparent;
    border: none;
    color: #fff;
    font-size: 20px;
    width: 32px;
    cursor: pointer;
    padding: 0;
}
div#login-options p.login-google img,
div#otherLogin p.login-google img{
    width: 24px;
}
div#login-options p.login-google.login-type,
div#login-options  p.login-otp,
div#otherLogin p.login-google.login-type,
div#otherLogin  p.login-otp{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
}
div#login-options p.login-facebook.login-type,
div#otherLogin p.login-facebook.login-type {
    background: #4267B2;
    border-color: #4267B2 !important;
}
div#login-options .login-facebook a,
div#otherLogin .login-facebook a {
    color: #fff;
}
div#login-options p.login-linkedin.login-type,
div#otherLogin p.login-linkedin.login-type {
    background: #0a66c2;
    border-color: #0a66c2 !important;
}
div#login-options p.login-linkedin.login-type a,
div#otherLogin p.login-linkedin.login-type a {
    color: #fff;
}
div#login-options .social-icon-box,
div#otherLogin .social-icon-box {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}
p.option {
    position: relative;
    text-align: center;
    color: #545454;
    font-style: italic;
}
p.option:before, p.option:after {
    content: '';
    position: absolute;
    width: 45%;
    height: 1px;
    background: #b9b9b9;
    top: 50%;
    left: 0;
}
p.option:after {
    left: unset;
    right: 0;
}
div#login-options p.social-login,
div#otherLogin p.social-login  {
    text-align: center;
}
div#login-options .login-otp img,
div#otherLogin .login-otp img {
    width: 24px;
}
a.google-login-btn {
    display: block;
}
.login-page-container:has(#otp-form[style="display: block;"]) p.option,
.login-page-container:has(#otp-input-form[style="display: block;"]) p.option {
    display: none;
}
div#login-options .social-icon-box > p,
div#otherLogin .social-icon-box > p {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px !important;
    transition: 0.3s;
}
div#login-options .social-icon-box > p:hover,
div#otherLogin .social-icon-box > p:hover {
    box-shadow: 0 17px 25px rgb(0 0 0 / 23%);
    transform: translateY(-6px);
}
p.another-way a.another_option {
    text-decoration: underline;
}
p.another-way:hover a.another_option {
    color: #1c52ac !important;
}
button#resend-otp {
    background: none;
    border: none;
    font-size: 16px;
    margin-top: 10px;
    text-align: justify;
    text-transform: none;
    text-decoration: underline;
    color: #20a5b8;
    cursor: pointer;
    width: auto;
}
button#resend-otp:hover {
    color: #1c52ac;
}
div#login-options .social-icon-box > p button:before,
div#login-options .social-icon-box > p > a:before,
div#otherLogin .social-icon-box > p button:before,
div#otherLogin .social-icon-box > p > a:before  {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    border-radius: 50%;
}
div#login-options .social-icon-box > p,
div#otherLogin .social-icon-box > p  {
    position: relative;
}

/* popup signin button  */
.login-page-container .button-primary {
    width: 100%;
    padding: 14px 10px;
    font-size: 18px;
    background: linear-gradient(to right, rgba(28, 82, 172, 1), rgba(66, 137, 255, 1));
    border: none;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat';
    font-weight: 600;
}
/* end */