/* 
Author : i-Diligence.com
Copyright (C) TATA Consumer Products Ltd 2021
*/
:root{
    --primary:#486aae!important;
    --light:#edf6ff!important; 
}
body{
    color :black;
    font-size: 1rem;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.bg-primary{
    background-color: var(--primary);
}
.bg-light{
    background-color: var(--light)!important;
}
.text-primary{
    color:var(--primary)!important;
}
.px-lrg{
    padding-left:140px;
    padding-right:140px;
}
.px-xlrg{
    padding-left:15vw;
    padding-right:15vw;
}
@media(max-width:1212px){
    .px-xlrg{
        padding-left:11vw;
        padding-right:11vw;
    }
}
@media(max-width:768px){
    .px-xlrg{
        padding-left:5vw;
        padding-right:5vw;
    }
}
.container{
    max-width: 100%!important;
    margin-left: unset;
    margin-right: unset;
}
.w-100{
    width: 100%;
}
.px-10{
    padding-left: 10vw;
    padding-right: 10vw;
}
/* ================Header styles=============== */
.brand-name{
    
    width: 175px;
}
.brand-div{
    width: 100%;

}
.brand-text{
    position: absolute;
    bottom: -4px;
    left: 180px;
    width: 300px;

}
.brand-text h2{
    font-size: 1rem;
    text-transform: uppercase;
}
.subhead h3 {
    margin-left: 10px;
    font-size: 20px;
    /* font-weight: 400; */
}
.logo{
    width: 85px;
    margin-right: 30px;
}
a.btn.btn-custom {
    background: #f4f8ff;
    color: black;
    font-weight: 600;
    border-radius: 6px;
    border: 1.5px solid #5498E9;
    padding: 4px 23px;
    
}

/* ================End Header Styles ==============*/
.custom-card h3 {
    font-size: 20px;
}
.custom-card h3 {
    font-size: 17px;
    color: var(--primary);
}

.custom-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    width: 200px;
    margin: 0 10px;
    height: 220px;
    box-shadow: 4px 5px 12px 3px #9797972b;
}

.custom-card img {width: 108px;margin-bottom: 25px;}
.attr {
    color: #868686;
    font-size: 13px;
    position: relative;
    top: 4px;
    margin-right: 113px;
    font-weight: 500;
}
button.btn.btn-custom.btn-gradient {
    background-image: linear-gradient(
133deg
, #5498ea, #486aae)!important;
    color: white;
}

.login-card {
    background-color: var(--light);
    padding: 0px 51px;
    border-radius: 10px;
    position: relative;
    left: 20px;
    top: 30px;
    width: 440px;
}
#card-logo{
    position: relative;
    top: 20px;
    left: 44px;
}
::placeholder{
    font-size: 11px!important;
    color: rgba(199, 199, 199, 0.822);
}
.form-group {
    margin-bottom: 0.51rem;
}
.form-control {
    padding: .1rem .75rem;
}