﻿body {
        font-family: mitra;
}

.custom-bg {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(51,122,183, 0.1);
}

.custom-ribbon-header {
    text-align: center;
    font-family: 'B Titr';
    font-weight: bolder;
    font-size: 40pt !important;
    color: rgb(51,122,183);
}

.alert {
    color: #A94442 !important;
    font-weight: normal !important;
}




/*Remove that CSS*/
.col-md-3 {
    margin-left: 5%;
}
/*Remove that CSS*/



button {
    margin: 20px 0;
    line-height: 34px;
    position: relative;
    cursor: pointer;
    user-select: none;
    outline: none !important;
    width: 100%;
}

    button:active {
        outline: none;
    }

    button.ribbon {
        outline: none;
        outline-color: transparent;
    }

        button.ribbon:before, button.ribbon:after {
            top: 5px;
            z-index: -10;
        }

        button.ribbon:before {
            border-color: #53dab6 #53dab6 #53dab6 transparent;
            left: -25px;
            border-width: 17px;
        }

        button.ribbon:after {
            border-color: #53dab6 transparent #53dab6 #53dab6;
            right: -25px;
            border-width: 17px;
        }

    button:before, button:after {
        content: '';
        position: absolute;
        height: 0;
        width: 0;
        border-style: solid;
        border-width: 0;
        outline: none;
    }

    button.btn-default:before {
        border-color: #757575 #757575 #757575 transparent;
    }

    button.btn-default:after {
        border-color: #757575 transparent #757575 #757575;
    }



    button.btn-primary:before {
        border-color: #2e6da4 #2e6da4 #2e6da4 transparent;
    }

    button.btn-primary:after {
        border-color: #2e6da4 transparent #2e6da4 #2e6da4;
    }


    button.btn-success:before {
        border-color: #398439 #398439 #398439 transparent;
    }

    button.btn-success:after {
        border-color: #398439 transparent #398439 #398439;
    }


    button.btn-info:before {
        border-color: #269abc #269abc #269abc transparent;
    }

    button.btn-info:after {
        border-color: #269abc transparent #269abc #269abc;
    }


    button.btn-warning:before {
        border-color: #d58512 #d58512 #d58512 transparent;
    }

    button.btn-warning:after {
        border-color: #d58512 transparent #d58512 #d58512;
    }


    button.btn-danger:before {
        border-color: #ac2925 #ac2925 #ac2925 transparent;
    }

    button.btn-danger:after {
        border-color: #ac2925 transparent #ac2925 #ac2925;
    }
