@font-face {
    font-family: 'HelveticaNeueBlack';
    src: url('../fonts/HelveticaNeue-Light.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;


}

.bgPrimary {
    background: #fff;
}

.border-l-0 {
    border-left: 0;

}

.border-r-0 {
    border-right: 0;
}

.EyeIcon {
    cursor: pointer;
}

.input-group-text {
    filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.02)) !important;

    background: rgba(0, 0, 0, 0.1) !important;
    border-radius: 0;
    border: 1px solid #fff;
    border-left-color: rgba(0, 0, 0, 0.1)
}

.btnSub {
    background: #87d0f0 !important;
    color: #fff;
    width: 100%;

    border-radius: 0px;
}

.btnSub:hover {
    color: #f9f9f9;
}

.fs1 {
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    color: #000000;
    font-family: 'HelveticaNeueBlack', sans-serif;
}

.fs2 {
    font-family: 'HelveticaNeueBlack', sans-serif;
    font-size: 17x;
    font-weight: 500;
    line-height: 33px;
    font-style: normal;
    text-align: center;
    color: #000 !important;
}

.fs3 {
    font-family: 'HelveticaNeueBlack', sans-serif;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    color: #676767;
}


.min-h-100vh {
    min-height: 100vh;
}

.custom-input {
    border-color: #ffffff;
    border-width: 1px;
    border-style: solid;

    filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.02)) !important;

    background: rgba(0, 0, 0, 0.1) !important;
    border-radius: 0;
}