@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat"

}

.bg-main {}

.formInp {
    border-radius: 10px;


    background: #f6f6f6
}

.eye {
    position: absolute;
    right: 30px;
    top: 60%;
    cursor: pointer;
    color: #000101;

}

.signB {
    border-radius: 30px;

    filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.15));

    background: #1589ff
}

.signB:hover {
    background: #fff;
    color: #4484c1;
    border: 2px solid #4484c1;
    transition: 0.3s all;

}


.LogB {
    border-radius: 30px;

    filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.15));

    background: #1589ff;
    padding-inline: 8rem;
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    border: 2px solid transparent;
    color: #ffffff;
}





.LogB:hover {
    background: #fff;
    color: #1589ff;
    border: 2px solid #1589ff;
    transition: 0.3s all;
}

.forgText {
    font-family: "Montserrat";
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    color: #000101;
}

.forgText:hover {
    color: #2d5d8a;
    ;
    text-decoration: underline;
    transition: 0.2s ease-in-out;

}

.fs1 {
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 500;
    line-height: 17px;
    font-style: normal;
    text-align: center;
    color: #1589ff;
}

.fs2 {
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: 500;
    line-height: 17px;
    font-style: normal;
    text-align: center;
    color: #6B6B6B;
}

.label {
    font-family: "Montserrat";
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    text-align: left;
    color: #000000;
}