@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    src: url("../../fonts/montserrat/Montserrat-VariableFont_wght.ttf");
}

@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    src: url("../../fonts/montserrat/Montserrat-Italic-VariableFont_wght.ttf");
}


body {
    /* font-family: 'Montserrat'; */
    background: #282828;
    background-image: url("../../images/bg.jpg");
    background-color: none;
    background-size: cover;
    background-blend-mode: hard-light;
}

.link1 {
    font-size: 18px;
    color: #282828;
}

.eyeIcon {
    position: absolute;
    margin-top: -26px;
    float: right;
    right: 30px;
}

.error {
    color: red;
    font-style: italic;
}

.btn-secondary:hover {
    background-color: #004b8e;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
    background-color: #0d78d5;
}

.btn-secondary1 {
    background-color: #a9aeb3;
}

.form-control {
    height: unset;
}

.btn-primary {
    background-color: #2efcff;
    border-color: #2efcff;
    color: black;
}

.btn-primary:hover {
    color: #fff;
    background-color: #2aeaed;
    border-color: #23c5c8;
}