
.navAlx{
    width: 100%;
    height: 60px;
    background-color: #fff;
    box-shadow: 0 3px 17px rgba(0,0,0,0.1);
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    padding: 10px;
}

.d-block{
    height: 300px;
    border-radius: 30px 0 30px 0;
}

.navAlx img{
    width: 90px;
}

.boxrigalex{
    display: flex;
    align-content: center;
    align-items: center;
    gap: 20px;
}

.boxsvgalex{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 0 3px 5px rgba(0,0,0,0.1);
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

#formboAlex{
    width: 90%;
    height: auto;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    padding: 15px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 3px 17px rgba(0,0,0,0.2);
}

.input_field{
    width: 100%;
    margin-bottom: 20px;
}

.input_field select{
    width: 100%;
    padding: 13px;
    outline: none;
    border: none;
    border-radius: 10px;
    border: 2px solid #ccc;
    font-weight: 600;
    background-color: #fff;
}

.input_field label{
    font-size: 14px;
    font-weight: 600;
}

.input_field input{
    width: 100%;
    padding: 13px;
    outline: none;
    border: none;
    border-radius: 10px;
    border: 2px solid #ccc;
    font-weight: 600;
}

::placeholder{
    font-weight: 600;
}

.flxbtn{
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    gap: 10px;
}

.send{
    width: 100%;
    border: none;
    padding: 13px;
    border-radius: 10px;
    border: 2px solid #ccc;
    font-size: 14px;
    font-weight: 600;
    background-color: #3E4E85;
    color: #fff;
}

.home{
    width: 100%;
    padding: 13px;
    background-color: red;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    color: #fff;
    border-radius: 10px;
    border: 2px solid #ccc;
    font-size: 14px;
    font-weight: 600;
}