/* @import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap'); */
* {
    font-family: "Source Sans 3", sans-serif;
}

/* ===================== Basic Common Classes =============== */
.text_12 {
    font-size: 12px;
}
/* ====================== Login Page Design ================== */
.custom-body-bg {
    background-color: #fff;
    /* background: linear-gradient(-90deg, #8de9d5, #3204c0); */
    /* background: -webkit-linear-gradient(-90deg, #8de9d5, #3204c0); */
}
.custom-input {
    height: 48px;
    box-shadow: none !important;
    border-radius: 3px !important;
    font-size: 13px;
    font-weight: 600;
}
.custom-input:focus {
    border-color: var(--bs-primary) !important;
}
.custom-label {
    font-size: 13px;
    font-weight: 600;
}
.custom-btn {
    height: 45px;
}
.custom-card {
  border: 1px solid;
}
.logo-icon {
    width: 90px;
    /* width: 130px; */
    display: block;
    margin: auto;
}
.password_section {
    position: relative;
}
.password-icon {
    display: block;
    position: absolute;
    cursor: pointer;
    right: 12px;
    top: 50%;
}
#password-hide {
    display: none;
}
.btn_primary{
    background-color: #251A69;
    border-color: #251A69;
}
.btn_primary:hover{
    background-color:#33258d;
    border-color: #33258d;
}
.primary_color{
    color:#251A69!important;
}
/* ==================== End Login Page ================== */