*{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -msbox-sizing: border-box;
}

.navbar-toggler-icon.icon-bar{ background-color: white !important; }

body {
    position: relative;
    width: 100%;
}

.navbar {
    background-color: rgb(253, 130, 77);
}

.primary-text {
    /* color: #4DC8FD; */
    color: #1F83FF;
}

.logo-img {
    width: 100px;
    height: 100px;
}

.nav-link {
    color: white;
}

.form-group.required .control-label:after {
  content:"*";
  color:red;
}

