﻿.modal-body {
    background: #0a0909d9;
}


.modal-header {
    padding: 5px 15px 7px 15px;
    border-bottom: 1px solid #cb2229;
    background: #cb2229;
    border-radius: 5px 5px 0px 0px;
    color: white;
}

    .modal-header .close {
        margin-top: 7px;
    }

.modal a {
    color: #fff;
    background: #cb2229;
    border: 1px solid #cb2229;
    padding: 0px 5px 2px 5px;
}

.main11 {
    margin: 0px;
    padding: 15px;
    box-sizing: border-box;
    width: 100%;
    background: #fff;
    float: left;
    height: auto;
}

.login-para {
    border-bottom: 2px solid #3a3561!important;
    margin: 0px 0px 15px 0px;
    padding: 5px 5px;
    height: auto;
    background: #221a61!important;
    line-height: 35px;
    font-size: 16px;
    color: White;
    width: 100%;
    box-sizing: border-box;
}

.login-table {
    width: 100%;
    height: auto;
    border-spacing: 0px;
    font-family: Ebrima;
    color: #333333;
    margin: 0px;
    padding: 0px;
    float: left;
    font-size: 13px;
}

    .login-table td {
        color: #797777;
        font-size: 16px;
    }

    .login-table .form-control {
        margin-bottom: 7px;
        -webkit-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
    }

    .login-table .btn {
        margin-top: 10px;
        -webkit-border-radius: 0 0 0 0;
        border-radius: 0 0 0 0;
    }


.btn-danger {
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
}

.btn-primary {
    background-image: none;
    background-image: none;
    background-image: none;
}

.waiting {
    padding: 25px 15px 15px 14px;
    font-size: 16px;
    bottom: 0px;
    left: 1px;
    border-radius: 0px 0px 5px 5px;
    top: 207px;
    background: #000;
    color: #ffffff;
    height: 80px!important;
    z-index: 1000;
    font-size: 17px;
    text-align: center;
    width: 99.8%;
    position: absolute;
}

.divider {
    margin: 10px 0px 0px 0px;
    height: 4px;
    width: 100%;
    float: left;
}

.reg-para {
    margin: 0px;
    padding: 5px 10px;
    height: auto;
    background: rgb(69, 12, 13);
    vertical-align: top;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0 2px 2px rgba(0,0,0,0.09);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.09);
    font-size: 16px;
    font-family: 'Open Sans';
    color: White;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-bottom-color: #2A4147;
}

.modal-footer {
    padding: 0px;
    text-align: right;
    border-top: 1px solid #00000000;
}

.modal-content {
    position: relative;
    background-color: #fff0 !important;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgb(59, 59, 59);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

@media (min-width: 768px) {
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5);
    }
}
