*{
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
}

/* login section */

.sec-bg{
    background-color: #ECF4FF;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-body{
    background-color: white;
    border-radius: 10px;
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
    box-sizing: border-box;
}
.error-msg{

}
.login-body label{
    margin-bottom: 10px;
    width: 100%;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin: 0px;
    padding-left: 25px;
    position: relative;
    color: #3D3232;
}
.login-body label::before{
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #005B84;
    left: 3px;
    top: 6px;
    background: url(../img/password.png) no-repeat;
}
.login-body label:first-child::before{
    background: url(../img/email.png) no-repeat;
    
}
.login-body h1{
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-size: 25px;
    color: #005B84;
}
.login-body input{
    width: 100%;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #F8F8F8;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 30px;
    background-color: #F8F8F8;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}
.btn-primary{
    width: 100%;
    height: 40px;
    background-color: #005B84 !important;
    border: none;
    color: white;
    border-radius: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
    cursor: pointer;
    padding: 0px !important;
}
.header-container{
    max-width: 1200px;
    width: 100%;
    margin: 0px auto;
    padding: 20px 0px;
    display: inline-block;
}
.header-logo{
    float: left;
    margin: 0px;
    padding: 0px;
}
.header-logo a{
    text-decoration: none;
    color: #fff;
}
.header-logo a p {
    color: #fff;
    font-size: 25px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    text-decoration: none;
}
.header-main{
    display: grid;
    width: 100%;
    position: relative;
    background: #005B84;
}
.header-menu{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px;
    padding: 0px;
    float: right;
    width: calc(100% - 150px);
}
.header-menu ul li{
    list-style: none;
    display: inline-block;
    margin: 0px 10px;
    padding: 0px;
}
.header-menu ul li a{
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
}
.header-menu ul{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-menu ul li{
    text-decoration: none;
    color: #fff;
    margin-top: 5px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    float: right;
}
.sec-dashboad-bg{
    background-color: #ECF4FF;
  width: 100%;
  height: 100vh;
}
.container{
    max-width: 1200px;
    width: 100%;
    margin: 0px auto;
    padding: 20px 0px;
    display: block;
}
.sec-dashboad-bg table thead tr th{
    background: #fff !important;
}
.sec-dashboad-bg table thead tr th:first-child{
    border-top-left-radius: 10px !important;
}
.sec-dashboad-bg table thead tr th:last-child{
    border-top-right-radius: 10px !important;
}
.sec-dashboad-bg table tbody tr:last-child td:first-child{
    border-bottom-left-radius: 10px !important;
}
.sec-dashboad-bg table tbody tr:last-child td:last-child{
    border-bottom-right-radius: 10px !important;
}
.sec-dashboad-bg table tr{
    border: 1px solid #EAEAEA !important;
    background: transparent !important;
}
.sec-dashboad-bg table th, .sec-dashboad-bg table td{
    border-bottom: 1px solid #EAEAEA !important;
    text-align: center !important;
    background-color: #fff !important;
}
.sec-dashboad-bg table{
    margin-top: 55px;
    margin-top: 55px !important;
}
.sec-dashboad-bg table{
    width: 100% !important;
    border-bottom: 0px !important;
}