@font-face {
    font-family: 'Montserrat';
    src: url('/assets/fonts/Montserrat-Light/Montserrat-Light.woff2') format('woff2'),
    url('/assets/fonts/Montserrat-Light/Montserrat-Light.woff') format('woff'),
    url('/assets/fonts/Montserrat-Light/Montserrat-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

html,
body {
    height: 100%;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-style: normal;
    position: relative;
    color: #051A1A;
}

.centered {
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-sign-in-wrap {
    width: 500px;
    padding: 2rem;
    background-color: #fff;
}

.fnst-btn-1 {
    color: #fff;
    background-color: #006666;
}

.fnst-btn-1:hover {
    color: #006666;
    border: 1px solid #006666;
    background-color: unset;
}

.show-pass-btn {
    cursor: pointer;
}

.show-pass-btn:hover {
    background-color: #FE6A49;
    border-color: #FE6A49;
}