body
{
  font-family: Raleway, Helvetica, sans-serif;
  background-color: white;
}

div.break 
{
  clear: both;
}

.header span.logo
{
  font-size: 48px;  
}

div.headerButtons > a.link-btn,
div.headerButtons > a.link-btn-icon
{
  background-color: white;
  color: #2E74A7;
  border: 1px solid #2E74A7;
}
div.headerButtons > a.link-btn-icon.no-padding
{
  padding: 0px;
}

div.headerButtons > a.link-btn:hover,
div.headerButtons > a.link-btn-icon:hover
{
  background-color: #2E74A7;
  color: #fff;
}

div.login-panel div.form-inline
{
  height: 80px;
}
div.login-panel-title
{
  color: #2E74A7;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
}
div.login-panel > div,
#insertPwdCell > div
{
  margin-bottom: 25px;
}

div.form-container 
{
  background-color: #f7f7f7;  
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}


div.login-panel .form-control
{
  max-width: 250px;
  margin: 0px;
  font-size: 14px;
}
div.login-panel .btn-primary,
div.login-panel .btn-default,
#invitationCell .form-control,
#recoverPwdCell .form-control,
#resetPwdForm .form-control,
#insertPwdCell .form-control
{
  max-width: 250px;
  margin: auto;
}

.login-panel-link
{
  position: absolute;
  left: 290px;
  top: 22px;
  color: #6c6c6c;
}
.login-panel-link:hover
{
  color: #2E74A7;
}
.btn.back
{
  margin-top: 15px!important;
}

div.vertical-divider
{
  border-right: 1px solid #e0e0e0;
}
#invitationCell, #recoverPwdCell
{
  text-align: center;
}
#insertPwdCell
{
  text-align: center;
}

.login-copyright
{
  text-align: center;
  padding-top: 10px;
  text-align: center;
  width: 100%;
  font-size: 12px;
}

.login-footer
{
  position: fixed;
  bottom: 0px;
  background-color: #e5e5e5;
  border-top: 1px solid #ccc;
  width: 100%;
}
.login-footer a
{
  color: #666;
  text-align: center;
  border-left: 1px solid #bbb;
}
.login-footer a.bordered
{
  border-left: 1px solid #888;
}
.login-footer a:hover
{
  color: #444;
  cursor: pointer;
  text-decoration: none;
}

div.form-inline
{
  text-align: center;
}
div.form-inline label.input-label
{
  display: block;
  margin: auto;
  width: 260px;
  text-align: left;
}

div.submitContainer
{
  text-align: center;
}

a.forgot-pwd-btn
{
  display: inline-block;
  margin-top: 15px;
}

div.login-title
{
  background: url('../img/esp-title2.svg') no-repeat left center;
}
div.slogan-container
{
  width: 100%;
  margin: 0px;
  padding: 0px;
  background-position: center center;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 300px)
{          
        
  .login-footer
  {
    padding: 5px 0px;
    font-size: 12px;
  }
  .login-footer a
  {
    width: 90px;
    padding: 4px;
  }
  
  div.header
  {
    padding: 10px;
    background-color: white;
    text-align: center;
  }
      
  div.slogan
  {
    background-color: #f7f7f7;
    font-size: 1.5em;
    color: #2E74A7;
    text-align: center;
    padding: 10px 0px;
    width: 100%;
  }
  div.slogan-container
  {
    background-size: 250px;
    height: 58px;
  }
  div.slogan-container.eng
  {
    background-image: url('../img/slogan-small-eng.svg');
  }
  div.slogan-container.ita
  {
    background-image: url('../img/slogan-small-ita.svg');
  }
  div.slogan-container.por
  {
    background-image: url('../img/slogan-small-por.svg');
  }
  div.slogan-container.spa
  {
    background-image: url('../img/slogan-small-spa.svg');
  }
  
  div.page-title
  {
    float:left;
  }
  
  div.header div.page-title div.login-title
  {
    width: 250px;
    height: 32px;
    background-size: 230px;
  }
  
  a.link-btn
  {
    display: none;
  }
  
  div.link-btn-icon
  {
    display: inline-block;        
    border: 1px solid #2E74A7;        
  }
  div.language-icon
  {
    background-image: url('../img/globe.svg');
    width: 32px;
    height: 32px;
  }
  div.dropbox-icon
  {
    background-image: url('../img/dropbox-with-border.svg');
    width: 32px;
    height: 32px;
  }
  
  div.both-form-visible
  {
    clear: both;     
    margin: auto;    
    overflow: hidden;
  }
  
  label.error
  {
    display: block;
  }
  
      
  div.user-login,
  div.new-user-login
  {
    text-align: center;
    float: none;        
    padding-top: 40px;
    padding-bottom: 40px;
  }
   
  div.user-login input.form-control,
  div.new-user-login input.form-control
  {
    display: inline;
  }
   
  div.both-form-visible > div.or-col > div
  {
    background-color: #f7f7f7;
    top: 50%;
    width: 66px;    
    padding: 4px;
    position: relative;    
    text-transform: uppercase;
    margin-top: -14px;
    font-weight: bold;
    color: #959595;
  }
  
  div.both-form-visible > div.or-col 
  {    
    background-image: url(../img/border.svg);
    background-repeat: repeat-x;
    background-position: left center;
    text-align: center;
  }
  
  div.both-form-visible > div.or-col > div
  {
    background-color: #f7f7f7;
    position: relative;    
    left: 50%;
    top: 0px;
    width: 66px;    
    padding: 4px;    
    text-transform: uppercase;
    margin-left: -33px;
    font-weight: bold;
    color: #959595;
  }
   
  div.input-group
  {
    width: 260px;
    margin: auto;
  }
}

