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


:root {
--main: #336699;
--secondary: #de4463;
}

.form-control:focus {
border-color: #de4463;
box-shadow: 0 0 0 0.2rem rgb(222 68 99 / 32%);
}

.header-top {
padding: 15px 0;
background-color: rgb(61 102 173);
position: relative;
}