﻿@import url('https://rsms.me/inter/inter.css');

:root {
    --tblr-font-sans-serif: 'Inter Var', -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif;
}
*{
    box-sizing:border-box;
}
body {
    font-feature-settings: "cv03", "cv04", "cv11";
    background-image: url('/images/a-part/A-PartCompany.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#div-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.6);
    z-index: 2;
}

.navbar-brand-image {
    width: 200px;
    height: 50px;
}

.div-content {
    background-image: linear-gradient(to bottom right,#1F1E59, red);
    border-radius: 0 10px 10px 0 !important;
}
.justify-text {
    text-align: justify;
}
.card {
    border-radius: 10px 0 0 10px !important;
}

.input-label {
    color: #1F1E59;
}

.btn-login {
    background-color: #1F1E59;
    border: 2px solid #1F1E59;
    color: white;
    font-weight: bold;
}


