Viewing File: /home/ubuntu/todaykat-frontend-base/src/components/Auth/Auth.css
.login-title h4 {
font-size: 1.5em;
color: var(--quaternary-color);
font-weight: 400;
margin: 0 0 2em;
text-align: center;
}
.required-content p {
text-align: end;
margin: 0 0 0.5em;
font-size: 1.1em;
}
.login-btn {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 2em;
}
.login-form form label {
color: var(--quaternary-color);
font-weight: 700;
font-size: 1.2em;
margin-bottom: .5em;;
position: relative;
}
.login-form .input-group .input-group-append{
background: var(--light-color) !important;
border: 1px solid #dee2e6;
border-radius: 8px;
height: 45px;
}
.login-form form input {
background: var(--light-color) !important;
border: 1px solid #dee2e6;
border-radius: 8px;
height: 45px;
font-size: 1.2em;
font-weight: 500;
}
.login-form form input:focus {
box-shadow: none;
border: 1px solid #dee2e6;
}
.login-form form textarea {
background: var(--secondary-color);
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
border-radius: 5px;
}
.login-form form textarea:focus {
box-shadow: none;
border: 1px solid #5200FF;
}
.login-right-sec {
max-width: 400px;
}
.login-icons ul {
padding: 0;
margin: 0;
display: flex;
align-items: center;
gap: 1.5em;
}
.login-icons li {
list-style: none;
}
.login-social-icon p {
color: var(--quaternary-color);
font-size: 1.1em;
font-weight: 400;
margin: 0 0 1em;
}
.login-btn a {
font-size: 1.2em;
font-weight: 500;
color: var(--primary-color);
/* color: var(--tertiary-color);
text-decoration: none;
padding: 0.6em 2em !important;
text-align: center;
-webkit-transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
position: relative;
overflow: hidden;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-o-border-radius: 50px;
-ms-border-radius: 50px;
border-radius: 50px;
display: inline-block;
border: 2px solid var(--yellow-color) !important;
font-size: 1.2em;
font-weight: 500; */
}
.login-btn a:hover {
color: var(--tertiary-color);
}
.login-content {
position: relative;
display: flex;
height: 100%;
justify-content: center;
flex-direction: column;
margin-top: 2em;
}
.login-content p {
color: var(--secondary-color);
font-size: 1.1em;
font-weight: 400;
margin-bottom: 1.5em;
line-height: 1.8;
}
.login-content h2 {
color: var(--secondary-color);
font-size: 2.5em;
font-weight: 600;
margin: 0 0 0.5em;
}
.login-content h4 {
color: var(--secondary-color);
font-size: 1.7em;
font-weight: 600;
margin: 0 0 0.5em;
}
.login-form h3 {
color: var(--tertiary-color);
font-size: 2.2em;
font-weight: 700;
margin-bottom: .5em;
text-align: center;
}
.login-form p {
color: var(--quaternary-color);
font-size: 1.2em;
font-weight: 500;
text-align: center;
margin-bottom: 1.5em;
line-height: 1.5;
}
.login-btn a span {
color: var(--quaternary-color);
font-size: 1.1em;
font-weight: 400;
padding-right: 1em;
}
.reset-btn {
justify-content: unset;
gap: 2em;
}
.register-sec .login-right-sec {
max-width: unset;
}
.login-sec {
padding: 4em 0;
height: 100vh;
display: flex;
align-items: center;
justify-content: center;
/* background: #aaaaaa; */
background-repeat: no-repeat;
background-position: center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-image: url('../../../public/images/landing-page/233.jpg');
}
.btn.password-eye {
/* background: var(--secondary-color);
box-shadow: 0px 0px 10px rgb(0 0 0 / 10%);
border-radius: 0px 5px 5px 0px;
height: 3em;
border: 1px solid #ced4da; */
}
.wallet-icon {
width: 2em;
}
.password-eye:focus {
box-shadow: none !important;
}
.login-btn span {
color: #000;
font-size: 1.2em;
}
.btn.password-eye:hover {
background-color: var(--secondary-color);
}
.login-right-sec {
min-width: 100%;
background-repeat: no-repeat;
background-position: center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
/* background-image: url('../../../public/images/landing-page/auth.jpg'); */
padding: 2em;
display: flex;
align-items: start;
position: relative;
border-radius: 12px 0 0 12px;
overflow: hidden;
}
/* .login-right-sec::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: linear-gradient(45deg, #000, transparent) !important;
} */
.login-left-sec{
background: #fff;
padding: 2em;
overflow: hidden;
border-radius:12px;
display: flex;
align-items: center;
justify-content: center;
box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px; /*
background: rgba(255, 255, 255, 0.2);
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px) */
}
.login-form {
width: 100%;
}
.auth-brand-logo {
margin-bottom: 2em;
position: absolute;
top: 2em;
left: 2em;
}
.auth-logo {
height: 4em;
width: auto;
object-fit: contain;
}
.login-content ul{
margin-top: 2em;
}
.login-content ul li {
list-style: none;
display: grid;
grid-template-columns: 40px auto;
align-items: start;
}
.login-content ul li span {
color: var(--secondary-color);
font-size: 1.1em;
font-weight: 400;
margin-bottom: 1.5em;
line-height: 1.8;
}
.auth-submit-btn{
display: flex;
align-items: center;
justify-content: space-between;
}
.auth-submit-btn a{
font-size: 1.2em;
font-weight: 500;
color: var(--primary-color);
}
.login-form .default-btn{
width: 100%;
}
Back to Directory
File Manager