﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

.Required,
input.Required:-webkit-autofill,
input.Required:-webkit-autofill:hover,
input.Required:-webkit-autofill:focus {
    border: 1px solid #7f9db9;
    background-color: #FFEAEA !important;
}

.Required-Indicator {
    font-size: large;
    font-weight: bolder;
    margin-right: 5px;
    margin-top: 5px;
}

.Normal-Indicator {
    font-size: large;
    font-weight: bolder;
    margin-right: 8px;
}

.p-2 {
    padding: .15rem !important;
}

.Opacity-100 {
    opacity: 100 !important;
}

.Text-Highlight1 {
    font-size: medium;
    font-weight: bolder;
    color: blue;
}

.Captcha-Text {
    width: 100%;
    letter-spacing: 0.25em;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px
}

.Bg-Yellow {
    background-color: yellow;
}

.User-Attention-Message {
    font-size: 20px;
    font-weight: bold;
}

.Control-Label-Section {
    line-height: 1.5
}

span.Control-Label {
    font-size: 15px !important;
}

.Control-Section {
    line-height: 1.5
}

.Control-Section2 {
    line-height: 2.2
}

.Control-Section3 {
    line-height: 1.7
}

.Control-Style {
    line-height: 1.5
}

.Captcha-Refresh {
    width: 40px;
}

.Captcha-Image {
    height: 50px;
    border: 1px;
    border-color: dimgrey;
}

.Comments-Text {
    width:100%; 
    height:100px;
}

.Adjust-BorderRadious {
    border-radius: 8px;
}

.Standard-Btn-Size {
    width: 100px !important;
}
