﻿@font-face {
    font-family: 'Lexend-Thin', 'sans-serif';
    src: url('../fonts/Lexend-Thin.ttf');
}

@font-face {
    font-family: 'Lexend-Regular';
    src: url('../fonts/Lexend-Regular.ttf');
}

@font-face {
    font-family: 'Lexend-Bold';
    src: url('../fonts/Lexend-Bold.ttf');
}

@font-face {
    font-family: 'Lexend-Semibold';
    src: url('../fonts/Lexend-Semibold.ttf');
}

@font-face {
    font-family: 'Lexend-Medium';
    src: url('../fonts/Lexend-Medium.ttf');
}


.bg-login {
    background: linear-gradient(#244a81, #101426);
}

.login-card {
    background-color: #0a111f;
    border-radius: 20px;
    font-family: 'Lexend-Regular';
}

    .login-card .h5-text {
        font-size: 20px;
        color: #444;
    }

    .login-card .login-button {
        background-color: #00ff86;
        color: #0a111f;
        font-weight: 600;
        border-radius: 10px;
    }

    .login-card .form-control {
        background-color: #0a111f;
        border: 1px solid #444;
        padding: 25px 10px;
    }

    .form-control {
        border-radius: 8px;
        color: white !important;
    }

.me-n2 {
    margin-right: -.5rem !important;
}

.translate-middle {
    transform: translate(-50%, -50%) !important;
}

.end-0 {
    right: 0 !important;
}

.top-50 {
    top: 50% !important;
}

.cursor-pointer {
    cursor: pointer;
}

.fa-eye, .fa-eye-slash {
    width: 20px;
    color: white;
}