body {
    text-align: center;
    background-color: #f0f0f0;
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

header img {
    width: 300px;
    height: auto;
    border-radius: 50%;
    margin-top: 50px;
}

main {
    background-color: white;
    width: 90%;
    max-width: 500px;
    margin: 30px auto;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h1 {
    font-size: 24px;
    color: #333;
    margin-bottom: 5px;
}

p{
    color: #666;
    margin-top: 0;
    margin-bottom: 15px;
}



input[type="text"] {
    padding: 12px;
    margin: 8px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box; width: 49%;
   
   
}

.input-group {
    margin-bottom: 15px;
}


input[type="password"],
input[type="email"],
input[type="tel"]
 {
    width: 98%;
    padding: 12px;
    margin: 8px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}
select {
    width:32%;
       padding: 12px;
    margin: 8px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}


.radios{
    width:32%;
    border: 1px solid #ccc;
    justify-content: space-between;
    padding:11px;
    box-sizing: border-box;
    margin-bottom: 5px;
    border-radius: 5px;
    display: inline-flex;
    
}

button {
    background-color: #4CAF50;
    color: white;
    padding: 12px 40px;
    font-size: 16px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    width: 100%;
    width: 200px;
    margin-bottom: 15px;
}

hr {
    border: 0;
    border-top: 1px solid #ddd;
    margin: 20px 0;
}

.text1{
    color: #666;
    font-size: small;
    text-align: left;
    padding: 5px;
}
.account{

    color: #1877f2;
    font-family: SFProText-Semibold, Helvetica, Arial, sans-serif;
    font-size: 17px;
    line-height: 20px;
}
a {
    color: #385898;
    cursor: pointer;
    text-decoration: none;
}