﻿
.Page > .Content  {
    background-image: url('/ULICOPortal/img/foto_landing_page.jpg?6861');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-bottom: 20px;

}



/* Box **************************/
.Box {
    margin: 0px 0;
    padding: 20px;
    text-align: center;
}


.Col2form > .OSAutoMarginTop {
    margin-top: 20px;
}

 .OSAutoMarginTop {
    margin-top: 0px;
}


.titlefont {
    font-size: 20px;
}


.Col1{
    
     
  background-color: rgba(255, 255, 255, 0.95);
  border-radius:2px;
  color: #333;
  font-family: sans-serif;
  line-height: 1.5;
  max-width: 100%;
  padding: 1rem 2rem;}
  
  
  
.Button {
    background-color: #cfcfcf;
    border: 1px solid #999;
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    height: 32px;
    line-height: 30px;
    margin-left: 10px;
    min-width: 80px;
    padding: 0 15px;
    text-align: center;
    text-decoration: none;
    width: 100%;
}