@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");

@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');

body {
    /* font-family: 'Inter Tight', sans-serif; */
}

.nav-item {
    margin-left: 20px;
}

.navbar {
    width: 100%;
    background-color: #0F4D92 ;
    z-index: 1030;
    padding: 0px !important;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.navbar-nav .nav-item .nav-link.active {
    background-color: white;
    color: #0F4D92 ;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: bold;
    transition: background 0.3s ease, color 0.3s ease;
}

.navbar-nav {
    font-size: 14px;
    line-height: 1.3;
}

.nav-link {
    font-size: 1.2em;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}
.image-container{
    width: 100%;
    height: auto;
    max-height: 100vh;
}
.password-container {
    position: relative;
    /* margin-bottom: 10px; */
}

.password-container input {
    width: 100%;
    padding-right: 40px;
}

.password-container i {
    position: absolute;
    right: 10px;
    top: 35%;
    cursor: pointer;
}

.cursor-pointer {
    cursor: pointer !important;
}

.form-control,
.form-select {
    /* border-bottom: none; */
    background-color: #fff;
}

input.form-control:focus {
    background-color:#fff;
    outline: none;
}

.submit {
    background-color: #0F4D92 ;
    color: #fff;
}
.submit:hover {
    background-color: #022e64!important;
    color: #fff;
}

label {
    color: #616263;
}


.modal-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.font-weight-bold {
    font-weight: 600;
}

.card {
    background-color: rgba(255, 255, 255, 1);

}

.form-logo {
    margin-top: 20px;
    margin-bottom: 20px;
}

li {
    list-style-type: none;
    display: flex;
    align-items: left;
    justify-content: left;

}

.card-title {
    width: 149px;
    height: 10px;
    font-weight: 600px;
    font-size: 14px;
    line-height: 16.94px;
}

.card-subtitle {
    width: 501px;
    height: 10px;
    font-weight: 500px;
    font-size: 14px;
    line-height: 16.94px;
}

.card-subtitle1 {
    width: 506px;
    height: 57px;
    padding-right: 80px;
    font-weight: 400px;
    font-size: 13px;
    line-height: 15.73px;
}

#more {
    display: none;
}

.hidden {
    display: none;
}

.error {
    color: red;
}

.registerform label {
    margin-bottom: 6px
}

.container-date {
    text-align: center;
    margin-top: 20px;
}

.pdfbtn {
    display: inline-block;
    padding: 10px 20px;
    text-decoration: none;
    background-color: #28a745;
    color: #fff;
    border-radius: 5px;
    font-weight: bold;
}

.star::after {
    content: '*';
    color: red;
    margin-left: 2px;
}