@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
html, body {
height: 100%;
margin: 0;
padding: 0;
}
body {
font-family: 'Outfit', sans-serif;
}
a:focus, a:hover{
text-decoration: none;
}
.login-content .box .radion-btn-sec .login-label {
display: block;
}
.radion-btn-sec div,
.radion-btn-sec label {
display: inline-block;
}
.qa-mr-20 {
margin-right: 30px;
}
.qa-mt-1 {
margin-top: 10px;
}
.radio-item input[type="radio"] {
opacity: 0;
cursor: pointer;
position: relative;
top: 22px;
width: 24px;
height: 24px;
z-index: 10;
left: 0px;
margin: 0px;
}
.radio-item {
position: relative;
margin-bottom: 16px;
margin-top: -15px;
}
.radio-item label:before {
content: " ";
display: inline-block;
position: relative;
margin: 0 8px 0 0;
width: 20px;
height: 20px;
border-radius: 50%;
border: 2px solid #000000;
background-color: transparent;
top: -3px;
}
.radio-item input[type="radio"]:checked + label:after {
border-radius: 50%;
width: 12px;
height: 12px;
position: absolute;
top: 27px;
left: 6px;
content: " ";
display: block;
background: #000000;
}
.login-content .box .login-label {
display: flex;
text-align: left;
width: 100%;
margin-bottom: 5px;
color: #000000;
font-family: senregular;
line-height: 19px;
}
.qa-radion-btn {
margin-left: 35px;
position: relative;
margin-top: -30px;
width: 60%;
}
.signup-container {
width: 442px;
margin: 0 auto;
}
.login-pf-header h1{
text-align: center;
font-size: 20px;
font-weight: 600;
}
input{
border: 1px solid #bababa;
height: 30px;
padding: 15px;
}
header{
display: none;
}
input[type=text], input[type=password], input[type=submit] {
height: 50px !important;
border-radius: 12px !important;
padding-left: 15px !important;
border: 0 !important;
}
label{
margin-bottom: 8px !important;
color: #3A4247 !important;
}
.label-tag{
position: absolute;
top: 50%;
left: 50%;
font-size: 46px;
transform: translate(-50%, -50%);
box-shadow: 0px 11px 39px 0px #00C2E92A;
background: #c8e1e6b5;
width: 75%;
padding: 4%;
border-radius: 34px;
font-weight: 800;
}
.label-tag>span {
color: #3E50D9;
}
.form-wraper{
width:50%;
overflow:auto;
}
.image-container {
background-image: linear-gradient(205.56deg, #5C56DC 30.58%, rgba(92, 86, 220, 0) 99.17%);
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
height: 100%;
position: relative;
overflow: hidden;
}
.image-container::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url(../img/noise.svg);
background-repeat: repeat;
opacity: 0.7;
pointer-events: none;
z-index: 0;
}
.home-link img {
max-width: 180px;
height: auto;
}
.welcome-text-container {
text-align: center;
margin-bottom: 40px;
}
.welcome-text-container h2 {
font-weight: 500;
font-size: 30px;
line-height: 1;
letter-spacing: 0%;
color: #09131A;
margin-bottom: 8px;
}
.welcome-text-container p {
font-weight: 400;
font-size: 16px;
line-height: 1;
letter-spacing: 0%;
color: #6B7175;
}
#kc-form-login .kcFormGroupClass:has(#password) {
margin-bottom: 10px;
}
@media only screen and (max-width: 850px) {
.image-container {
display: none;
}
.form-wraper{
width: 100%;
}
.signup-container {
width: 80%;
}
}
.right-panel-content {
color: white;
padding: 40px;
position: relative;
z-index: 1;
height: 100%;
display: flex;
flex-direction: column;
justify-content: flex-start;
padding-bottom: 0;
padding-right: 0;
}
.right-panel-content h1 {
text-align: left;
margin-bottom: 24px;
font-weight: 700;
font-size: 48px;
line-height: 56px;
letter-spacing: 0%;
color: #FAFAFA;
white-space: pre-line;
}
.right-panel-content p {
text-align: left;
margin-bottom: 30px;
font-weight: 500;
font-size: 24px;
line-height: 32px;
letter-spacing: 0%;
color: #FAFAFA;
}
.app-preview-container {
width: 100%;
margin-top: auto;
overflow: visible;
position: relative;
background: transparent;
display: flex;
justify-content: flex-end;
align-items: flex-end;
}
.app-preview-image {
display: block;
height: auto;
object-fit: contain;
object-position: bottom right;
}
#kc-form-login label,
#kc-register-form label,
.login-pf-settings label {
font-weight: 500;
font-size: 13px;
line-height: 18px;
letter-spacing: 0%;
color: #3A4247;
display: block;
margin-bottom: 6px;
}
#kc-form-login input[type="text"],
#kc-form-login input[type="password"],
#kc-register-form input[type="text"],
#kc-register-form input[type="password"],
#kc-username,
#kc-password {
border-radius: 12px !important;
border: 1px solid #E6E7E8 !important;
height: 48px;
font-size: 14px;
}
#kc-form-login input::placeholder,
#kc-register-form input::placeholder {
color: #A0A6AB;
font-weight: 400;
font-size: 14px;
}
#kc-form-login input[type="text"]:focus,
#kc-form-login input[type="password"]:focus,
#kc-register-form input[type="text"]:focus,
#kc-register-form input[type="password"]:focus {
border-color: #5C56DC !important;
box-shadow: 0 0 0 1px #5C56DC;
}
#kc-form-buttons input[type="submit"],
#kc-register-form input[type="submit"] {
background-color: #5C56DC !important;
border-radius: 9px !important;
border: none !important;
font-weight: 500 !important;
font-size: 16px !important;
line-height: 1 !important;
letter-spacing: 0% !important;
color: white !important;
width: 100%;
padding: 14px 0;
text-transform: none !important;
cursor: pointer;
transition: background-color 0.2s ease;
}
#kc-form-buttons input[type="submit"]:hover,
#kc-register-form input[type="submit"]:hover {
background-color: #4a45b0 !important;
}
#kc-form-options a,
#kc-registration span a,
#kc-registration-container a {
font-weight: 500;
font-size: 13px;
line-height: 18px;
letter-spacing: 0%;
text-decoration: underline;
color: #5C56DC;
}
#kc-form-options {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 25px;
}

