@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", sans-serif;

}

.bg-main {

    background: #111111
}

.formInp {
    border-color: #ffffff;
    border-width: 1.5px;
    border-style: solid;
    border-radius: 15px;

    filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.02));

    background: #f6f6f6
}

.eye {
    position: absolute;
    right: 30px;
    top: 40%;
    cursor: pointer;
    color: #000;
}

.lock {
    position: absolute;
    right: 30px;
    top: 63%;
    cursor: pointer;
    color: #4484c1;
}

.btnUpload {
    border-color: #ffffff;
    border-width: 1.5px;
    border-style: solid;
    border-radius: 15px;

    filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.02));

    background: #f6f6f6;
    background: linear-gradient(180deg,
            #f6f6f6 0.00%,
            #eeeeee 100.00%) !important;
}

.lockInp {
    background-color: #b3cfe4 !important;
}

.signB {


    border-radius: 36px;


    background: #e2d893;
    background: linear-gradient(180deg,
            #e2d893 0.00%,
            #af925a 100.00%) !important;
    width: 100%;
}




.LogB {
    background-color: transparent;
    color: #4484c1;
    font-weight: 600;
    padding-inline: 4.4rem;
    font-family: "Poppins", sans-serif;
    width: 100%;
    border-radius: 20px;
    transition: 0.3s all;
    border: 2px solid transparent;
}

.LogB1 {
    background-color: transparent;
    color: #4484c1;
    font-weight: 600;
    padding-inline: 4.4rem;
    font-family: "Poppins", sans-serif;
    width: 100%;
    border-radius: 20px;
    transition: 0.3s all;
    border: 2px solid transparent;
}

.LogB1:hover {
    background: #fff;
    color: #4484c1;
    border: 2px solid #4484c1;
    transition: 0.3s all;
}

.LogB:hover {
    background: #fff;
    color: #4484c1;
    border: 2px solid #4484c1;
    transition: 0.3s all;
}

.forgText {
    color: #fff;
    ;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.2s ease-in-out;
}

.forgText:hover {
    color: #2d5d8a;
    ;
    text-decoration: underline;
    transition: 0.2s ease-in-out;

}

.spanColor {
    color: #af925a;
}

.fs1 {
    font-family: "Montserrat";
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    color: #ffffff;
}

.fs2 {
    font-family: "Poppins";
    font-size: 31px;
    font-weight: normal;

    font-style: normal;
    text-align: center;
    color: #ffffff;
}

.fs3 {
    font-family: "Poppins";
    font-size: 21px;
    font-weight: normal;
    line-height: 22px;
    font-style: normal;
    text-align: left;
    color: #ffffff !important;
}