
body {
    font-size: 15px;
    color: #393939;
    font-family: Roboto, sans-serif;
}


a:focus, a:hover {
    text-decoration: none;
    color: #000;
    outline: none;
}

a:hover {
    color: #00a8e6;
    text-decoration: underline;
}

a {
    text-decoration: none;
    outline: none !important;
    color: #00a8e6;
}


.card h3 {
    font-size: 20px;
    /*color:#393939;*/
    color: #FFF;
    letter-spacing: 0.5px;
    margin: 0;
    padding: 0;
    font-weight: 400;
}



.gradientbg {
    background: rgb(255,255,255);
    background: linear-gradient(110deg, rgba(255, 255, 255, 1) 10%, rgba(203, 237, 251, 1) 60%, rgba(255, 255, 255, 1) 80%);
}

.margin-top {
    /*    margin-top: 110px;
    margin-bottom: 50px;*/
    padding-top: 50px;
}

.card-header {
    background: #010e19 url(../images/bg3.png) right top no-repeat;
    /* background: #00000008; */
    border-bottom: solid 1px #dcdcdc;
}

.text-center {
    text-align: center !important;
}

.card-footer {
    padding: 20px !important;
    background-color: #21283208;
    border-top: 1px solid #21283220;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.was-validated .form-control:invalid, .was-validated .dataTable-input:invalid, .form-control.is-invalid, .is-invalid.dataTable-input {
    border-color: #e81500;
    padding-right: calc(1em + 1.75rem);
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23e81500'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23e81500' stroke='none'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right calc(0.25em + 0.4375rem) center;
    background-size: calc(0.5em + 0.875rem) calc(0.5em + 0.875rem);
}

.form-control, .dataTable-input {
    display: block;
    width: 100%;
    padding: 5px 15px;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1;
    color: #393939;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #c5ccd6;
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0.35rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}




.form-check-input {
    position: absolute;
    margin-top: 2px;
    margin-left: -19px;
}

.btn-primary {
    color: #fff;
    background-color: #00a8e6;
    border-color: #00a8e6;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #14b9f6;
        border-color: #14b9f6;
    }


.card {
    border-radius: 10px;
}

.card-header:first-child {
    border-radius: 10px 10px 0 0;
}

.card-footer:last-child {
    border-radius: 0 0 10px 10px;
}

.gradientbg {
    min-height: 100vh;
}



.error-mesg-box {
    height: 16px;
    padding: 5px 0;
}

.error-mesg {
    color: #dc3545;
    display: none;
}

.wipe-btn {
    font-size: 16px;
    background-color: #00a8e6;
    color: #fff;
    border: solid 1px #00a8e6;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    padding: 10px;
    line-height: 22px;
    cursor: pointer;
    width: 200px;
    outline: none;
}

.wipe-btn, button, input, textarea {
    outline: 0 !important;
}

.d-flex-button {
    display: -ms-flexbox !important;
    display: flex !important;
}

.Sucessfully-new {
    color: #13DA24;
    font-size: 20px;
    letter-spacing: 0.5px;
    font-weight: 400;
    margin: 20px 0;
}



@media (max-width: 575.99px) {

    .d-flex-button {
        display: block !important;
        display: block !important;
        text-align: center;
    }

    .wipe-btn {
        font-size: 16px;
        background-color: #00a8e6;
        color: #fff;
        border: solid 1px #00a8e6;
        text-align: center;
        text-decoration: none;
        border-radius: 4px;
        padding: 10px;
        line-height: 22px;
        cursor: pointer;
        width: 80%;
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
    }
}
