.signin-container{height:100vh;font-family:Arial,sans-serif;display:flex}.signin-left{width:45vw;height:100vh;padding:15px;position:relative;overflow:hidden}.signin-image{object-fit:cover;width:100%;height:100%;display:block}.logo-image{width:auto;max-width:60px;height:auto;position:absolute;top:20px;left:20px}.signin-right{justify-content:center;align-items:center;width:55%;display:flex}.signin-box{width:420px}.signin-box h2{margin-bottom:5px}.subtitle{color:gray;margin-bottom:20px;font-size:14px}.password-row{justify-content:space-between;align-items:center;display:flex}.forgot{color:green;cursor:pointer;font-size:12px}.signin-btn{color:#fff;cursor:pointer;background:#2e4d2c;border:none;border-radius:4px;width:100%;margin-top:15px;padding:10px}.signin-btn:hover{background:#243d22}.signup-text{text-align:center;margin-top:15px;font-size:13px}.signup-link{color:green;cursor:pointer;font-weight:500}.myborder{border:2px solid #000}@media (width<=991px){.signin-left{display:none}.signin-container{justify-content:center;align-items:center}.signin-right{justify-content:center;align-items:center;width:100%;display:flex}.signin-box{width:90vw;max-width:420px}}.default-textinput-parent-class{font-size:13px}.default-textinput-input-class{border:1px solid #ccc;border-radius:7px;width:100%;padding:.5rem 30px .5rem .5rem;font-size:13px}.default-textinput-input-class:focus{border-color:#598bc09d;box-shadow:0 0 4px #1d82ee40}.default-textinput-label-class{padding-top:5px;padding-bottom:3px;color:#283c50!important;font-size:13px!important;font-weight:600!important}.input-wrapper{position:relative}.input-error{border-color:#d15757!important;box-shadow:0 0 3px #ff000080!important}.error-icon{position:absolute;top:50%;right:10px;transform:translateY(-50%);color:#d15757!important}.custom-modal-overlay{background-color:#00000080;justify-content:center;align-items:center;animation:.3s ease-out fadeIn;display:flex;position:fixed;inset:0;z-index:11000!important}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.custom-modal-content{background-color:#fff;border-radius:8px;flex-direction:column;max-width:100px;max-height:90vh;animation:.3s ease-out slideIn;display:flex;overflow:hidden;box-shadow:0 4px 20px #00000026}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.custom-modal-content.auto-close{animation:2s forwards fadeOut}@keyframes fadeOut{to{opacity:0;transform:translateY(20px)}}.custom-modal-header{text-align:center;border-bottom:1px solid #eee;padding:15px 20px 10px}.custom-modal-header h3{color:#333;margin:0;font-size:1.25rem;font-weight:600}.custom-modal-body{text-align:center;color:#555;flex-grow:1;padding:10px 20px;line-height:1.5;overflow-y:auto}.custom-modal-footer{text-align:center;color:#666;background-color:#f9f9f9;border-top:1px solid #eee;padding:15px 20px;font-size:.9rem}.custom-modal-actions{border-top:1px solid #eee;justify-content:center;gap:10px;padding:15px;display:flex}.custom-modal-button{cursor:pointer;border:none;border-radius:4px;padding:8px 15px;font-weight:500;transition:all .3s}.custom-modal-button.confirm{color:#fff;border:"none";border-radius:"0.25rem";font-size:"13px";cursor:"pointer"}.custom-modal-button.cancel{color:#fff;background-color:#929292}.custom-modal-button.cancel:hover{background-color:#6d6d6d}.custom-modal-icon{justify-content:center;padding:15px 0 5px;display:flex}.custom-modal-icon svg[color=\#4CAF50]{color:#4caf50}.custom-modal-icon svg[color=\#f44336]{color:#f44336}.custom-modal-icon svg[color=\#FFA726]{color:#ffa726}.custom-modal-icon svg[color=\#2196F3]{color:#2196f3}.custom-modal-icon svg[color=\#3385ff]{color:#3385ff}.custom-modal-overlay{z-index:1060;background-color:#0006;justify-content:center;align-items:center;animation:.3s showOverlay;display:flex;position:fixed;inset:0}@keyframes showOverlay{0%{background-color:#0000}to{background-color:#0006}}.custom-modal-content{text-align:center;background-color:#fff;border-radius:8px;width:32em;max-width:100%;margin:1.25rem;padding:1.25rem;animation:.3s showSweetAlert;position:relative;transform:scale(1);box-shadow:0 .5rem 1rem #00000026}@keyframes showSweetAlert{0%{opacity:0;transform:scale(.7)}45%{opacity:1;transform:scale(1.05)}to{transform:scale(1)}}.custom-modal-content.hide{animation:.15s forwards hideSweetAlert}@keyframes hideSweetAlert{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.5)}}
