
/* /prosi2025_chips/static/src/css/login.css */
 body{background-color: #eef5fd; font-family: 'Poppins', sans-serif; margin: 0;}.chips-login-page-wrapper{display: flex; box-sizing: border-box; justify-content: center; align-items: center; min-height: 100svh; padding: 2rem;}.chips-login-container{width: 100%; max-width: 400px; height: 100%; max-height: 800px; background-color: white; border-radius: 12px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); padding: 40px; display: flex; flex-direction: column; gap: 20px;}.login-page-image-container{display: flex; flex-flow: row wrap; width: 70%;}.chips-login-header{display: flex; justify-content: space-between; align-items: center; width: 100%;}.chips-logo{height: 3rem; flex-shrink: 0;}.chips-login-title{font-size: 1.2rem; font-weight: 600; color: #555; letter-spacing: 1px; text-align: right;}.chips-login-form-container{width: 100%; margin-top: 20px;}.chips-input-group{margin-bottom: 15px; display: flex; flex-direction: column; gap: 5px;}.chips-input-group .form-label{font-size: 0.85rem; font-weight: 500; color: #333;}.chips-login-input{width: 100%; height: 45px; border: 1px solid #ddd; border-radius: 8px; padding: 0 15px; font-size: 0.95rem; transition: border-color 0.3s;}.chips-login-input:focus{outline: none; border-color: #4a90e2;}.chips-login-button{width: 100%; height: 45px; border: none; border-radius: 8px; background-color: #386AB1; color: white; font-size: 1rem; font-weight: 600; cursor: pointer; transition: background-color 0.3s; margin-top: 10px;}.chips-login-button:hover{background-color: #1d457d;}.chips-login-button:disabled{background-color: #83A5D8; color: rgb(250, 250, 250); cursor: not-allowed;}.chips-login-footer{text-align: center; font-size: 0.85rem; color: #666; width: 100%; border-top: 1px solid #eee; padding-top: 20px;}.chips-login-footer a{color: #4a90e2; text-decoration: none; font-weight: 500;}.o_login_auth, .o_auth_oauth_providers{text-align: center; font-size: 0.9rem; color: #888;}.o_login_auth a, .o_auth_oauth_providers a{display: flex; align-items: center; justify-content: center; width: inherit; padding: 10px 15px; margin-top: 10px; border: 1px solid #D1D5DB; border-radius: 8px; background-color: #fff; color: #374151; font-weight: 500; font-size: 0.95rem; text-decoration: none; transition: all 0.2s ease-in-out;}.o_login_auth a:hover, .o_auth_oauth_providers a:hover{background-color: #f9fafb; border-color: #adb5bd; box-shadow: 0 1px 3px rgba(0,0,0,0.05);}.o_login_auth a::before, .o_auth_oauth_providers a::before{content: ''; display: inline-block; width: 20px; height: 20px; margin-right: 12px; background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48' xmlns:xlink='http://www.w3.org/1999/xlink' style='enable-background:new 0 0 48 48;'%3E%3Cpath fill='%23fbc02d' d='M43.611,20.083H42V20H24v8h11.303c-1.649,4.657-6.08,8-11.303,8c-6.627,0-12-5.373-12-12 s5.373-12,12-12c3.059,0,5.842,1.154,7.961,3.039l5.657-5.657C34.046,6.053,29.268,4,24,4C12.955,4,4,12.955,4,24s8.955,20,20,20 s20-8.955,20-20C44,22.659,43.862,21.35,43.611,20.083z'%3E%3C/path%3E%3Cpath fill='%23e53935' d='M6.306,14.691l6.571,4.819C14.655,15.108,18.961,12,24,12c3.059,0,5.842,1.154,7.961,3.039l5.657-5.657 C34.046,6.053,29.268,4,24,4C16.318,4,9.656,8.337,6.306,14.691z'%3E%3C/path%3E%3Cpath fill='%234caf50' d='M24,44c5.166,0,9.86-1.977,13.409-5.192l-6.19-5.238C29.211,35.091,26.715,36,24,36 c-5.222,0-9.619-3.317-11.283-7.946l-6.522,5.025C9.505,39.556,16.227,44,24,44z'%3E%3C/path%3E%3Cpath fill='%231565c0' d='M43.611,20.083H42V20H24v8h11.303c-0.792,2.237-2.231,4.166-4.087,5.574 l6.19,5.238C41.371,34.221,44,28.718,44,24C44,22.659,43.862,21.35,43.611,20.083z'%3E%3C/path%3E%3C/svg%3E"); background-size: contain; background-repeat: no-repeat; background-position: center;}.validation-error{color: #dc3545; font-size: 0.8rem;}.password-validation-error{padding-left: 1rem; margin: 0;}.chips-login-input.is-invalid{border-color: #dc3545;}.notif-login{display: flex; flex-direction: column; margin-bottom: 1rem;}.notif-error-login{color: red;}.pesanerrlogin{display: flex; justify-content: center;}.notif-sukses-login{color: green;}.o_login_auth>em, em{display: none !important;}.disable{pointer-events: none; opacity: 50%; cursor: not-allowed;}.disable:hover{cursor: not-allowed;}.notif-resent-email-verif{color: green;}.hide{display: none !important;}@media (max-width: 510px){.chips-logo{height: 2rem; flex-shrink: 0;}}