﻿html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .container {
        flex-direction: column;
        height: auto;
    }

    .left-panel {
        height: 250px;
        border-radius: 24px 24px 0 0;
    }

    .right-panel {
        border-radius: 0 0 24px 24px;
        padding-top: 20px;
        padding-bottom: 40px;
        width: 683px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

    body::-webkit-scrollbar,
    .main-content::-webkit-scrollbar {
        display: none;
    }

@font-face {
    font-family: 'Lexend Deca', sans-serif;
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lexend Deca', sans-serif;
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lexend Deca', sans-serif;
    font-weight: normal;
    font-style: normal;
}

.m-error {
    font-family: 'Lexend Deca', sans-serif;
    display: block;
    font-size: 14px;
    color: #dc3545;
    margin-top: 5px;
}

.container {
    background-color: rgba(255, 255, 255, 1);
    border: rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 550px;
    width: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;    
    opacity: 1;
    overflow: hidden;
}

.left-panel, .right-panel {
    flex: 1;
    box-sizing: border-box;
    padding: 40px;
}

.left-panel {
    border-radius: 24px;
    opacity: 1;
    background: rgba(255, 255, 255, 1);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 0px;
    height: 550px;
    width: auto;
}

.right-panel {
    border-radius: 24px;
    opacity: 1;
    background: rgba(255, 255, 255, 1);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 550px;
    width: auto;
    padding-top: 22px;
    padding-right: 16px;
    padding-bottom: 12px;
    padding-left:2px;
}

.bg-img {
    max-width: 100%;
    height: auto;
    display: block;
    z-index: 0;
}

.logoimg {
    position: fixed;
    top: 30%;
    left: 24%;
}

.title-container {
    position: absolute;
    z-index: 2;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    height: 550px;
    width: auto;
    top: 34px;
    left: 44px;
}
.title-image {
    width: 550px;
    height: 500px;
    top: 34px;
    left: 34px;
}
.heading1 {
    font-family: 'Lexend Deca', sans-serif;
    font-weight: 400;
    font-size: 37px;
    line-height: 100%;
    margin: 0px;
}

.heading2 {
    font-family: 'Lexend Deca', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    margin: 0px;
}

.login-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 0 auto;
    padding-top: 22px;
    padding-right: 16px;
    padding-bottom: 12px;
   
}
.input-wrapper {
    position: relative;
    display: inline-block;
}

.input {
    font-family: 'Lexend Deca', sans-serif;
    width: 333px;
    height: 45px;
    border-radius: 100px;
    border: 1px solid #D3E0FE;
    padding: 0 16px 0 44px; /* space for icon on left */
    font-size: 14px;
    outline: none;
    color: #000;
    box-sizing: border-box;
}

    .input:focus {
        border-color: #7BA9FF;
        background-color: #fff;
    }

.email-icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    opacity: 0.6;
    pointer-events: none;
}
.signInbtn {
    font-family: 'Lexend Deca', sans-serif;
    background: #4045EF;
    width: 290px;
    height: 48px;
    border-radius: 100px;
    opacity: 1;
    color: rgba(255, 255, 255, 1);
    font-family: 'Lexend Deca', sans-serif;
    font-weight: 700;
    font-weight: Bold;
    font-size: 13px;
    line-height: 140%;
    margin-left: 20px;
    cursor: pointer;
    border: 0px;
}

.Welcome {
    font-family: 'Lexend Deca', sans-serif;
    font-weight: 500;
    font-weight: bold;
    font-size: 32px;
    line-height: 100%;
    color: #2E3139;
    margin: 0px;
}

.loginlabel {
    font-family: 'Lexend Deca', sans-serif;
    font-weight: 400;   
    font-size: 14px;
    line-height: 100%;
    color: #2E3139;
    margin: 0px;
    top:50px;
}
.image-title {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #2E3139;
    margin: 0px;
    top: 50px;
}
.welcomeTxt {
    font-family: 'Lexend Deca', sans-serif;
    font-weight: 500;
    font-size: 14px;
    font-weight: bold;
    line-height: 140%;
    color: #425583;
    line-height: 100%;
}

.password-wrapper {
    position: relative;
    display: inline-block;
}
.lock-icon {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: grey;
    font-size: 16px;
    pointer-events: none;
}
.toggle-password {
    position: absolute;
    right: 35px;
    top: 35%;
    font-size: 16px;
    cursor: pointer;
    color: rgba(129, 116, 116, 1);
    background: none;
    border: none;
}
