*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background: #e3eeff !important;
    font-family: raleway;
}
h3{
    font-size: 24px;
    font-weight: 600;
}
label{
    font-size: 14px;
    font-weight: 500;
}
.link-color a{
    color: #1A51A4;
    font-size: 17px;
    font-weight: 500;
}
.bg-white{
    background: #fff !important;
}
a:hover{
    text-decoration: none;
}
.text-sm{
    font-size: 13px;
}
.p-30{
    padding: 30px;
}
.mt-20-percent{
    margin-top: 20%;
}
.btn-primary-dark{
    background: #1A51A4;
}
.text-primary-dark{
    color: #1A51A4;
}
.text-white{
    color: #fff;
}
.text-red{
    color: #FF7121;
}
.input-border{
    border: 1px solid #1A51A4;
}
.text-align-center{
    text-align: center;
}
.login-img{
    width: 100%;
    height:100%;
    border-radius: 21px;
    padding: 20px;
    background: #fff;
}
.login-img img{
    width: 100%;
    padding: 30px;
}
.input-container {
    position: relative;
    display: flex;
    align-items: center;
}

.input-container input {
    width: 100%;
    padding-right: 30px; /* Space for the icon */
}

.input-container i {
    position: absolute;
    right: 10px; /* Adjust as needed */
    font-size: 16px; /* Adjust size as needed */
    color: #AFAFAF; /* Adjust color as needed */
    padding-right: 15px;
}
/* .btn-hover input:hover{
    background-color: #fff;
} */
/* input[type="submit"]:hover {
    background-color: #fff; 
    color: #1A51A4;
} */
 /* General button styles */
 .btn-primary-dark {
    background-color: #1A51A4; /* Default background color */
    color: #fff; /* Default text color */
    border: none; /* Remove border */
    cursor: pointer; /* Change cursor to pointer */
}

/* Hover effect */
.btn-primary-dark:hover {
    background-color: #fff; /* White background on hover */
    color: #1A51A4 !important; /* Dark blue text color on hover */
}

/* Ensure padding and other styles */
input[type="submit"] {
    padding: 10px;
    font-size: 26px;
    font-weight: 700;
}


.meterChartOrder{
    float: left;
    width: 100%;
    height: 100%;
}