﻿body {
    margin:0;
    padding:0;
    box-sizing:border-box;
    background-color:maroon;
}

.frms{
      display:flex;
    flex-direction:column;
    align-content:center;
    justify-content:center;
    align-items:center;
    border:1px solid ;
    background-color:white;
    padding:4%;
    margin-top:3%;
    margin-bottom:10%;
    border-radius:8%;
    box-shadow:6px 3px 6px 3px grey;
    
}
.imgses{
    background-color:white;
}
.imgses img{
    width:140px;

}
.fields{
   
}
.text-center{
    color:maroon;
    font-weight:bold;
    font-family:'Sans Serif Collection';
}
.lbttxts{
    border: 1px solid maroon;
    border-radius:10%;
    padding:5px;
}
.boxy{
    display:flex;
    flex-direction:column;
    align-content:center;
    justify-content:center;
    align-items:center;
}

.submits{
    border:1px solid white !important;
    border-radius:8%  !important;
    background-color:maroon;
    color:white;

}

.lblnames{
    font-family:'Sans Serif Collection' !important;
    font-size:large !important;
    font-weight:600 !important;
    color:maroon;

}
 .textbox-wrapper {
    position: relative;
    display: inline-block;
     align-items:center;
}

 .lblc {
    width: 200px;
    font-size: 12px;
    color: #c21446;
    font-weight: bold;
    box-sizing: border-box;
    border-radius: 6px;
}


.textbox-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none; /* Ensure the icon doesn't interfere with the textbox functionality */
    color: #000; /* Adjust the color as needed */
}