﻿body, html {
    background-color: #7a97c3;
     background-image: url('../Imagens/entrada.jpg');
      background-repeat: no-repeat;
     background-attachment: fixed;
     background-position: center; 
    /*background: radial-gradient(ellipse at center, #7a97c3 0%,#706b6b 100%);*/
    width:100%;
  
    height: 100%;
    margin: 0;
}
table.center {
    margin-left:auto; 
    margin-right:auto;
    margin-top:50px;
   
  }

pm-request-appointment-form {
    height: 458px;
padding: 20px 0px;
border-top: 1px solid rgb(52, 206, 218);
border-bottom: 1px solid rgb(52, 206, 218);

background-color: #fCFCFC;
width: 100%;
height: 0;
overflow: hidden;
font-size: 15px;
border-top: 1px solid $lightPrimaryColor;
border-bottom: 1px solid $lightPrimaryColor;
transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
   
  }



