@font-face {
    font-family: 'Barlow Black';
    src: url('https://clearstream-static.s3.eu-west-1.amazonaws.com/Greggs/landing-page/rebranding/fonts/Barlow-Black.ttf') format('truetype');
        
}

@font-face {
    font-family: 'Barlow Bold';
    src: url('https://clearstream-static.s3.eu-west-1.amazonaws.com/Greggs/landing-page/rebranding/fonts/Barlow-Bold.ttf') format('truetype');

}

@font-face {
  font-family: 'Barlow Regular';
  src: url('https://clearstream-static.s3.eu-west-1.amazonaws.com/Greggs/landing-page/rebranding/fonts/Barlow-Regular.ttf') format('truetype');

}



html,
body {
  height: 100%; 
  font-family: 'Barlow Bold';
  overflow-x: hidden;
  
}

h1{
  font-size:52px;
  font-weight:bold;
  color:#fff;
}

p{
  font-size:18px;
  color:#fff;
}





/*-----------------------Cookie bar------------------------*/

#cookie-bar {
  font-family: 'Barlow Bold';
  background: #fdbb1b !important;
  height: auto;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index:99999;
  display: none;
}
 
#cookie-bar p {
  font-family: 'Barlow Bold';
  margin: 20px;
  position: relative;
  font-size: 16px;
  color: #242424;
  padding-right:120px;
}
 
.cb-enable {
  float: right;
  border-radius:8px;
  background-color: #0a5791;
  color: #fff;
  border: none;
  padding: 10px;
  position: absolute;
  cursor:pointer;
  right:0px;
  top:50%;
  transform:translateY(-50%);
  text-decoration:none;
}
 
 .cb-enable:hover, .cb-enable:active {
  background-color: #2a5f87;

}

#cookie-bar a {
  color:#242424;
}
 
#cookie-bar .cookie-link {
  text-decoration: underline;
  color: #242424;
}
 
@media screen and (max-width: 1050px) { 
  .cb-enable {
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    display:block;
    float:none;
    text-decoration: none !important;
  }
 
  #cookie-bar {
    height: auto;
  }
 
  #cookie-bar p {
    text-align: center;
    padding-right:0px;
  }
}
 
#cookie-bar-button {
  background-color: #3a3939;
}
 
@media screen and (max-width: 768px) { 
.cb-enable {
    margin-top: 30px;
    text-decoration:none;
  }
}
 
@media screen and (max-width: 480px) {
  #cookie-bar {
    height: auto;
  }
 
  .cb-enable {
    margin-top: 45px;
  }
}
 
@media screen and (max-width: 320px) { 
.cb-enable {
    margin-top: 30px;
  }
}

/*-----------------------End of Cookie Bar------------------------*/

/*-------------Top Banner-------------------*/
.topBanner, .top-banner-container{
  height:124px;
  width:100%;
  background-color: #ffffff;
}

.topBanner img{
  width:360px;
}

.top-banner-container {
    display: block;
    width: 65%;
    margin: 0 auto;
}

.logo_container {
    height: 100%;
    display: table;
}

.logo {
    display: table-cell;
    vertical-align: middle;
}


/*-------------Content Container-------------------*/

.content-container{ 
  min-height:100%;
  min-width:100%;
  overflow: auto;
}

.content-wrapper{
  display: block;
    width: 65%;
    margin: 0 auto;
}

.description-box {
    position: relative;
    z-index: 2;
    margin-top: 159px;
    padding-right: 60px;
}

.description-box h1 {
    margin-bottom:25px;
}

.description-box h1:nth-child(1) {
    margin-bottom: -15px;
}

.description-box p {
    margin-bottom:3px;
    color: #242424;
}
.description-box h1 {
  color: #00558f;
  font-family: 'Barlow Black' !important;
}




/*------ login-box ----------*/

.login-box{
  display:table;
  width:457px;
  height:481px;
  position: relative;
  z-index: 2;
}

