﻿



/* General Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Barlow;
}

/*body {
    background-color: #f0fae3;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}*/

.form-container {
    width: 100%;
    max-width: 500px;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.prv_formData {
    color: #1d1d1d;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 400;
}
.BackHead {
    background-color: #FBFFF8;
    /*height: 40px;*/
    border: 1px solid #DEFBCA;
    align-items: center;
    padding: 10px 15px;
    margin-bottom: 20px;
    border-radius: 3px;
}
.formHeading {
    color: #3d3d3d;
    margin-bottom: 42px;
}
.hidden {
    display: none;
}

.form-group {
    position: relative;
    margin-bottom: 30px;
}
.form_GenderGP {
    margin-bottom: 30px;
}
.form-group label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: auto;
    width: 100%;
    margin-bottom: 0;
    line-height: normal;
    color: #1d1d1d;
    font-size: 16px;
    transition: all .2s ease-in-out;
    pointer-events: none;
}
    .form-group .InputBox:focus ~ label, .form-group .InputBox:not(:placeholder-shown) ~ label {
        top: -16px;
        font-size: 12px;
        color: #3d3d3d;
    }

.InputBox {
    border: none;
    border-bottom: 2px solid #c2c2c2;
    border-radius: 0;
    padding: 0;
    font-size: 16px;
    width: 100%;
    text-transform: capitalize;
    font-weight: 500;
}

.form-group .inputIcon {
    position: absolute;
    bottom: 4px;
    right: 0;
    font-size: 20px;
    width: 25px;
    color: #c2c2c2;
    color: var(--pi-lighGray);
    background-color: #fff;
    padding: 0 0 0 10px;
}

label {
    display: block;
    color: #333;
    margin-bottom: 5px;
    font-size: 14px;
}



.error-text {
    color: red;
    font-size: 10px;
    position: absolute;
}

.submit-btn {
    background-color: #30b524;
    color: #fff;
    border: none;
    padding: 10px;
    width: 100%;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
}
.form_groupGDR2{
    display:flex;
}
.form_groupGDR2 label {
    display:flex;
    justify-content:flex-start;
    align-items:center;
    margin-right:10px;
}

.submit-btn:hover {
    background-color: #45a049;
}
.cityStateName {
    display:block;
    position: absolute;
    left: 0;
    top: 23px;
}
.pin_ppt{
    margin-bottom:40px !important;
}
.pet_weight {
    margin-top: 20px!important;
}
input[type="radio"]{
    accent-color:green;
}

@media (max-width: 480px) {
}
