.container-widget-reservas{

    .CloudBedsWidget{

        .vertical-widget{
            width: 100%;
            display: flex;
            flex-direction: column;            

            .acessa_widget_block{
                width: 100%;
                margin-bottom: 20px;

                > p{
                    width: 100%;
                    font-size: 16px;
                    line-height: 22px;
                    font-weight: 600;
                    margin-bottom: 5px;
                }

                > input[type=text]{
                    width: 83%;
                    padding: 15px 30px;
                    font-size: 16px;
                    line-height: 22px;
                    font-weight: 400;
                    border: 1px solid #2793AC;
                }
            }

            a.submit_link{
                background: unset;
                border: 2px solid #2793ac;
                background-color: #2793ac;
                text-transform: uppercase;
                padding: 10px 30px;
                font-weight: 500;
                font-size: 1rem;
                color: #FFF;
                box-shadow: unset;

                &:hover{
                    background-color: #2793ac;
                }
            }
        }
    }
}