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


:root {
--main: #200245;
--secondary: #9061fa;
}

.form-control:focus {
border-color: #9061fa;
box-shadow: 0 0 0 0.2rem rgb(144 97 250 / 32%);
}

.header-top {
padding: 15px 0;
background-color: rgb(42 2 89);
position: relative;
}