@import "https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css";


@import "file.css";

@font-face {
  font-family: 'Euclid Circular B';
  src: URL('./euclid-circular-b/Euclid Circular B Regular.ttf') format('truetype');
}




body {
    color: #000000;
    font-family: "Euclid Circular B", sans-serif;
    background-color: #fff;
    font-size: 16px;
}

h1,h2,h3,h4,h5,h6{
    /*color: rgb(60, 74, 91);*/
}
h3, .h3 {
    font-size: 32px;
}
h4, .h4 {
    font-size: 30px;
}

.bg-primary-2 {
    background-color: #0376c9
}
.bg-success-2 {
    background-color: #11D7A3;
}
.bg-success-2:hover{
    background-color: lightseagreen;
}



.text-primary-2 {
    color: #4056F4;
}



/*
.header_link {
    display: block;
    @media(max-width: 768px) {
        display: none;
    }
}


.bg-primary-2 {
    background-color: rgb(73, 204, 104);
    border-color: rgba(0, 0, 0, 0);
}

    


.form .inputField {
    position: relative;
}

.form .inputField label {
    position: absolute;
    top: -11px;
    left: 2%;
    background-color: white;
    padding: 0 8px;
    font-size: 13px;
    font-weight: 600;
}

.form .inputField input {
    height: 55px;
    border: 1px solid #bccad8;
    border-radius: 8px;
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.1rem rgba(13,110,253,.25)
}*/

/*



.login_bg_img {
    height: calc(100vh - 61px);
    width: 100%;
    background-position: center ;
    background-size: cover;
    background-image: url('./img/bg.jpg');
    @media (max-width: 768px) {
        display: none;
    }
}


.login_form_bg_img {
    height: calc(100vh - 61px);
    background-position: center ;
    background-size: cover;
    background-image: none;
    @media (max-width: 768px) {
        width: 100%;
        background-image: url('./img/bg.jpg');
    }
}
.border-line {
    width: 40px;
    height: 4px;
    margin: 24px 0px;
    border-radius: 20px;
    background: rgb(1, 188, 141);
    background-clip: border-box;
}


input.form-control {
    border-radius: 0px;
}

.form-control:focus {
    border-color: #ccc;
    box-shadow: none ;
}*/
