﻿body {
    background-color:#c0c0c017;
}


input.form-control,
select.form-control,

textarea.form-control {
    max-width: 100% !important;
    width: 100%;
    font-size:14px;
}

.container {

border-radius:10px;

}

.container-inner {

background-color:white;
padding:10px;
}

.Program-title {
text-align: center !important;
color:black;
font-weight:bolder;
font-size:x-large;
}

.Program-sub-title {
color:gray !important;
text-align: center;
font-size: 16px;
}

.container-bg {
        background-color: white;
    padding: 10px;
    border: solid 1px #c0c0c052;
    max-width: 800px;

}
.color-black {
color:black;
}

.font-medium {
height:35px;

}

.form-label {
font-size:14px;
}

.form-control-plaintext {
font-size:14px;
color:gray;
    padding-left: 19px;
    margin: 0px;
}
.btn-primary {
font-size:large;
}

.alert ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}


/************************Input styles*/

/* Generic underline style */

/* Generic underline style for input, textarea, dropdown */
.input-underline {
    border-color:#c0c0c024;
    /*border: none;*/                 /* Remove default border */
    border-bottom: 1px solid;     /* Color will come from parent section */
    outline: none;
    width: 100%;
    padding: 6px 8px;
    font-size: 16px;
    transition: border-color 0.3s;
    border-radius:0px;
    /*border-bottom-left-radius:0px;
    border-bottom-right-radius:0px;*/
}

.input-underline:focus {
    border-bottom-width: 2px;
}

/* Section-specific colors */
.section-purple .input-underline {
    border-bottom-color: purple;
}

.section-purple .input-underline:focus {
    border-bottom-color: darkviolet;
}

.section-blue .input-underline {
    border-bottom-color: blue;
}

.section-blue .input-underline:focus {
    border-bottom-color: darkblue;
}

.section-green .input-underline {
    border-bottom-color: forestgreen;
}

.section-green .input-underline:focus {
    border-bottom-color: forestgreen;
}


/***************************Button Register */

.btn-register {
    background-color: purple;       /* Primary color */
    color: white;                   /* Text color */
    font-size: 16px;
    font-weight: 500;
    padding: 10px 25px;
    border: none;
    border-radius: 5px;             /* Rounded corners */
    transition: all 0.3s ease;     /* Smooth hover effect */
    box-shadow: 0 4px 6px rgba(0,0,0,0.1); /* Subtle shadow */
}

/* Hover Effect */
.btn-register:hover {
    background-color: darkviolet;   /* Darker shade on hover */
    transform: translateY(-2px);    /* Slight lift effect */
    box-shadow: 0 6px 10px rgba(0,0,0,0.15);
    color:white;
}

/* Optional: Active / Click Effect */
.btn-register:active {
    transform: translateY(0);
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    color:white;
}

/*****Title */
.Title_Purple {
/*background-color: purple;
    padding: 10px;
    color: white;
    border-radius: 10px;*/
}

.Title_Green {
/*background-color: forestgreen;
    padding: 10px;
    color: white;
    border-radius: 10px;*/
}

.Title_Blue {
/*background-color: Blue;
    padding: 10px;
    color: white;
    border-radius: 10px;*/
}

.countrycode {
max-width:60px;
/*background-color:#c0c0c07a;*/
    border-bottom: solid 1px green;
    font-size: 13px;
    font-family:inherit;
}

.form-check-label {
    font-weight: normal;
    /*color:purple;*/
}