.pedidoorcamento{
    margin: 0 auto;
    background: #FFFFFF;
    font-family: 'open sans';
    font-size: 0.85em;
    line-height: 1.6em;
    border-radius: 15px;
    width: 90%;
    height: 90%;
    color: #FFFFFF;
    padding: 20px;
    position: fixed;
    top: 7%;
    margin-left: 5%;
    margin-right: 5%;
    box-shadow: #d4d4d4 0px 0px 20px 13px;
    z-index: 3;
}

.registar{
    margin: 0 auto;
    background: #FFFFFF;
    font-family: 'open sans';
    font-size: 0.85em;
    line-height: 1.6em;
    border-radius: 15px;
    width: 70%;
    height: 54%;
    color: #FFFFFF;
    padding: 20px;
    position: fixed;
    top: 7%;
    margin-left: 15%;
    margin-right: 15%;
    box-shadow: #d4d4d4 0px 0px 20px 13px;
    z-index: 3;
}

.button1 {
    width: 140px;
    height: 45px;
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 500;
    color: #000;
    background-color: #fff;
    border: none;
    border-radius: 45px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
    margin: 20px;
    }

.button1:hover {
    background-color: #2EE59D;
    box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
    color: #fff;
    transform: translateY(-7px);
}

.inputtext{
    width: 50%;
    min-width: 16%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 20px;
}
