.nibondon-container{
    background-color: #F5F5F5;
}
.nibondonheader{
    width: 100%;
    height: 5rem;
    background-color: #008E48;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nibondonformdiv{
    width: 90%;
    margin: auto;
    margin-top: 30px;
    background-color: #FFFFFF;
}
.nibondonborder{
    border: 1px solid rgb(221, 217, 217);
    border-radius: 5px;
}
.nibondonsironam{
    font-size: 18px;
}
.nibondonright{
    width: 90%;
    margin-left: auto;
    margin-bottom: 15px;
}

.form-checkbox{
    width: 15px;
    height: 15px;
}
.form-control1{
    width: 65%;
    height: 40px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #b1aaaa;
}
.form-control1:hover{
    border: 1px solid #008E48;
}
::placeholder{
    color: #b1aaaa;
}
.nibondonfootertext{
    text-align: center;
    color: red;
    font-size: 14px;
}
.nibedonbtn {
    background-color: #008E48;
    color: white;
    border: none;
    width: 100%;
    padding: 5px;
    font-size: 14px;
}
.nibedonbtn:hover {
    background-color: #218838;
}
.sterred{
    color: red;
    font-size: 19px;
}
