@import url('https://fonts.googleapis.com/css2?family=Inter:wght@600&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.input-group-text{
    background-color: #fff !important;
    border-right: none !important;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.10) !;
}
.form-control{
    border-radius: var(--2s-8, 8px) !important;
    border: 1px solid var(--Neutral-Grey, #F0F3F4) !important;
    border-left: none !important;
    background: var(--Neutral-White, #FFF) !important;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.10) !important;
}
.card:nth-child(2){
    height: 480px !important;
    width: 417px !important;
    background-color: #2D8575;
}
.card:nth-child(1){
    height: 480px !important;
    width: 417px !important;
}
.welcome-text {
    display: flex;
    justify-content: start;
}

.welcome-text-2 {
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.welcome-text-2 div h3 {
    color: var(--Neutral-White, #FFF);
    font-family: "Inter", sans-serif;
    font-size: 31px;
    font-style: normal;
    font-weight: 800px;
    text-align: start;
    line-height: 37.2px;
    align-self: stretch;
}

.login-text {
    font-family: "Poppins", sans-serif;
    font-weight: bolder;
    font-size: 39px;
}

.label-text {
    color: var(--Neutral-Black, #081225);
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.welcome-body {
    display: flex;
    flex-direction: column;
    justify-content: center
}
.forgot-text{
    color: var(--Primary-Primary, #2D8575);
    text-align: center;
    font-family: "Inter" sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.button-login{
    padding: var(--Padding, 8px) var(--2s-16, 16px);
    align-items: center;
    border-radius: var(--2s-8, 8px);
    border: 1px solid var(--Primary-Primary, #2D8575);
    background: var(--Primary-Primary, #2D8575);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.10);
    width: 100%;
    color: #fff;
    margin-top: 1.5rem;
}
.toggle-password{
    z-index: 10 !important;
}
