
/* 
    Created on : 16.03.2009, 13:13:51
    Author     : Eric Molitor | mm-infotec GmbH
    Project    : Sellpartner.de 
*/
/*body
{   
    height:95%;
    
}*/

body{
    background: url('../img/satinweave.png');
}

.icon-lg{
    font-size: 2.5em;
}

footer
{
text-align: center;
text-decoration: underline;
}
div.row
{
    padding-bottom: 5px;
}
p.blocksatz{
    text-align: justify;
}


div.wrap
{
    margin-top: 5px;
    margin-left:15%;
    margin-right: 15%;
    
}
.hvr-grow {
  display: block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* Underline From Left */
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: lightblue;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0;
}
.interface{
    margin-bottom: 25px;
}

button.login{
    color:yellow;
}