.bodyyy {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

.containerrr {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.formmm {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.input-fielddd {
    margin: 10px 0;
    padding: 10px;
    width: 80%;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.btn-primaryyy {
   background-color: #26ea07;
   /* color: white;
   background-clip: text;*/
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    
	color: #000000;
	animation: outline 1s ease-in-out 1.5s forwards;
}

.animate1112{
     text-shadow: -0.01em -0.01em 0.01em #fe0000; animation: rise 2s ease-in-out 0.5s forwards;
}

.btn-primaryyy:disabled {
    background-color: grey;
    cursor: not-allowed;
}

.doc-linkkk {
    display: block;
    margin: 15px 0;
    font-size: 16px;
    text-decoration: none;
    color: #007bff;
}

.error-messageee {
    color: red;
    font-size: 14px;
}
