html, body {
    height: 100%;
}
.content {
    flex: 1 0 auto;
}

.bg-page{
    background: url("../images/bg.jpg") center center;
    background-size: cover;
}

.bg-header{
    background: url("../images/bgtop.jpg") center center;
    background-size: cover;
}
.bg-color-custom{
    background-color: #004773;
}
.color-custom{
    color: rgb(0, 71, 115);
}
.bg-footer{
    background: url("../images/bgbottom.png") center center;
    background-size: cover;
    background-color: #004773;
}
.max-width-650{
    max-width: 650px;
}
.max-width-800{
    max-width: 800px;
}
.box-shadow-1{
    box-shadow: 0px 7px 16.92px 1.08px rgba(133, 133, 132, 0.21);
}

.border-radius-10{
    border-radius: 10px;
}

.section-padding{
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.header-logo{
    width: 100%;
    max-width: 260px;
}

.header-border-radius{
    -moz-border-radius-bottomleft: 200px;
    -webkit-border-bottom-left-radius: 200px;
    border-bottom-left-radius: 200px;

    -moz-border-radius-bottomright: 200px;
    -webkit-border-bottom-right-radius: 200px;
    border-bottom-right-radius: 200px;
}
.header-border-radius-smaller{
    -moz-border-radius-bottomleft: 60px;
    -webkit-border-bottom-left-radius: 60px;
    border-bottom-left-radius: 60px;

    -moz-border-radius-bottomright: 60px;
    -webkit-border-bottom-right-radius: 60px;
    border-bottom-right-radius: 60px;
}
.block-border-radius{
    border-radius: 200px;
}
.block-border-radius-smaller{
    border-radius: 60px;
}
.text-copyright-color{
    color: #9bb6c9;
}


span.vertical-hr{
    border:         none;
    border-left:    1px solid hsla(200, 10%, 50%,100);
    height:         100%;
    width:          1px;
}
.logo-width{
    width: 125px;
}

.header-text-size{
    font-size: 4rem;
}


.website-link{
    text-decoration: none;
    border-radius: 1rem;
    padding-right: 30px;
    padding-left: 30px;
    transition: box-shadow .3s;
}
.website-link:hover{
    /*box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;*/
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.margin-header-text{
    margin: 0 0 5rem 0;
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

@media only screen and (max-width: 768px) {

    .header-text-size{
        font-size: 2rem;
    }
    .margin-header-text{
        margin: 0 0 2rem 0;
    }
    .header-border-radius{
        -moz-border-radius-bottomleft: 50px;
        -webkit-border-bottom-left-radius: 50px;
        border-bottom-left-radius: 50px;

        -moz-border-radius-bottomright: 50px;
        -webkit-border-bottom-right-radius: 50px;
        border-bottom-right-radius: 50px;
    }
    .header-border-radius-smaller{
        -moz-border-radius-bottomleft: 20px;
        -webkit-border-bottom-left-radius: 20px;
        border-bottom-left-radius: 20px;

        -moz-border-radius-bottomright: 20px;
        -webkit-border-bottom-right-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    .block-border-radius{
        border-radius: 50px;
    }
    .block-border-radius-smaller{
        border-radius: 20px;
    }
}



/* #popup-help */

#popup-help {
    display: block;
    position: fixed;
    width: 280px;
    top: 0;
    background: #FFF;
    z-index: 20;
  }
   
  #popup-help:before {
    border-radius: 10px;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #FFF;
    z-index: -1;
  }

    .text-color-blue {
      color: #009fe3;
    }
 
  #popup-help h2 {
    margin-bottom: 30px;
       font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  }
  #popup-help h2 span {
    color: #fff15f;
  }
  #popup-help p  {
    color: #333;
    font-size: 14px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  }

  
  
  
  .close-popup-help,  
    .back-popup-help{
    border-radius: 36px;
    background-color: #fff;
    color: #333;
    border: 2px solid #333;
  }
  
  
  
  #popup-help input[type="radio"] {
    display: none;
  }
  
  #popup-help input[type="radio"]:checked + label {
    background-color: #434343;
    color: #fff;
    border-color: #434343 !important;
  }
  
  
  #popup-help .input-container {
    display: flex;
    justify-content: center;
  }
  
  .step-2 {
    display: none;
  }
  #popup-help .step-2 label {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    border-top:2px solid #eaeaea;
    border-bottom:2px solid #eaeaea;
    padding: 10px;
    width: 250px;
    float: left;
    text-align: center;
    cursor: pointer;
    margin-bottom: auto;
  }
  #popup-help   li:first-child .input-container label {    
    border-left:2px solid #eaeaea;
    border-radius: 5px 0 0 5px      
  }
  #popup-help  li:last-child .input-container label{
    border-radius: 0 5px 5px 0;
    border-right:2px solid #eaeaea;   
  }
  
  .card-info {
    margin-top: 30px;
  }
  
  .card-info  p {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  }
  
  .card-info .list li:first-child {
    flex: 0 0 47%;
  }
  
  .card-info input {
    text-align: center;
  }
  .amount-custom {
    display: none;
  }
  
  .backdrop-help {
    position: fixed;
   
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    z-index: 2;
  }


  /* ///////////////////////////////// */


.login-box {
  margin-top: 3rem;
  margin-bottom: 1rem;
  background-color: #fff;

  border-radius: 10px;
  position: relative;
  max-width: 480px;
  padding: 3rem;

}




@media (min-width: 768px)
{.login-box{
  -ms-flex: 0 0 61.666667%;
  flex: 0 0 61.666667%;
  max-width: 61.666667%;
}}


@media (min-width: 992px)
{.login-box {
  -ms-flex: 0 0 37.333333%;
  flex: 0 0 37.333333%;
  max-width: 37.333333%;
}
}


@media (min-width: 1200px)
{.login-box {
  -ms-flex: 0 0 32.666667%;
  flex: 0 0 32.666667%;
  max-width: 32.666667%;
}}

.login-box h2 {
  font-size: 34px;
  color: #383838;
  letter-spacing: .03em;
  font-family: 'PFDinDisplayPro-Medium';
  margin: 0;
}

.login-box p {
  color: #7d7d7d;
  font-size:17px;
  font-family: 'PFDinDisplayPro-Medium';}

html.with-modal-loginscreen {
  font-size: inherit;
}



.actions-list ul {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.actions-list ul li {
  width: 50%;
}

.actions-list button {


  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
 

  text-transform: uppercase;
}

.actions-list button:hover {
  opacity: .9;
}

.bg-color-dealer {
  background-color: #dd0a2f !important;
}

*, ::after, ::before {
  box-sizing: inherit;
}


.md .list ul:before,
.md .list ul:after {
  display: none;
}

.list li {
  overflow: hidden;
}