@media only screen and (min-width: 440px)
{
  div.page-title 
  {
    float: left;
    text-align: left;
  }
    
  div.slogan-container.eng
  {
    background-image: url('../img/slogan-eng.svg');
  }
  div.slogan-container.ita
  {
    background-image: url('../img/slogan-ita.svg');
  }
  div.slogan-container.por
  {
    background-image: url('../img/slogan-por.svg');
  }
  div.slogan-container.spa
  {
    background-image: url('../img/slogan-spa.svg');
  }
  div.slogan-container
  {
    background-size: 420px;
    height: 30px;
  }
}

@media only screen and (min-width: 768px)
{
  a.link-btn-icon
  {
    display: none;
  }
  a.link-btn
  {
    display: inline-block;
  }
  .headerButtons 
  {
    margin-top: 4px;
  }
  
  .login-footer
  {
    padding: 8px 0px;
    font-size: 14px;
  }
  .login-footer a
  {
    width: 110px;
    padding: 8px;
  }
  
  div.header
  {
    padding: 20px;
    background-color: white;
    text-align: left;
  }
  
  div.slogan
  {
    background-color: #f7f7f7;
    font-size: 2.4em;
    color: #2E74A7;
    text-align: center;
    padding: 30px 0px;    
  }
    
  div.header div.page-title div.login-title
  {
    width: 320px;
    height: 40px;
    background-size: 300px;
  }
  div.slogan-container
  {
    background-size: 700px;
    height: 40px;
  }
}

@media only screen and (min-width: 900px)
{
  .headerButtons 
  {
    margin-top: 0px;
  }
  
  #emailForm
  {
    margin-top: 0px;
  }
  
  div.headerButtons 
  {
    display: block;
  }
  
  div.both-form-visible
  {
    clear: both;
    width: 850px;
    height: 500px;
    margin: auto;    
  }
  
  div.both-form-visible > div.user-login 
  {
    text-align: left;
  }
  
  div.both-form-visible > div.user-login input.form-control
  {
    display: initial;
  }
  
  div.both-form-visible > div.user-login,
  div.both-form-visible > div.new-user-login
  {
    float: left;
    width: 390px;    
  }
  
  div.both-form-visible > div.or-col
  {
    display: block;
    float: left;
    width: 70px;
    height: 100%;    
    background-position: top center;
    background-repeat: repeat-y;
    text-align: center;
  }
  
  div.both-form-visible > div.or-col > div
  {
    background-color: #f7f7f7;    
    top: 50%;
    width: 66px;    
    padding: 4px;
    position: relative;    
    text-transform: uppercase;
    margin-top: -14px;
    font-weight: bold;
    color: #959595;
  }
  
  div.header div.page-title div.login-title
  {
    width: 420px;
    height: 50px;
    background-size: 400px;
  }
  
  div.slogan
  {
    font-size: 3em;
  }
  div.slogan-container
  {
    background-size: 900px;
  }
  
  div.login-panel-title
  {
    height: 46px;
  }
}