
/*
* Must have to remove one of the function which is un-used;
*/


:root {
--main: ;
--secondary: #409766;
}

.form-control:focus {
border-color: #409766;
box-shadow: 0 0 0 0.2rem rgb(64 151 102 / 32%);
}

.header-top {
padding: 15px 0;
background-color: rgb(10 0 20);
position: relative;
}