@import "variables";
@import "bootstrap/bootstrap";
@import "pages/security";
@import "components/form";

* {

    outline: none !important;

    &:focus {
        box-shadow: none !important;
    }
}

body {
    overflow-x: hidden;
}

.fw-300 {
    font-weight: 300 !important;
}

a {
    text-decoration: none !important;
}

ul.reset {
    list-style-type: none;
    margin: 0;
    padding: 0;
}