@charset "utf-8";

/* CSS Document */

.formclinicas{
    width: 60%;
    min-height: 600px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'ashley_inline_mt_stdregular';
    display: block;
    z-index: 9999;
    background-color: white;
    box-shadow: 0px 0px 5px 5px rgba(32, 32, 32, .3);
    padding: 50px;
    overflow: hidden;
    position: relative;
    top: calc(-60px);
}
