@font-face {
    font-family: qt;
    src: url(fonts/Quicksand-VariableFont_wght.ttf);
    font-display: swap;
}

* {
    font-family: qt;
}

.qt {
    font-family: qt;
}

.sbox {
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
    border-radius: 50px;
    background-color: white;
}

.bgimg {
    background-image: url(img/istockphoto-1144674497-612x612.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.ic {
    cursor: pointer;
}

.resetpw {
    cursor: pointer;
}

.resetpw:hover {
    transition: 1s;
    color: tomato;
}