 .background-agenda-demo {
	background-color: #f8e3f3;
	border-radius: 20px;
    padding: 0px 20px;
    min-height: 465px;
}

.border-grey {
    border: 2px solid #d3d3d3;
    border-radius: 20px;
    padding: 15px 25px;
    margin: 5px auto;
    max-width: 32%;
}

.border-darkgrey {
    border: 2px solid #727272;
    border-radius: 30px;
    width: 75%;
    padding: 12px;
    margin: auto;
    margin-bottom: -35px;
    position: relative;
    background: white;
    z-index: 100;
}

.logo-agendar {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    opacity: 0.6;
    padding: 15px 10px;
}

.img-agendar-demo {
    max-width: 85%;
}

.progress-register {
    background-color: white;
    z-index: 1;
}

textarea {
  resize: none;
}

#demo_necesidades {
    resize: vertical;
}

@media  (max-width: 768px) {
    .border-grey {
        max-width: 100%;
        margin-bottom: 5px;
    }

    #registro-paso2-btns {
        margin-top: 20px;
    }
    .img-agendar-demo {
        max-width: 85%;
        margin-bottom: 15px;
    }
    
}