.fhalf{
    width: 45%;
    
}
.inchiriere{
    margin: 10px;
    width: 30%;
    height: 7%;
    font-size: 25px;
    text-align: center;
}
.form-field{
    margin-left: 20px;
    margin-top: 3%;
    display: flex;
    justify-content: space-between;
}
.datepckr{
    width:50%;
    font-size: 18px;
}
.submitbtn{
    text-align: center;
    justify-content: center;
}
.textfields{
    font-size: 20px;
    color: black;
}
.total{
    font-size: 22px;
    width: 60%;
}
label{
    font-size: 16px;
}
.main-title{
    font-size: 40px;
    background-color: #18BC9C;
    color: white;
    justify-content: center;
    border-radius: 5px;
    margin-bottom: 80px;
}
form{
    display: flex;
}
.image-div{
    text-align: center;
    border-radius: 5px;
    border-style: solid;
    border-color: gainsboro;
    border-width: 0.5px;
    margin:20px;
    
}


.shalf{
    width: 55%;
}
.arrow{
    font-size: 20px;
    text-align:center;
    color:white;
}
.arleft{
    margin-right: 50px;
    
}
.arright{
    margin-left: 50px;
}
.detalii{
    display: flex;
    margin-left: 50px;
    
    
    
}
.sup{
    margin-top: 20px;
}
.inf{
    margin-bottom: 20px;
}
.fixedo-label{
    margin-right: 20px;
    color: rgb(172, 172, 172);
}
.imagine-border{
    border-color: #18BC9C;
    border-radius: 5px;
    border-width: 2px;
    border-style: solid;
}