.login-page{
  display:block;
  width:372px;
  height:90%;
}

.login-page h2{
  margin-top:43px;
  color: #00558f;
  font-size: 22px;
  font-weight:bold;
  margin-bottom:24px;
}

.form-group p {
    margin-top: 0px;
    color: #fff;
    font-size: 18px;
    margin-bottom:18px;
}

.form-group {
    margin-bottom: 20px;
}

.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 8px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none; */
    -o-transition: none;
    -webkit-transition: none; */
    transition: none; */
    transition: none; */
    transition: none;
}

.btn {
    display: block;
    border-radius:8px;
    width: 113px;
    height: 48px;
    margin-bottom: 15px;
    margin-top: 10px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid #0a5791;
    background-color: #0a5791;
    padding: 6px 12px;
    font-size: 19px;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn:hover{
  background-color: #1a5c8e;
  color: #fff;
}

.form-group a {
    font-size: 16px;
    color: #000000;
    text-decoration: underline;
    font-family:'Barlow Regular';
}

.form-group:nth-child(4) {
    margin-bottom: 37px;
}


.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000000;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000000;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #000000;
}

/*------ footer ----------*/

footer{
  height:198px;
  
}

.footer-container {
    background-image:url('https://clearstream-static.s3.eu-west-1.amazonaws.com/Greggs/landing-page/rebranding/images/footer.png');
    width: 100%;
    height: 100%;
    margin-top:-55px;
}

.footer-content {
    width: 65%;
    margin: 0 auto;
    padding-top:75px;
}


.footer-container img{
    width: 175px;
}

.copyright-info {
    width: 145px;
    font-size: 14px;
    float: right;
    margin-right: 0px;
}

.footer-link a {
  color:#fff;
  text-transform: uppercase;
}

.footer-logo {
    margin-bottom: 29px;
}

.footer-info p {
    font-size: 14px;
    margin: 0px;
    text-transform: uppercase;

}

.footer-info a {
    color: #fff;
}



/*--------------Mobile Stiling-------------*/

@media screen and (min-width: 1025px) and (max-width: 1612px) {

.content-wrapper .col-sm-6{
  width:60%;
}

}

@media screen and (max-width: 1024px) {

.top-banner-container {
    width: 90%;
}

.top-banner-container .col-sm-6 {
    width: 100%;
}



.topBanner img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.content-wrapper {

    width: 90%;
}

.content-wrapper .col-sm-6 {
    width: 100%;
}

.content-container {
    background-position: top;
    background-size: cover;
    position: relative;
    top: -3px;
    background-color:#ffd56c;
}

.description-box {
    padding-right: 0px;
    margin-bottom: 0px;
    margin-top: 210px;
}

.title-container h1 {
    font-size: 85px;


}

.title-container {
    margin-bottom: 120px;
}

.desction-container p {
    font-size: 45px;
    color: #000000;
}

.login-box {
    display: table;
    width: 100%;
    height: auto;
    margin-top: 80px;
    margin-bottom: 150px;
}

.login-page {
    width: 100%;
   
}


.login-page h2 {
    font-size: 55px;
    margin-bottom: 55px;
    margin-top: 0px;
}

.public.register .form-control {
    height: 40px;
}

.form-group p {
    font-size: 45px;
}

.btn {

    width: 100%;
}

.form-group:nth-child(4) {
    margin-bottom: 20px;
}

.form-group a {
    font-size: 35px;
    }

.footer-content {
    width: 90%;
    margin: 0 auto;
    padding-top: 85px;
}

.footer-container{
  background-size: cover;
    height: 361px;
    margin-top:-4px;
    background-color: #ffd56c;
}




.copyright-info {
    width: 300px;
    font-size: 30px;
    float: right;
    text-align: right;
    margin-right: 0px;
}

footer{
  height:250px;
  
}

.footer-container img {
    width: 300px;
}
}

