*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    transition: .3s;
    font-family:  'Lota Grotesque', ui-sans-serif, sans-serif;
}
/* Override Bootstrap Colors */
:root {
    --bs-blue: #0089FF;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #44484b;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
} 
.main-container {
    display: flex;
    flex: 1;
    min-height: 100vh;
}
.left-container {
    display: flex;
    flex: 1;
    background-color: #FBFCFF;
}
.form-control, .form-select {
    background-color: transparent;
    border-radius: 0;
    border: 1px solid lightgray;
    border-radius: 2px;
    padding:10px 8px;
}
.form-control:focus {
    color: #212529;
    background-color: transparent;
    border: 1px solid #86b7fe;
    outline: 0;
    box-shadow: none;
}

.left-container img {
    height: 400px;
    width: 400px;
}

.right-container {
    display: flex;
    flex: 1;
    background-color: #F9F9FC;
}

.container {
    flex: 1;
    width: 60%;
    height: 300px;
}

.container hr {
    width: 100%;
    border-bottom: none;
    border-top: 1px solid #D8DEEB;
    margin: 20px 0;
}

.container h3 {
    margin: 20px 0;
    padding: 0;
    color: #0E233C;
    font-size: 20px;
    font-weight: 600;
}
.forget-password-text{
    display: flex;
    width: 100%;
    justify-content: end;
    margin-bottom: 10px;
}
.forget-password-text a{
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
    color: var(--bs-primary);
}
.form-group {
    width: 100%;
    margin: 8px 0;
}

.form-group label {
    font-size: 15px;
    font-weight: 600;
    color: var(--bs-dark);
    padding-bottom: 8px;
}

.form-group input {
    padding: 10px 8px;
    border: 1px solid #D8DEEB;
    color: #24374e;
    font-size: 1rem;
}

.form-group input:focus-visible {
    outline: none;
    border: 1px solid #0084ff !important;
}

.column {
    flex-direction: column;
}

.d-flex {
    display: flex;
}

.a-center {
    align-items: center;
}

.j-center {
    justify-content: center;
}

.footer-text {
    font-size: 14px;
    color: #43556C;
}
.footer-text  a{
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    color: var(--bs-primary);
}

.footer-text span,
.checkbox span {
    color: #0057ff;
    cursor: pointer;

}
.director{
    font-size: 12px;
    font-weight: 500;
    color: gray;
}
.checkbox {
    width:100%;
    text-align: left;
    padding: 20px 0;
}

.checkbox label {
    font-size: 14px;
    color: #43556C;
}
.checkbox label a{
    font-weight: 600;
    text-decoration: none;
    color: var(--bs-primary);
}

div,
h3,
span,
label {
    font-family: 'Lota Grotesque', ui-sans-serif, sans-serif;
}

.signup-btn {
    padding: 10px 8px;
    border: 1px solid #D8DEEB;
    border-radius: 5px;
    color: #43556C;
    font-size: 14px;
    margin: 25px 0;
    width: 100%;
    background-color: transparent;
    cursor: pointer;
}
.btn-group{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.other-btn {
    justify-content: space-between;
    width: 100%;
    background-color: #0456FB;
    padding: 8px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
}
.primary-btn{
    background-color: var(--bs-blue);
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    padding: 10px 12px;
    outline: none;
    border: none;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
}

.primary-btn:hover{
    color: #fff;
    background-color: var(--bs-primary);
}

.other-btn .name {
    color: #fff;
}
.custom-password-fiels{
    position: relative;
}
.password-view{
    right: 10px;
    font-size: 14px;
    color: gray;
    bottom: 15%;
    cursor: pointer;
    position: absolute;
}
.back-btn{
    padding: 6px 12px;
    border-radius: 4px;
    font-weight: 600;
    text-decoration: none;
    color: #0089ff;
    border: 1px solid #cee6ff;
}

.back-btn:hover{
    background-color: #e2f1ff;
}

.other-btn .svg {
    background-color: #fff;
    padding: 3px;
    border-radius: 4px;
}


.wrapper .brand {
    margin-bottom: 50px;
}
.wrapper .brand img{
    width: 45px;
    height: 50px;
}
.wrapper h3 {
    margin: 0;
    padding: 0;
    color: #0E233C;
    font-size: 25px;
    font-weight: 600;
}

.wrapper p {
    margin: 10px 0 20px;
    padding: 0;
    color: #43556C;
    font-size: 16px;
}
.testimonial {
    padding-bottom: 20px;
}
.testimonial p{
    font-size: 10px;
    color: #43556C;
    padding-bottom: 10px;
    margin: 0;
    text-align: center;
}
.company-list {
    flex-wrap: wrap;
    gap: 20px;
}
.company-list img{
    width: 100px;
}

/* Media query for screens with a maximum width of 767 pixels (mobile) */
@media screen and (max-width: 767px) {
    .left-container {
        display: none;
    }
    .container  {
        width: 90%;
    }
}

/* Media query for screens between 768 and 1023 pixels (tablet) */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .container  {
        width: 90%;
    }
  }
 .error-element{
    font-size: 14px;
    width: 100%;
    background-color: rgb(222, 57, 57);
    color: white;
    margin: 10px 0;
    border-radius: 2px;
    padding: 7px;
    text-align: center;
}

/* dashboard design */
