ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

a,
a:hover {
    text-decoration: none;
    color: rgba(78, 124, 255, 1);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(113, 130, 251, 1);
}

a {
    color: #333333
}

label {
    margin: 0;
}

b {
    font-weight: normal;
}

.small,
small {
    color: #E02020;
}

.form-control:focus {
    border-color: rgba(78, 124, 255, 1);
}

button,
input,
textarea {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

i {
    font-style: normal;
}

button {
    outline: none;
}

dd {
    margin: 0;
}

p {
    margin: 0;
}

dt {
    font-weight: normal;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

em {
    font-style: normal;
}

a:focus,
button:focus,
input:focus,
.form-control:focus,
.btn.focus,
.btn:focus {
    outline: none;
    box-shadow: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
ol,
ul,
dt,
p {
    margin: 0;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

.navbar {
    padding: .8rem 0
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 300;
    color: rgba(160, 163, 175, 1);
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    font-size: 14px;
    font-weight: 300;
    color: rgba(160, 163, 175, 1);
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    font-size: 14px;
    font-weight: 300;
    color: rgba(160, 163, 175, 1);
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    font-size: 14px;
    font-weight: 300;
    color: rgba(160, 163, 175, 1);
}

html,body{
    height: 100%;
}
/*base*/

.bee-color {
    color: rgba(78, 124, 255, 1);
}