/* Variables */
@font-face {
    font-family: "SantanderHeadlineW05-Bold";
    src: url("../fonts/SantanderHeadlineW05-Bold.eot");
    src: url("../fonts/SantanderHeadlineW05-Bold.eot") format("eot"), url("../fonts/SantanderHeadlineW05-Bold.woff2") format("woff2"), url("../fonts/SantanderHeadlineW05-Bold.woff") format("woff"), url("../fonts/SantanderHeadlineW05-Bold.ttf") format("truetype");
  }
  
  @font-face {
    font-family: "SantanderTextW05-Bold";
    src: url("../fonts/SantanderTextW05-Bold.eot");
    src: url("../fonts/SantanderTextW05-Bold.eot") format("eot"), url("../fonts/SantanderTextW05-Bold.woff2") format("woff2"), url("../fonts/SantanderTextW05-Bold.woff") format("woff"), url("../fonts/SantanderTextW05-Bold.ttf") format("truetype");
  }
  
  /* line 44, Z:/scf/html/scf/web/themes/custom/santander/scss/welcome.scss */
  body {
    margin: 0;
  }
  
  /* line 46, Z:/scf/html/scf/web/themes/custom/santander/scss/welcome.scss */
  body .welcome-container {
    background-position: center center;
    text-align: center;
    background-size: cover;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  /* line 56, Z:/scf/html/scf/web/themes/custom/santander/scss/welcome.scss */
  body .welcome-container .languages-container {
    display: flex;
    flex-direction: column;
    width: auto;
    padding: 25px 60px 50px 60px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  }
  
  /* line 65, Z:/scf/html/scf/web/themes/custom/santander/scss/welcome.scss */
  body .welcome-container .languages-container .logo {
    margin: auto;
  }
  
  /* line 69, Z:/scf/html/scf/web/themes/custom/santander/scss/welcome.scss */
  body .welcome-container .languages-container .textbelowlogo h1 {
    border: 0;
    font-weight: bold;
    font-size: em(40px);
    line-height: 44px;
  }
  
  /* line 77, Z:/scf/html/scf/web/themes/custom/santander/scss/welcome.scss */
  body .welcome-container .languages-container .selection-message {
    margin: 0;
    margin-bottom: 32px;
  }
  
  /* line 81, Z:/scf/html/scf/web/themes/custom/santander/scss/welcome.scss */
  body .welcome-container .languages-container .selection-message span p {
    font-family: "SantanderHeadlineW05-Bold";
    font-size: 24px;
    color: #444444;
    margin: 0;
  }
  
  /* line 90, Z:/scf/html/scf/web/themes/custom/santander/scss/welcome.scss */
  body .welcome-container .languages-container .button-container {
    position: relative;
    float: left;
  }
  
  /* line 93, Z:/scf/html/scf/web/themes/custom/santander/scss/welcome.scss */
  body .welcome-container .languages-container .button-container .button {
    display: inline-block;
    font-family: "SantanderTextW05-Bold";
    background: #EC0000;
    font-weight: bold;
    border-radius: 50px;
    padding: 10px 24px;
    font-size: em(16px);
    line-height: 24px;
    border: 1px solid #EC0000;
    color: white;
    width: 60%;
    margin: auto;
    margin-top: 16px;
    text-decoration: none;
  }
  
  /* line 113, Z:/scf/html/scf/web/themes/custom/santander/scss/welcome.scss */
  body .welcome-container .languages-container .button-container .button:hover {
    border: 1px solid #CC0000;
    background: #CC0000;
    color: white;
    opacity: 1;
  }
  
  /* line 120, Z:/scf/html/scf/web/themes/custom/santander/scss/welcome.scss */
  body .welcome-container .languages-container .button-container .button:active {
    border: 1px solid #990000;
    background: #990000;
    color: white;
    opacity: 1;
  }
  
  /* line 127, Z:/scf/html/scf/web/themes/custom/santander/scss/welcome.scss */
  body .welcome-container .languages-container .button-container .button:disabled {
    border: 1px solid #CCC;
    color: #CCC;
    background: white;
  }
  
  /*# sourceMappingURL=welcome.css.map */