body {
    background: #054897;
    background: -moz-linear-gradient(left,#054897 0%,#bf2431 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0%,#054897),color-stop(100%,#bf2431));
    background: -webkit-linear-gradient(left,#054897 0%,#bf2431 100%);
    background: -o-linear-gradient(right,#054897 0%,#bf2431 100%);
    background: linear-gradient(to right,#054897 0%,#bf2431 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#054897, endColorstr=#BF2431);
    background-color: #054897;
    text-align: center;
}


.btn {
    border: 2px solid #000;
    border-radius: 24px 24px 24px 0;
    color: #FFF;
}

.btn-warning {
    background-color: #fcb841;
}

.btn-success {
    background-color: #8dc642;
}

.btn-danger {
    background-color: #ca2291;
}



.pointer {
    cursor: pointer;
}