.container_animation{
	margin-left: 30%;
}
.swing div {
  border-radius: 50%;
  float: left;
  height: 1em;
  width: 1em;
}
.swing div:nth-of-type(1) {
  background: -webkit-linear-gradient(left, #385c78 0%, #325774 100%);
  background: linear-gradient(to right, #385c78 0%, #325774 100%);
}
.swing div:nth-of-type(2) {
  background: -webkit-linear-gradient(left, #325774 0%, #47536a 100%);
  background: linear-gradient(to right, #325774 0%, #47536a 100%);
}
.swing div:nth-of-type(3) {
  background: -webkit-linear-gradient(left, #4a5369 0%, #6b4d59 100%);
  background: linear-gradient(to right, #4a5369 0%, #6b4d59 100%);
}
.swing div:nth-of-type(4) {
  background: -webkit-linear-gradient(left, #744c55 0%, #954646 100%);
  background: linear-gradient(to right, #744c55 0%, #954646 100%);
}
.swing div:nth-of-type(5) {
  background: -webkit-linear-gradient(left, #9c4543 0%, #bb4034 100%);
  background: linear-gradient(to right, #9c4543 0%, #bb4034 100%);
}
.swing div:nth-of-type(6) {
  background: -webkit-linear-gradient(left, #c33f31 0%, #d83b27 100%);
  background: linear-gradient(to right, #c33f31 0%, #d83b27 100%);
}
.swing div:nth-of-type(7) {
  background: -webkit-linear-gradient(left, #da3b26 0%, #db412c 100%);
  background: linear-gradient(to right, #da3b26 0%, #db412c 100%);
}
.shadow {
  clear: left;
  padding-top: 1.5em;
}
.shadow div {
  -webkit-filter: blur(1px);
  filter: blur(1px);
  float: left;
  width: 1em;
  height: .25em;
  border-radius: 50%;
  background: #e3dbd2;
}
.shadow .shadow-l {
  background: #d5d8d6;
}
.shadow .shadow-r {
  background: #eed3ca;
}
@-webkit-keyframes ball-l {
  0%, 50% {
    -webkit-transform: rotate(0) translateX(0);
    transform: rotate(0) translateX(0);
  }
  100% {
    -webkit-transform: rotate(50deg) translateX(-2.5em);
    transform: rotate(50deg) translateX(-2.5em);
  }
}
@keyframes ball-l {
  0%, 50% {
    -webkit-transform: rotate(0) translate(0);
    transform: rotate(0) translateX(0);
  }
  100% {
    -webkit-transform: rotate(50deg) translateX(-2.5em);
    transform: rotate(50deg) translateX(-2.5em);
  }
}
@-webkit-keyframes ball-r {
  0% {
    -webkit-transform: rotate(-50deg) translateX(2.5em);
    transform: rotate(-50deg) translateX(2.5em);
  }
  50%,
  100% {
    -webkit-transform: rotate(0) translateX(0);
    transform: rotate(0) translateX(0);
  }
}
@keyframes ball-r {
  0% {
    -webkit-transform: rotate(-50deg) translateX(2.5em);
    transform: rotate(-50deg) translateX(2.5em);
  }
  50%,
  100% {
    -webkit-transform: rotate(0) translateX(0);
    transform: rotate(0) translateX(0)
  }
}
@-webkit-keyframes shadow-l-n {
  0%, 50% {
    opacity: .5;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: .125;
    -webkit-transform: translateX(-1.57em);
    transform: translateX(-1.75em);
  }
}
@keyframes shadow-l-n {
  0%, 50% {
    opacity: .5;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: .125;
    -webkit-transform: translateX(-1.75);
    transform: translateX(-1.75em);
  }
}
@-webkit-keyframes shadow-r-n {
  0% {
    opacity: .125;
    -webkit-transform: translateX(1.75em);
    transform: translateX(1.75em);
  }
  50%,
  100% {
    opacity: .5;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes shadow-r-n {
  0% {
    opacity: .125;
    -webkit-transform: translateX(1.75em);
    transform: translateX(1.75em);
  }
  50%,
  100% {
    opacity: .5;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.swing-l {
  -webkit-animation: ball-l .425s ease-in-out infinite alternate;
  animation: ball-l .425s ease-in-out infinite alternate;
}
.swing-r {
  -webkit-animation: ball-r .425s ease-in-out infinite alternate;
  animation: ball-r .425s ease-in-out infinite alternate;
}
.shadow-l {
  -webkit-animation: shadow-l-n .425s ease-in-out infinite alternate;
  animation: shadow-l-n .425s ease-in-out infinite alternate;
}
.shadow-r {
  -webkit-animation: shadow-r-n .425s ease-in-out infinite alternate;
  animation: shadow-r-n .425s ease-in-out infinite alternate;
}

.bg-bubbles {
						position: absolute;
						top: 0;
						left: 0;
						width: 100%;
						height: 100%;
						z-index: 1;
						}
						.bg-bubbles li {
						position: absolute;
						list-style: none;
						display: block;
						width: 40px;
						height: 40px;
						background-color: rgba(255, 255, 255, 0.2);
						bottom: -160px;
						-webkit-animation: square 25s infinite;
						animation: square 25s infinite;
						-webkit-transition-timing-function: linear;
						transition-timing-function: linear;
						}
						.bg-bubbles li:nth-child(1) {
						left: 10%;
						}
						.bg-bubbles li:nth-child(2) {
						left: 20%;
						width: 80px;
						height: 80px;
						-webkit-animation-delay: 2s;
						animation-delay: 2s;
						-webkit-animation-duration: 17s;
						animation-duration: 17s;
						}
						.bg-bubbles li:nth-child(3) {
						left: 25%;
						-webkit-animation-delay: 4s;
						animation-delay: 4s;
						}
						.bg-bubbles li:nth-child(4) {
						left: 40%;
						width: 60px;
						height: 60px;
						-webkit-animation-duration: 22s;
						animation-duration: 22s;
						background-color: rgba(255, 255, 255, 0.25);
						}
						.bg-bubbles li:nth-child(5) {
						left: 70%;
						}
						.bg-bubbles li:nth-child(6) {
						left: 80%;
						width: 120px;
						height: 120px;
						-webkit-animation-delay: 3s;
						animation-delay: 3s;
						background-color: rgba(255, 255, 255, 0.2);
						}
						.bg-bubbles li:nth-child(7) {
						left: 32%;
						width: 160px;
						height: 160px;
						-webkit-animation-delay: 7s;
						animation-delay: 7s;
						}
						.bg-bubbles li:nth-child(8) {
						left: 55%;
						width: 20px;
						height: 20px;
						-webkit-animation-delay: 15s;
						animation-delay: 15s;
						-webkit-animation-duration: 40s;
						animation-duration: 40s;
						}
						.bg-bubbles li:nth-child(9) {
						left: 25%;
						width: 10px;
						height: 10px;
						-webkit-animation-delay: 2s;
						animation-delay: 2s;
						-webkit-animation-duration: 40s;
						animation-duration: 40s;
						background-color: rgba(255, 255, 255, 0.3);
						}
						.bg-bubbles li:nth-child(10) {
						left: 90%;
						width: 160px;
						height: 160px;
						-webkit-animation-delay: 11s;
						animation-delay: 11s;
						}
						@-webkit-keyframes square {
						0% {
						-webkit-transform: translateY(0);
						transform: translateY(0);
						}
						100% {
						-webkit-transform: translateY(-700px) rotate(600deg);
						transform: translateY(-700px) rotate(600deg);
						}
						}
						@keyframes square {
						0% {
						-webkit-transform: translateY(0);
						transform: translateY(0);
						}
						100% {
						-webkit-transform: translateY(-700px) rotate(600deg);
						transform: translateY(-700px) rotate(600deg);
						}
						}

						.wrapper {

						position: absolute;

						left: 0;
						width: 100%;
						height: 100%;

						overflow: hidden;
						}
						.wrapper.form-success .container h1 {
						-webkit-transform: translateY(85px);
						transform: translateY(85px);
						}
						
						.container h1 {
						font-size: 40px;
						-webkit-transition-duration: 1s;
						transition-duration: 1s;
						-webkit-transition-timing-function: ease-in-put;
						transition-timing-function: ease-in-put;
						font-weight: 200;
						}
						form {
						position: relative;
						z-index: 2;
						}
						.to-front {
						position: absolute;
						right:0px;
						z-index: 2;
						}
						form input {
						-webkit-appearance: none;
						-moz-appearance: none;
						appearance: none;
						outline: 0;
						border: 1px solid rgba(71, 107, 133, 0.4);

						width: 250px;
						border-radius: 3px;
						padding: 5px 10px;
						margin: 0 auto 10px auto!important;
						display: block;

						font-size: 18px;
						color: #2c348c;
						-webkit-transition-duration: 0.25s;
						transition-duration: 0.25s;
						font-weight: 300;
						}
						form input:hover {
						background-color: rgba(71, 107, 133, 0.4);
						}
						form input:focus {
						background-color: white;
						color: #1c3d89;
						}
						form button {
						-webkit-appearance: none;
						-moz-appearance: none;
						appearance: none;
						outline: 0;
						background-color: #3cb4d0;
						border: 0;
						padding: 10px 15px;
						color: #fff;
						border-radius: 3px;
						cursor: pointer;
						font-size: 18px;
						-webkit-transition-duration: 0.25s;
						transition-duration: 0.25s;
						}
						form button:hover {
						background-color: #f5f7f9;
						}
						.bg-bubbles {
						position: absolute;
						top: 0;
						left: 0;
						width: 100%;
						height: 100%;
						z-index: 1;
						}
						.bg-bubbles li {
						position: absolute;
						list-style: none;
						display: block;
						width: 40px;
						height: 40px;
						background-color: rgba(255, 255, 255, 0.2);
						bottom: -160px;
						-webkit-animation: square 25s infinite;
						animation: square 25s infinite;
						-webkit-transition-timing-function: linear;
						transition-timing-function: linear;
						}
						.bg-bubbles li:nth-child(1) {
						left: 10%;
						}
						.bg-bubbles li:nth-child(2) {
						left: 20%;
						width: 80px;
						height: 80px;
						-webkit-animation-delay: 2s;
						animation-delay: 2s;
						-webkit-animation-duration: 17s;
						animation-duration: 17s;
						}
						.bg-bubbles li:nth-child(3) {
						left: 25%;
						-webkit-animation-delay: 4s;
						animation-delay: 4s;
						}
						.bg-bubbles li:nth-child(4) {
						left: 40%;
						width: 60px;
						height: 60px;
						-webkit-animation-duration: 22s;
						animation-duration: 22s;
						background-color: rgba(255, 255, 255, 0.25);
						}
						.bg-bubbles li:nth-child(5) {
						left: 70%;
						}
						.bg-bubbles li:nth-child(6) {
						left: 80%;
						width: 120px;
						height: 120px;
						-webkit-animation-delay: 3s;
						animation-delay: 3s;
						background-color: rgba(255, 255, 255, 0.2);
						}
						.bg-bubbles li:nth-child(7) {
						left: 32%;
						width: 160px;
						height: 160px;
						-webkit-animation-delay: 7s;
						animation-delay: 7s;
						}
						.bg-bubbles li:nth-child(8) {
						left: 55%;
						width: 20px;
						height: 20px;
						-webkit-animation-delay: 15s;
						animation-delay: 15s;
						-webkit-animation-duration: 40s;
						animation-duration: 40s;
						}
						.bg-bubbles li:nth-child(9) {
						left: 25%;
						width: 10px;
						height: 10px;
						-webkit-animation-delay: 2s;
						animation-delay: 2s;
						-webkit-animation-duration: 40s;
						animation-duration: 40s;
						background-color: rgba(255, 255, 255, 0.3);
						}
						.bg-bubbles li:nth-child(10) {
						left: 90%;
						width: 160px;
						height: 160px;
						-webkit-animation-delay: 11s;
						animation-delay: 11s;
						}
						@-webkit-keyframes square {
						0% {
						-webkit-transform: translateY(0);
						transform: translateY(0);
						}
						100% {
						-webkit-transform: translateY(-700px) rotate(600deg);
						transform: translateY(-700px) rotate(600deg);
						}
						}
						@keyframes square {
						0% {
						-webkit-transform: translateY(0);
						transform: translateY(0);
						}
						100% {
						-webkit-transform: translateY(-700px) rotate(600deg);
						transform: translateY(-700px) rotate(600deg);
						}
						}

                        @media (min-width: 768px) {
                            .login_background{
                                top: 13%;
                                position: fixed;
                                width:100%; 
                                height: 100%;
                            }
                        }

section.login_page {
    background-image: url('/lean_theme/static/src/img/background.png') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    min-height: 100vh !important;
    height: auto !important;
    width: 100% !important;
}

section.login_page.employee-login-section {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.employee-login-section #container_login_page {
    margin: 0 !important;
    padding: 40px 20px !important;
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.employee-login-section #container_login_page .row {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    margin: 0 !important;
}

.employee-login-section #container_login_card {
    float: none !important;
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: 100% !important;
    padding: 0 !important;
}

.employee-login-section .login-block-right {
    display: none !important;
}

.employee-login-section #login_card {
    width: 480px !important;
    max-width: 100% !important;
    padding: 32px !important;
    box-sizing: border-box !important;
    margin: 0 auto !important;
}

.employee-login-section #login_card #company_logo {
    display: block;
    margin: 0 auto;
}

.login-ms-heading {
    color: #1B204C;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin: 0 0 20px;
    padding: 10px 0;
}

#login_card .o_auth_oauth_providers {
    width: 100%;
    margin: 0 0 8px 0 !important;
    border: none;
    border-radius: 0;
}

#login_card em.d-block {
    display: none !important;
}

#login_card .o_auth_oauth_providers a.list-group-item {
    display: flex !important;
    padding: 16px 24px !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 12px !important;
    background-color: #263A8A !important;
    color: #fff !important;
    border: none !important;
    border-radius: 8px !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    cursor: pointer;
}

#login_card .o_auth_oauth_providers a.list-group-item:hover {
    background-color: #1a2d6e !important;
    color: #fff !important;
    text-decoration: none !important;
}

.login-need-help-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
    margin-bottom: 8px;
}

.login-need-help {
    color: #263A8A !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    text-decoration: underline !important;
}

.login-need-help:hover {
    color: #1a2d6e !important;
    text-decoration: underline !important;
}

.login-follow-us {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.login-follow-label {
    color: #A8ADC7 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    display: block;
    line-height: 1.4;
}

.login-social-icons {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.login-social-icons a {
    display: inline-flex;
    width: 37px;
    height: 37px;
    flex-shrink: 0;
    opacity: 0.9;
    transition: opacity 0.2s;
}

.login-social-icons a img {
    width: 37px;
    height: 37px;
    flex-shrink: 0;
}

.login-social-icons a:hover {
    opacity: 1;
}

.lean-login-page {
    min-height: 100vh !important;
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-image: url('/lean_theme/static/src/img/background.png') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    box-sizing: border-box;
    overflow-x: hidden;
}

.lean-login-card-wrapper {
    position: relative;
    z-index: 1;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 100vh !important;
    padding: 40px 20px;
    box-sizing: border-box;
}

.lean-login-card {
    background: #fff !important;
    border-radius: 16px !important;
    width: 100% !important;
    max-width: 520px !important;
    padding: 48px 45px 40px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 0 !important;
    box-shadow: 0 8px 40px rgba(18, 23, 68, 0.18) !important;
    box-sizing: border-box;
}

.lean-login-logo-wrap {
    margin-bottom: 32px !important;
    text-align: center !important;
    width: 100%;
}

.lean-login-logo {
    max-height: 64px !important;
    width: auto !important;
    display: inline-block !important;
}

.lean-login-title-wrap {
    margin-bottom: 32px !important;
    text-align: center !important;
    width: 100%;
}

.lean-login-title {
    color: #1B204C !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    margin: 0 !important;
    line-height: 1.3 !important;
}

.lean-login-card .oe_login_form {
    width: 100% !important;
    margin-bottom: 12px !important;
    position: static !important;
    z-index: auto !important;
}

.lean-ms-btn-wrapper {
    width: 100%;
}

.lean-ms-btn-wrapper .o_login_auth {
    width: 100%;
}

.lean-ms-btn-wrapper .o_login_auth a,
.lean-ms-btn-wrapper .o_login_auth .btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 14px !important;
    width: 100% !important;
    background-color: #263A8A !important;
    color: #fff !important;
    border: none !important;
    border-radius: 10px !important;
    padding: 18px 24px !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    cursor: pointer;
    transition: background-color 0.2s;
    box-sizing: border-box;
    white-space: nowrap;
}

.lean-ms-btn-wrapper .o_login_auth a:hover,
.lean-ms-btn-wrapper .o_login_auth .btn:hover {
    background-color: #1a2d6e !important;
    color: #fff !important;
    text-decoration: none !important;
}

.lean-ms-btn-wrapper .o_login_auth a::before,
.lean-ms-btn-wrapper .o_login_auth .btn::before {
    content: '';
    display: inline-grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px;
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    background:
        linear-gradient(white, white) 0 0 / 10px 10px no-repeat,
        linear-gradient(white, white) 12px 0 / 10px 10px no-repeat,
        linear-gradient(white, white) 0 12px / 10px 10px no-repeat,
        linear-gradient(white, white) 12px 12px / 10px 10px no-repeat;
}

.lean-need-help {
    width: 100%;
    text-align: center;
    margin-bottom: 28px;
}

.lean-need-help a {
    color: #263A8A;
    font-size: 18px;
    font-weight: 400;
    text-decoration: underline;
}

.lean-need-help a:hover {
    color: #1a2d6e;
}

.lean-follow-us {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding-top: 20px;
    border-top: 1px solid #f0f1f7;
}

.lean-follow-label {
    color: #A8ADC7;
    font-size: 18px;
    font-weight: 400;
}

.lean-social-icons {
    display: flex;
    align-items: center;
    gap: 14px;
}

.lean-social-icons a {
    display: inline-flex;
    align-items: center;
    opacity: 0.85;
    transition: opacity 0.2s;
}

.lean-social-icons a:hover {
    opacity: 1;
}

#login_card .form-group label {
    color: #1B204C;
    font-size: 15px;
    font-weight: 600;
    display: block;
    margin-bottom: 6px;
    font-family: Cairo, sans-serif;
}

#login_card .form-group .form-control {
    width: 100% !important;
    border: 1.5px solid #d0d4e8 !important;
    border-radius: 8px !important;
    padding: 12px 16px !important;
    font-size: 16px !important;
    color: #1B204C !important;
    background: #f8f9fc !important;
    box-sizing: border-box !important;
    margin: 0 0 4px 0 !important;
    outline: none !important;
    transition: border-color 0.2s, background 0.2s !important;
}

#login_card .form-group .form-control:focus {
    border-color: #263A8A !important;
    background: #fff !important;
}

.applicant-login-btn {
    display: block !important;
    width: 100% !important;
    background-color: #263A8A !important;
    color: #fff !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 16px 24px !important;
    font-size: 20px !important;
    font-family: Cairo, sans-serif !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    transition: background-color 0.2s !important;
    margin-top: 8px !important;
    box-sizing: border-box !important;
}

.applicant-login-btn:hover {
    background-color: #1a2d6e !important;
}

.applicant-reset-link {
    display: block !important;
    text-align: right !important;
    color: #263A8A !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    text-decoration: underline !important;
    margin-bottom: 8px !important;
}

.applicant-reset-link:hover {
    color: #1a2d6e !important;
}

.lean-applicant-card-wrapper {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 100vh;
    padding: 40px 20px;
}

.lean-applicant-card {
    background: #fff;
    border-radius: 16px;
    width: 100%;
    max-width: 520px;
    padding: 48px 45px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 8px 40px rgba(18, 23, 68, 0.18);
}

.lean-applicant-card .lean-login-logo-wrap {
    margin-bottom: 28px;
}

.lean-applicant-card .lean-login-title {
    margin-bottom: 28px;
}

.lean-applicant-form {
    width: 100%;
}

.lean-applicant-form .form-group {
    margin-bottom: 16px;
}

.lean-applicant-form label {
    display: block;
    color: #1B204C;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 6px;
}

.lean-applicant-form .form-control {
    width: 100% !important;
    border: 1.5px solid #d0d4e8;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 16px;
    color: #1B204C;
    background: #f8f9fc;
    transition: border-color 0.2s, background 0.2s;
    box-sizing: border-box;
    margin: 0 !important;
    outline: none;
}

.lean-applicant-form .form-control:focus {
    border-color: #263A8A;
    background: #fff;
}

.lean-applicant-submit-btn {
    display: block;
    width: 100%;
    background-color: #263A8A;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 16px 24px;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.2s;
    margin-top: 8px;
}

.lean-applicant-submit-btn:hover {
    background-color: #1a2d6e;
}

.lean-applicant-reset {
    text-align: right;
    margin-bottom: 20px;
}

.lean-applicant-reset a {
    color: #263A8A;
    font-size: 14px;
    text-decoration: underline;
}

@media (max-width: 576px) {
    .lean-login-card,
    .lean-applicant-card {
        padding: 36px 24px 32px;
    }
    .lean-login-title {
        font-size: 22px;
    }
}
