.ownBtn {
    background-color: #000080;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.text {
    color: #000080;
}
.p-text {
    line-height: 1.625;
    font-size: 1rem;
    color: #67748E;
    font-family: "Poppins", sans-serif !important;
    font-weight: 400;
    font-style: normal;
}

.mtxt {
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: .875rem;
    line-height: 1.4rem;
    color: #495057;
    background-clip: padding-box;
    border: 1px solid #d2d6da;
    appearance: none;
    border-radius: 0.5rem;
    font-family: "Poppins", sans-serif !important;
    font-weight: 400;
    font-style: normal;
}
.card{
    margin-top: 8rem !important;
    background-color: transparent !important;
    box-shadow: none !important;
}
.emailLabel{
    font-size: .75rem;
font-weight: 700;
margin-bottom: 0.5rem;
color: #344767;
margin-left: 0.25rem 
}
.form-check {
display: block;
min-height: 1.5rem;
padding-left: 1.73em;
margin-bottom: .125rem
}

.form-switch {
padding-left: 3rem
}