body{
    /* background-image:linear-gradient(to bottom, #87ceeb, #d3e8f7); */
    background-image: linear-gradient(to bottom, #f9eee1,rgb(235,236,240));
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    box-sizing: border-box;
    padding: 0px;
}
/* f9eee1*/
.f_cont{
    width: 100%;
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
form{
    height: auto;
    width: auto;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    line-height: 30px ;
    border-radius: 10px;
    border: 1px solid whitesmoke;
    box-shadow: 8px 8px 16px #d1d9e6, -8px -8px 16px #ffffff;
    padding: 20px;
}

nav{
    box-sizing: border-box;
    height: 60px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: sticky;
    top: 0px;
    /* background-color:#fff; */
    background-image: linear-gradient(to bottom, #f9eee1);
    border-bottom: 1px solid rgb(190, 181, 181);
}

nav>a {
    text-decoration:none;
    color:#0d1a26;
    font-weight: 700;
}

main{
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    
}

button {
    padding: 8px 16px;
    border-radius: 5px;
    background-color: #5f2a5d !important; 
    color: #fff !important;
    border: none;
    cursor: pointer;
    margin: 5px 0;
}

button:hover {
    background-color: #104e8b; /* darker blue on hover */
}
/*
5f2a5d
fe875e
*/
#ns{
    background-color: #5f2a5d;
    color: #fff;
}
.abc{
    background-color: #5f2a5d !important;
    color: #fff !important;
}
.table thead th {
  background-color: #5f2a5d !important;
  color: #fff;
}
#sign{
    display: flex;
    justify-content: center;
    align-items: center;
}

#sign form{
    line-height: 30px;
}

#t1{
    all: unset;
    display: inline;
    
}

.home1{
    display: flex;
    justify-content: space-between;
    align-items: start;
}

#ns{
    height: 40px;
}
/* Success flash message */
.alert-success {
  background-color: #e88e70;   /* light green */
  color: #fff;
  border-color: #e88e70;
}

/* Error / failure flash message */
.alert-danger {
  background-color: #fdecea;   /* light red */
  color: #611a15;
  border-color: #f5a3a0;
}

#main_a1{
    background-image: url("DPAT\ 2.jpg");
    height: 100%;
    width: 100%;
    background-size: cover;
}

.pay-monthly-btn{
    background-color: #ffc107 !important;
    color:black !important;
}