body {
    background-color: beige;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.container {
    width: auto;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #ffc107;
    box-shadow: 4px 4px 8px 4px rgba(25, 30, 40, 0.041);
}

input {
    border: 1px solid rgba(46, 41, 41, 0.048);
    border-radius: 5px;
    padding: 8px;
}

input:focus {
    border: 1.5px solid #161615;
    outline: none;
}

.image {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px; 
}

.avatar {
    width: 100px;
    border-radius: 8px;
    overflow: hidden;
}

.avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.file-upload {
    background-color: white;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-direction: column;
    border-radius: 8px;
    font-size: 12px;
    color: #000;
    border: solid 1px #ffc107;
    text-align:center; 
}

.file-upload input[type="file"] {
    display: none;
}

h4 {
    text-align: center;
    margin-bottom: 20px; 
}

label {
    margin-bottom: 5px;
    font-weight: 500;
}

.registration-info {
    display: flex;
    flex-direction: column;
    gap: 10px; 
}

.address-info-1 {
    text-align: left;
    word-spacing: 100px; 
}

.address-info-2{
    text-align: left;
    word-spacing: 100px;
}


.apply{
    text-align: left;
}
.apply-for-training {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.category-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

button {
    background-color: #000;
    outline: none;
    border: none;
    padding: 8px;
    border-radius: 4px;
    width: 50%;
    color:#fff;
    cursor: pointer; 
    font-size: medium;
}

button:hover {
    background-color: #504f4a;
    transition-delay: 0.2s;
    color:#fff;
}



#state, #nationality, #lga{
	width: 180px;
	height:40px;
}

#category{
	height:40px;

}