#f{

    margin-top: 10vh;

    width: 80%;

    display: flex;

    flex-wrap: wrap;

}



#f-1{

    position: relative;

    display: flex;

    flex-direction: column;

    flex-grow: 1;



    background-color: #058F92;



    width: 50%;

    min-height: 750px;

}



#f-1 span{

    margin-left: 1vh;

}



#f-1-checkbox-div{

    width: auto;

    white-space: nowrap;

}



.f-form-sec form{

    position: relative;

    display: flex;

    flex-direction: column;

    align-items: center;

    color:white;

}


.f-field{

    width: 80%;

    border: 2px solid white;

    padding: 8px;

    background-color: black;

    color:white;

    font-family: 'Saira Extra Condensed', sans-serif;

    font-size: 18px;

    cursor:pointer;

    margin-bottom: 4vh;



    color:white

}





#f-logo-input{

    width: 80%;

    position: absolute;

    opacity: 0;

    cursor: pointer;

    height: 41px;;

}



.f-dropdown-input{

    width: 100%;

    height: 100%;

}



.f-dropdown-hidden{

    position: relative;

    display: none;

    flex-direction: column;

    width: 80%;

    z-index: 2;

}



.f-other-field{

    position: relative;

    width: 100%;

    display:flex;

    flex-direction: column;

    align-items: center;

    margin-bottom: 4vh;

}



.f-dropdown-hidden button{

    position: relative;



    width: 100%;

    border: 2px solid black;

    padding: 10px;

    background-color: white;

    color: black;

    text-align: left;

    font-family: 'Saira Extra Condensed', sans-serif;

    font-size: 18px;

    margin-bottom: 0;

    cursor:pointer;

}



.f-dropdown-hidden div{

    position: absolute;

    width: 100%;

}



#f-checkbox{

    width: auto;

}



.f-form-sec form label{

    position: relative;

    width: 80%;

    margin-bottom: 1vh;

    font-family: 'Saira Extra Condensed', sans-serif;

    font-size: 19px;

}



.f-form-sec form label a{

    position: relative;



}



#f-1-checkbox-div{

    position: relative;

    margin-bottom: 5vh;

    font-size: 20px;

}



#f-1-checkbox-div a{

    color: #F3AE56;



}



.f-form-sec button[type='submit']{

    width: 20%;

    margin-bottom: 4vh;

    background-color: white;

    color: black;

    font-family: 'Saira Extra Condensed', sans-serif;

    font-size: 21px;

    outline-color: transparent;

    border-color: transparent;

    padding: 8px;

}



.f-file-input.f-field img{
	
	width: 400px;

    height: 21px;

    position: relative;

    float: right;

    align-self: center;

    margin-top: 2px;

}



.f-dropdown-input-div.f-field.f-other-info img{

    height: 11px;

    position: relative;

    float: right;

    align-self: center;

    margin-top: 7px;

    margin-right: 3px;

}



.f-form-sec button[type='submit']:hover{

    font-size: 23px;

}

.f-other-info{

    margin-bottom: 0;

}

/* Оформяне на всяка TEAM MEMBER секция */
fieldset {
    
	border-color: white;
    padding: 15px 15px; /* Разстояние отгоре и отдолу */
	width: 400px;
	margin-bottom: 20px;
}

/* Оформяне на заглавията "TEAM MEMBER 1", "TEAM MEMBER 2" и т.н. */
fieldset legend {
    font-family: 'Saira Extra Condensed', sans-serif;
    font-size: 20px;
    
    color: white;
    margin-bottom: 5px;
    display: block;
}

/* Унифициране на полетата */
.f-text-input,
.f-field,
select {
    width: 100%;
    max-width: 400px;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    display: block;
    margin-bottom: 15px; /* Разстояние между полетата */
}



@media (max-width: 1000px){

    #f-1{

        width: 100%;

    }



    #f{

        flex-direction: column;

        width: 95%;

    }

}