﻿body {
}

.close {
    background-color: red;
    border-radius: 9px;
    color: white;
    border: none;
    font-size: 16px;
    font-weight: 700;
}

.inputclss {
    margin-bottom: 10px;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
   /* height: 43px;*/
}

.required:after {
    content: " *";
    color: red;
    /*font-size: 1.4rem;*/
    font-size: 2.3vh;
}

#msgID {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    animation: blinkFade 1s infinite;
}




