body {
    background-color: #0047AB;
    padding-top: 48px;
    color: #000;
}

/* .header {
        width:100%;
    text-align:center;
    border-radius:3px 3px 0 0;
    height:35px;
    font-weight:bold;
    border-bottom:1px solid black;
} */
.req,
.valid {
    display: none;
    color: red;
}

.invalid {
    border-color: red;
    box-shadow: 0 0 0 0.25rem rgb(255, 179, 179);
}

.formcard {
    width: 100%;
    max-width: 540px;
    box-shadow: -3px 4px 30px 5px #00204d;
    padding: 36px;
    margin: 20px auto;
    border-radius: 5px;
    background-color: white;
}

/* div {
        margin:5px;        
} */
.right {
    text-align: right;
}

.placeholder {
    color: #fff;
}

.thankyoucard {
    display: none;
    text-align: center;
    font-weight: bold;
    font-size: 1.5em;
    font-style: italic;
    margin-top: 20%
}

#logo {
    width: 150px;
    height: 150px;
    object-fit: none;
    border-radius: 80px;
    background-color: #0047AB;
}

#calogo {
    width: 150px;
    border-radius: 80px;
}


#logoDiv {
    margin: auto;
    text-align: center;
    font-weight: bold;
    font-size: 1.5em;
}

.icon {
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    /* border-radius: .25rem; */
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    align-items: center;
    padding: .375rem .75rem;
    line-height: 1.5;
    position: absolute;
    /* top: 0;
    right: 0;
    left: 0; */
    z-index: 1;
    width: 40px;
}

input[type="text"],
input[type="date"] {
    padding-left: 45px;
}