.panel-title > a:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f068";
    padding-right: 5px;
}
body{
  background-color:#f5f5f5;
}
.panel-title > a.collapsed:before {
    float: right !important;
    content:"\f067";
}
.panel-title > a:hover,
.panel-title > a:active,
.panel-title > a:focus  {
    text-decoration:none;
}
.panel-heading {
    padding: 20px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel {
    margin-bottom: 2px !important;
    background-color: #ffffff;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    /* box-shadow: 2px 20px 10px 8px rgb(4 4 4 / 4%); */
}
.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #00bcd4;
    text-align: center;
    color: #fff;
}


a {
    color: #101010;
    text-decoration: none;
}

img.make-champions {
    height: 327px;
    width: 557px;
}

span.error-msg {
    color: red;
}

.border-red {
    border: 1px solid red !important;
}

span.required {
    color: red;
}

.submit-button {
    height: 50px;
    width: 128px;
    font-size: 18px;
    background: #ee4b91;
    border-color: #ee4b91;
}
