@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;


}

.bgPrimary {
    background: #094E8A;
}

.border-l-0 {
    border-left: 0;
}

.border-r-0 {
    border-right: 0;
}

.EyeIcon {
    cursor: pointer;
}

.btnSub {
    background-color: #000 !important;
    color: #fff;
    width: 100%;

    border-radius: 15px;
}

.btnSub:hover {
    color: #f9f9f9;
}

.fs1 {
    font-family: "Montserrat";
    font-size: 14x;
    font-weight: 300;
    line-height: 33px;
    font-style: normal;
    text-align: center;
    color: #ffffff;
}

.fs2 {
    font-family: "Montserrat";
    font-size: 17x;
    font-weight: 500;
    line-height: 33px;
    font-style: normal;
    text-align: center;
    color: #ffffff !important;
}

.fs3 {
    font-family: "Montserrat";
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    color: #676767;
}


.min-h-100vh {
    min-height: 100vh;
}