@import url('https://fonts.googleapis.com/css2?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";

}

.bg-main {

    background: rgba(15, 40, 76, 1);
}

.formInp {
    background: #273e5e;
    border: 1px solid #fff;
    border-radius: 15px;
    color: #fff
}

.formInp::placeholder {
    color: #fff;
}

.eye {
    position: absolute;
    right: 30px;
    top: 63%;
    cursor: pointer;
    color: #4484c1;
}

.lock {
    position: absolute;
    right: 30px;
    top: 63%;
    cursor: pointer;
    color: #4484c1;
}

.lockInp {
    background-color: #b3cfe4 !important;
}

.signB {



    background: #03c9d7;
    color: #fff;
    width: fit-content;
    padding-inline: 3rem;
    border-radius: 15px;
    border: 2px solid transparent;
    transition: 0.3s all;
    /* width: 100%; */
}

.signB:hover {
    background: #fff;
    color: #03c9d7;
    border: 2px solid #03c9d7;
    transition: 0.3s all;

}


.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;

}

.fs1 {
    font-family: "Poppins";
    font-size: 80px;
    font-weight: normal;
    line-height: 28px;
    font-style: normal;

    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;
}