#logout-btn {
  background: none;
  color: #fff;
  border: none;
  cursor: pointer;
}
.mega-menu.desktopTopFixed .menu-logo {
    padding: 5px 0px;
}
@media screen and (min-width: 993px){
.mega-menu.desktopTopFixed .menu-list-items .menu-logo > li > a img {
    height: 60px;
}
}
#submit{
  border:none;
}
#formmessage {
    display: block;
}
.gray-form input, .gray-form textarea, .register-form .select-styled, .register-form .select-options, .help-block{
    font-weight: normal;
}
.input-group-addon {
    padding: 12px 7px;
    padding-right: 21px;
}
.form-group.required .has-star:not(.custom-control-label)::after, .is-required::after {
    content: "*";
    margin-left: 3px;
    font-weight: normal;
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    color: tomato;
    display: contents;
}

.input-group-btn>.btn {
    height: 45px;
}