@media screen and (min-width: 1025px) {
  .content-container{
    background: url("https://clearstream-static.s3.eu-west-1.amazonaws.com/Greggs/landing-page/rebranding/images/bck-img.png") no-repeat;
    background-position: center;
    min-height:100%;
    min-width:100%;
    overflow: auto;
    background-color:#ffd56c;
  }
}

@media screen and (min-width: 1921px) {
  .content-container{
    background-position: top center;
    background-size: cover;
  }
}

/*###################### Public pages #######################*/

.public h1, .public p {
    color: #000;
}

.public {
    min-height: 71%;
    width: 65%;
    margin: 0 auto;
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 100px;
    margin-bottom: 100px;
}

.public h1 {
    margin-bottom: 40px;
}

.public p {
    margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {

.topBanner, .top-banner-container {
    height: 200px;
    width: 100%;
    background-color: #ffffff;
}

.public {
    width: 90%;
}

.public h1 {
    font-size: 70px;
}

.public p {
    font-size: 40px;

}

.public p {
    font-size: 40px;

}

.public h5 {
    font-size: 30px;
}

.public h3 {
    font-size: 50px;
}

.public h4 {
    font-size: 40px;
}

 .public h2 {
    font-size: 65px;
    width: 600px;
}

.registration h3{
  font-size:20px;
}

.registration p{
  font-size:18px;
}

}


/*----------Error Messages------------------*/

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: none;
    border-radius: 0px;
}

.alert-danger {
    color: #a94442 !important;
    background-color: #fff;
    border-color: none;
    border-radius:8px;
}

.alert>p, .alert>ul {
    color: #a94442;
    margin-bottom: 0;
}


/*-------------Registration------------------*/

.public.register {
    background-color: #0a5791;
    padding: 20px;
    border-radius: 8px;
    margin-top: 35px;
}


.public.register .btn {

  margin-top:0px;

  }

.public.register p, .public.register h1{
    color: #fff;
}

.public.register .form-control {
    height: 30px;
}
@media screen and (max-width: 1024px) {
.public.register .form-control {
    height: 40px;
}

.registration .copyright-info {
   font-size: 14px;
}


.registration .footer-logo {
    margin-bottom: 29px;
    width: 50%;
    float: left;
}

.registration .footer-container img {
    width: 100%;
}

.registration .copyright-info {
    width: 130px;
}

.registration footer {
    height: 150px;
}

.registration div#rc-anchor-container {
    width: 100%;
}
}

/*------------Loader-----------*/

#loader{
      position: fixed;
      display:table;
    width: 100%;
    background: #fff;
    height: 100%;
    z-index:999999999;
}

.loader-image-container img{
   width:63px;
    display: table-cell;
    vertical-align: middle;
    margin:0 auto;
}

.loader-image-container {
  width:20%;
    display: table-cell;
    vertical-align: middle;
}


@media screen and (max-width: 980px){
.loader-image-container img{
   width:150px !important;
   }

   #cookie-bar p {
    font-size: 30px;
}
}

/*------------langind page form-----------*/
@media screen and (max-width: 1024px) {

.landing-page .topBanner img {
    width: 90%;
  }

.landing-page .form-control {

    height: 100px;
    font-size: 40px;
  }

.landing-page .form-group {
    margin-bottom: 50px;
}

.landing-page .btn-login {
    height: 100px;
    font-size: 45px;
}
}


::placeholder {
  color: #150e0b;
  opacity: 1; /* Firefox */
  font-family: 'Barlow Regular';
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #150e0b;
 font-family: 'Barlow Regular';
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: #150e0b;
 font-family: 'Barlow Regular';
}

@media screen and (max-width: 1800px) {
.footer-content {
    padding-top: 45px;
}
}

@media screen and (max-width: 1000px) {
.footer-content {
    padding-top: 85px;
}

.footer-info p {
    font-size: 20px;
}
}

@media screen and (max-width: 1024px) {
body > div.content-container > div.shapes-container{
    display: none;
}
}