﻿.registrationh1 {
    font-size: 15px;
    font-weight: 600;
    color: #f00;
    padding-bottom: 15px;
}

.registrationh2
{
    font-size : 15px;
    font-weight : 600;
    color : #474747;
    padding-bottom : 5px;
}

.left
{
    float: left;
    margin: 0;
}

.link
{
    color : #0026ff
}

.wellregistration {
    border: solid 1px #000000;
    box-shadow: 0 0 0;
    background: #ffffff;
    padding: 10px;
}

.well-headingregistration
{
    position: relative;
    padding: 0 10px;
    margin-left: -10px;
    margin-bottom: 15px;
    background: orange;
    background: linear-gradient(to right, orange, white);
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/*.table-responsive {
    clear: both;
}

.well-body {
    background: #FFF;
    padding: 10px;
    margin-bottom: 10px;
}

.well-heading {
    position: relative;
    padding: 15px;
    margin-left: -15px;
    margin-bottom: 15px;
    border-radius: 5px 5px 0 0;
    background: #9f0a33;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}*/

h3 {
    color: inherit; /* Use the inherited color, usually white or brand color */
    text-shadow: 0 2px 4px rgba(0,0,0,0.5), /* Stronger shadow for contrast */
    0 0 1px #000; /* Thin outline for crispness */
    font-weight: 700;
    /* Remove background if it doesn't fit branding */
    background: none;
    display: block;
    padding: 0.2em 0.6em;
    border-radius: 0;
}


/* 1. .registrationh1 */
.registrationh1 {
    text-shadow: 0 2px 4px rgba(0,0,0,0.4), 0 0 1px #000;
    font-weight: 700;
}

/* 2. .span12.tab-madiator.well */
.span12.tab-madiator.well {
    /* Add a subtle overlay for text contrast */
    position: relative;
}

    .span12.tab-madiator.well::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0,0,0,0.01); /* Slight dark overlay */
        pointer-events: none;
        z-index: 0;
    }

    .span12.tab-madiator.well * {
        z-index: 1;
        /* Add text shadow for all text inside */
        text-shadow: 0 1px 2px rgba(0,0,0,0.3);
    }




footer.footer-wrapper a {
    color: #444;
    font-weight: 600;
}

footer.footer-wrapper {
    color: #444;
}

p.txt-center {
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
    font-weight: 600;
}

.btn-myinfo {
    width: 6em !important;
    height: 6em !important;
    border: none;
    padding: 0;
    border-radius: 6px;
    cursor: pointer;
    /* make background image always fit */
    background: url("~/img/Primary.svg") no-repeat center center;
    background-size: contain;
    text-shadow: none;
    color: transparent;
}

    .btn-myinfo:hover,
    .btn-myinfo:focus,
    .btn-myinfo:active {
        background-image: url("~/img/Primary.svg") !important;
        background-repeat: no-repeat !important;
        background-position: center center !important;
        background-size: contain !important;
        background-color: transparent !important;
        box-shadow: none !important;
        border: none !important;
        color: transparent !important;
        text-shadow: none !important;
    }