.elform
{
    position:absolute;
    top:50%;
    width: 50%;
   
    margin-left :25%;
    margin-right: 20%   ;
    
    
    
}
body
{
    background-size:100% 100%;
    background-image: url('/2-participants.png');
}
.sidebar
{

   
    width: 5%;
    height:40%;
    
        right: 0;
        position: fixed;
        top: 50%;
        transform: translate(0px, -50%);
    

}
.sidebar img
{
    
    
    width: 100%;
    height:50%;
    
    
}
label
{
    background-color: rgba(242, 234, 234, 0.652);
    
    font-weight: bold;
    font-size: 14px;
    font-family: arial;
    
    color:#475460;
}

.rowf
{
    padding-bottom: 2.5%;
    height: 40px;

    display: flex;
    
}
.backl
{
    height: 100%;
    width: 35%;
    color: #475460;
    border-radius: 20px;
    border-color: aliceblue;
    background-color: aliceblue;
    
}
.hms
{
    
    background-color: aliceblue;
    border-color: aliceblue;
    border-radius: 11px;
    width: 60%;
    height: 100%;
    margin-left: 5%;
    
}
.hmselement
{
    margin-left: 32%;
    
  
}
.rowf input
{
    height: 100%;
    width: 60%;
    border-radius: 11px;
    margin-left: 5%;
    text-align: center;
    background-color: aliceblue;
    border-color: aliceblue;
}
select
{
    width: 20%;
}
.texteinfo
{
    
    margin-left: 32%;
    font-size: 100%;
    
}
.btn
{
   
    width: 25%;
    height: 100%;
    margin-left: 40%;
    background-color: #f6a118;
    border-color: #f6a118;
    border-radius: 4px;
    font-size:0.8em;
    color:white;
    box-shadow: none;
}
.stylebtn
{
    margin-left: 10%;
    width: 25%;
    height: 100%;
    border-radius: 4px;
    background-color: #b8b8b8;
    border-color: #b8b8b8;
    text-shadow: none;
    color:white;
    text-decoration: none;
    font-family: Arial;
    text-align: center;
}
.stylebtn p
{
    font-size:0.8em;

    




}



