.LoginScreen .modernContentBox{overflow:hidden;}
.LoginScreen .logo{text-align:center;margin:0 auto 10px auto;width:100%;}
.LoginScreen .logo a{display:block;}
.LoginScreen .ImgLoginBanner{width:min(100%,367px);height:60px;margin:0 auto;display:block;background-position:center center;background-repeat:no-repeat;background-size:contain;}
#dpspInstitutionName{margin-top:8px;text-align:center;font-family:"Segoe UI",Tahoma,sans-serif;font-size:19px;font-weight:700;line-height:1.25;letter-spacing:.2px;color:#174a7c;}
.dpspAlert{margin:12px 0 14px 0;padding:12px 12px 10px 12px;border:1px solid #f5b7b1;border-left:5px solid #c0392b;border-radius:8px;background:linear-gradient(180deg,#fff8f8 0,#fff2f2 100%);color:#5b1b14;font-size:12.5px;line-height:1.35;animation:dpspPulse 2.4s ease-in-out infinite;}
.dpspAlertHeader{display:flex;align-items:center;gap:8px;margin-bottom:8px;}
.dpspAlertIcon{width:24px;height:24px;min-width:24px;border-radius:50%;background:#d93025;color:#fff;font-weight:800;font-size:16px;line-height:24px;text-align:center;box-shadow:0 0 0 0 rgba(217,48,37,0.45);animation:dpspIconAlert 1.15s ease-in-out infinite;}
.dpspAlertHeader strong{display:block;margin:0;font-size:13px;color:#9c1c12;}
.dpspAlert p{margin:0 0 7px 0;}
.dpspAlert ul{margin:0 0 0 16px;padding:0;}
.dpspAlert li{margin:0 0 4px 0;}
@keyframes dpspPulse{0%{box-shadow:0 0 0 0 rgba(192,57,43,0.28);}
70%{box-shadow:0 0 0 9px rgba(192,57,43,0);}
100%{box-shadow:0 0 0 0 rgba(192,57,43,0);}
}
@keyframes dpspIconAlert{0%,100%{transform:scale(1);box-shadow:0 0 0 0 rgba(217,48,37,0.45);}
40%{transform:scale(1.12);}
70%{box-shadow:0 0 0 7px rgba(217,48,37,0);}
}
@media(max-width:768px){.LoginScreen .ImgLoginBanner{width:min(100%,320px);height:96px;}
#dpspInstitutionName{font-size:16px;padding:0 6px;}
.dpspAlert{font-size:12px;padding:10px 10px 8px 10px;}
.dpspAlertIcon{width:22px;height:22px;min-width:22px;line-height:22px;font-size:15px;}
}