@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&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');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;

}

.bg-main {
    background-color: #FEE6E6;
}

.fInp {
    background-color: #F8EEEE;
    border-color: #fff;
}

.fInp:focus {
    box-shadow: 0 0 5px #ef7575;
    border-color: #ef7575;
}

.eye {
    position: absolute;
    right: 30px;
    top: 47%;
    cursor: pointer;
    color: red;
}

.signB {
    background: #FE0000;
    color: #fff;
    width: fit-content;
    padding-inline: 5rem;
}

.signB:hover {
    background: #FE0000;
    color: #fff;
    width: fit-content;
}


.LogB {
    background-color: transparent;
    color: #FE0000;
    font-weight: 600;
    padding-inline: 4.4rem;
    font-family: "Poppins", sans-serif;
}

.LogB1 {
    background-color: transparent;
    color: #FE0000;
    font-weight: 600;
    padding-inline: 5.5rem;
    font-family: "Poppins", sans-serif;
}

.LogB1:hover {
    background: #FE0000;
    color: #fff;
    width: fit-content;
}

.LogB:hover {
    background: #FE0000;
    color: #fff;
    width: fit-content;
}

.forgText {
    color: #940000;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.2s ease-in-out;
}

.forgText:hover {
    color: #bb3131;
    text-decoration: underline;
    transition: 0.2s ease-in-out;

}