﻿.layout .main {
  --header-gutter: 0px; 
  padding-top: 0px;
}

.phone .content, 
.tablet .content {
    width: 90%;
}

.FooterTerms {
    margin-top: -80px;
}


.layout.layout-top {
    /*background-image: url("/GC_Portal/img/LoginGalpCard_bck.png");
    background-size: 75%;
    /*background-size: cover;*/
    /*background-repeat: no-repeat;
    background-position-x: right;*/
}

.ESP-Background {
    background-image: url("/GC_Portal/img/ES_LoginGalpCard_bck.png?35886");
    background-size: 75%;
    /*background-size: cover;*/
    background-repeat: no-repeat;
    background-position-x: right;
}

.PT-Background {
    background-image: url("/GC_Portal/img/LoginGalpCard_bck.png?35886");
    background-size: 75%;
    /*background-size: cover;*/
    background-repeat: no-repeat;
    background-position-x: right;
}

.EN-Background {
    background-image: url("/GC_Portal/img/EN_LoginGalpCard_bck.png?35886");
    background-size: 75%;
    /*background-size: cover;*/
    background-repeat: no-repeat;
    background-position-x: right;
}

@media only screen and (max-width: 767px) {
    .layout.layout-top_pt {
    background-image: none;}
}

.desktop .Margin{
    margin-left: 100px;
}

.LoginWelcomeText {
  height: 95px;
  width: 90%;
  color: #333333;
  font-family: Canaro;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 45px;
  }
  
  .MobileLoginWelcomeText {
  height: auto;
  color: #333333;
  font-family: Canaro;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 38px;
  text-align: center;
  }
  
  
  .phone .LoginWelcomeText,
  .tablet .LoginWelcomeText  {
  height: auto;
  width: auto;
  }
  
  
.WithoutAccountText {
  height: 42px;
  color: #5A6473;
  font-family: Canaro;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
  text-decoration: underline;
}

.MobileWithoutAccountText {
  height: 32px;
  color: #5A6473;
  font-family: Canaro;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
  text-decoration: underline;
}

.RegistryText{
  height: 32px;
  color: #5A6473;
  font-family: Canaro;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 20px;
}

.MobileRegistryText{
  height: 32px;
  color: #5A6473;
  font-family: Canaro;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
}

.layout-top .content .ThemeGrid_Container {
    padding-bottom: 0px;
}