/* Override margin-bottom for remember me section */
#kc-form-options:has(.checkbox) {
margin-bottom: 0;
}
#kc-form-options .checkbox {
margin-bottom: 0;
font-size: 14px;
}
#kc-registration {
text-align: center;
margin-top: 20px;
font-size: 14px;
color: #6B7175;
}
#kc-registration span {
margin-right: 5px;
font-weight: 500;
font-size: 13px;
line-height: 18px;
color: #3A4247;
}
#kc-registration-container {
text-align: center;
margin-top: 20px;
font-size: 14px;
color: #6B7175;
}
#kc-registration-container span {
margin-right: 5px;
font-weight: 500;
font-size: 13px;
color: #3A4247;
}
#kc-form-wrapper .login-logo {
max-width: 132px;
height: auto;
display: block;
margin-left: auto;
margin-right: auto;
}
.login-pf-page {
padding: 0 !important;
margin: 0 !important;
height: 100vh;
display: flex;
}
#kc-form {
height: 100%;
width: 100%;
display: flex;
}
#kc-registration-container-moved span {
font-weight: 500;
font-size: 13px;
line-height: 18px;
letter-spacing: 0%;
color: #3A4247;
}
#kc-register-form > div > span {
font-weight: 500;
font-size: 13px;
line-height: 18px;
letter-spacing: 0%;
color: #3A4247;
}
#kc-registration-container-moved a {
font-weight: 500;
font-size: 13px;
line-height: 18px;
letter-spacing: 0%;
color: #5C56DC;
text-decoration: underline;
}
#kc-register-form > div > span a {
font-weight: 500;
font-size: 13px;
line-height: 18px;
letter-spacing: 0%;
color: #5C56DC;
text-decoration: underline;
}

/* Password toggle icon styles */
.password-toggle-container {
position: absolute;
right: 16px;
top: 40px;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
width: 20px;
height: 20px;
border-radius: 4px;
transition: background-color 0.2s ease;
}

/* Password toggle positioning for registration form (higher inputs) */
#kc-register-form .password-toggle-container {
top: 50%;
transform: translateY(-50%);
}

/* Custom checkbox styles */
input[type="checkbox"] {
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
width: 18px;
height: 18px;
border: 2px solid #E6E7E8;
border-radius: 4px;
background: white;
position: relative;
cursor: pointer;
margin-right: 8px;
transition: all 0.2s ease;
}

input[type="checkbox"]:checked {
background: #5C56DC;
border-color: #5C56DC;
}

input[type="checkbox"]:checked::after {
content: "";
position: absolute;
left: 2.24%;
right: 84.29%;
top: 20.83%;
bottom: 20.83%;
background: white;
}

/* Ensure proper label alignment */
.checkbox label,
#kc-form-options label,
.terms-block label {
display: flex;
align-items: center;
cursor: pointer;
}

/* Hover effect */
input[type="checkbox"]:hover {
border-color: #5C56DC;
}

.password-toggle-container:hover {
background-color: rgba(92, 86, 220, 0.1);
}

.password-toggle-icon {
transition: opacity 0.6s ease-in-out;
opacity: 1;
}

.password-toggle-icon.eye-hidden {
opacity: 0.7;
}

.password-toggle-icon.eye-visible {
opacity: 1;
}