﻿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;
    }
}

.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: 'Poppins';
    src: url('../Fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Aldrich';
    src: url('../Fonts/Aldrich-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../Fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.m-error {
    font-family: 'Poppins';
    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 20px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 80vh;
    width: 90%;
    margin-top: 50px;
    margin-bottom: 60px;
    margin-left: 80px;
    margin-right: 80px;
    border-radius: 24px;
    opacity: 1;
    overflow: hidden;
}

.left-panel, .right-panel {
    flex: 1;
    box-sizing: border-box;
    padding: 40px;
}

.left-panel {
    border-radius: 24px;
    opacity: 1;
    background: linear-gradient(150.62deg, #DAAE7F 5.27%, #B88E68 50%, #A47A57 94.73%);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 0px;
}

.right-panel {
    border-radius: 24px;
    opacity: 1;
    background: rgba(255, 255, 255, 1);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.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);
    top: 43%;
}

.heading1 {
    font-family: 'Aldrich';
    font-weight: 400;
    font-size: 37px;
    line-height: 100%;
    margin: 0px;
}

.heading2 {
    font-family: 'Aldrich';
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    margin: 0px;
}

.login-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin: 0 auto;
}

.input {
    font-family: 'Poppins';
    width: 267px;
    height: 12px;
    border-radius: 12px;
    opacity: 1;
    gap: 8px;
    border-width: 1px;
    padding-top: 12px;
    padding-right: 16px;
    padding-bottom: 12px;
    padding-left: 16px;
    border: 1px solid rgba(61, 62, 62, 1);
}

.signInbtn {
    font-family: 'Montserrat';
    background: linear-gradient(90.77deg, #A47A57 0.3%, #B88E68 50%, #DAAE7F 99.7%);
    width: 267px;
    height: 42px;
    border-radius: 15px;
    opacity: 1;
    color: rgba(255, 255, 255, 1);
    font-family: Montserrat;
    font-weight: 700;
    font-weight: Bold;
    font-size: 13px;
    line-height: 140%;
    margin-left: 20px;
    cursor: pointer;
    border: 0px;
}

.Welcome {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 30px;
    line-height: 140%;
    color: rgba(0, 0, 0, 1);
    margin: 0px;
}

.welcomeTxt {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: rgba(0, 0, 0, 1);
}

.password-wrapper {
    position: relative;
}

.toggle-password {
    position: absolute;
    right: 12px;
    top: 35%;
    font-size: 16px;
    cursor: pointer;
    color: rgba(129, 116, 116, 1);
    background: none;
    border: none;
}
