
/*@font-face {
    font-family: 'Gabarito-Black-BF651cdf1ea704a';
    src: url('../fonts/Gabarito-Black-BF651cdf1ea704a.woff') format('woff');
}
@font-face {
    font-family: 'Gabarito-Bold-BF651cdf1f430c1';
    src: url('../fonts/Gabarito-Bold-BF651cdf1f430c1.woff') format('woff');
}
@font-face {
    font-family: 'Gabarito-ExtraBold-BF651cdf1e9c1e8';
    src: url('../fonts/Gabarito-ExtraBold-BF651cdf1e9c1e8.woff') format('woff');
}
@font-face {
    font-family: 's';
    src: url('../fonts/Gabarito-Medium-BF651cdf1f3f18e.woff') format('woff');
}
@font-face {
    font-family: 'Gabarito-SemiBold-BF651cdf1f23841';
    src: url('../fonts/Gabarito-SemiBold-BF651cdf1f23841.woff') format('woff');
}
@font-face {
    font-family: 'Gabarito-VariableFont_wght-BF651cdf1f55e6c';
    src: url('../fonts/Gabarito-VariableFont_wght-BF651cdf1f55e6c.woff') format('woff');
}
@font-face {
    font-family: 'Gabarito-Medium-BF651cdf1f3f18e';
    src: url('../fonts/Gabarito-Medium-BF651cdf1f3f18e.woff') format('woff');
}*/
@font-face {
    font-family: 'Gabarito-Bold';
    src: url('../fonts/Gabarito-Bold.ttf') format('truetype');
}
@font-face {
    font-family: 'Gabarito-Medium';
    src: url('../fonts/Gabarito-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'Gabarito-Black';
    src: url('../fonts/Gabarito-Black.ttf') format('truetype');
}

body{
    background-color:#ffeccd !important;
}
.background {
    background-image: url('../img/Layer6copy7.png');
    background-size: cover;
}


.hero {
    overflow-x: hidden;
    padding: 0;
}

.imgfaq {
    width: 250px;
}

.ldecoration {
    width: 40px;
    height: 100%;
}

.rdecoration {
    width: 40px;
    height: 100%;
    position: relative;
    top: -50px;
}

.vagroundedstdbold {
    font-family: 'vagroundedstdbold';
    font-size: 23px;
    line-height: 25px;
    color: #074F46;
}

.vagroundedstdlight {
    font-family: 'vagroundedstdlight';
    font-size: 23px;
    line-height: 25px;
    color: #074F46;
}

/*login page*/

.loginbannerbg {
    height: 100%;
    margin: 0;
}

.bg {
    /* The image used */
    background-image: url('../img/loginbanner.png');
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



.faqRelative {
    position: relative;
}

.refferalcode {
    position: absolute;
    bottom: 20%;
    left: 5%;
    background-color: #ffffff;
    padding: 5px 10px;
    border-radius: 6px;
    font-family: 'vagroundedstdbold';
    font-size: 23px;
    color: #074F46;
}

.sendicon {
    width: 30px;
}

.ldesign {
    position: absolute;
    top: 40%;
    left: 6%;
    width: 70px;
}

.rdesign {
    position: absolute;
    top: 35%;
    right: 6%;
    width: 70px;
}

.login {
    position: relative;
    background-image: url('../img/Layer6copy7.png');
}

.refertoget
{
    max-width:30% !important;
}

.whitebg {
    background-color: #ffffff;
    border-radius: 12px;
}

.inputNumber {
    font-size: 15px;
    font-family: 'vagroundedstdbold';
    color: #073C35;
}

::placeholder {
    color: #073C35;
    font-family:Gabarito-Medium;
}

input {
    border-top-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;
    border-bottom-style: groove;
    border-bottom-color: #073C35;
    background-color: #ffffff;
    color: #073C35;
    font-size:17px;
}
.no-outline:focus {
    outline: none;
}

.inputnumberdiv {
  display:flex;
}
.div2 {
  flex: 0 0 auto;  /* fixed width */
    border-radius:15px;
  background-color: #fff;
}

.generatecodebtn, .generatecodebtn:hover {
    background-color:#073C35;
    color:#ffffff;
    
    letter-spacing:1px;
    border-radius:10px;
    font-size:12px;
}

.btn2, .btn2:hover {
    background-color:none;
    color:#255137;
    border: 1px solid #255137;   
    letter-spacing:1px;
    border-radius:10px;
    font-size:12px;
}


.topleftcorner {
    position: absolute;
    top: -15%;
    left: 0%;
    width: 300px;
}

.bottomrightcorner {
    position: absolute;
    bottom: 0%;
    right: 0%;
    width: 400px;
}

.logo
{
    width:45%;
}

div.polaroid {

  /*background-color: white;*/
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}


@media only screen and (max-width: 600px) {
    .vagroundedstdbold {
        font-size: 17px;
    }

    .vagroundedstdlight {
        font-size: 17px;
    }
    .refertoget
    {
max-width:100% !important;
    }

    .refferalcode {
        font-family: 'vagroundedstdbold';
        font-size: 12px;
    }

    .sendicon {
        width: 15px;
    }


    .ldesign, .rdesign {
        width: 40px;
    }

    

    .topleftcorner {
    position: absolute;
    top: -14%;
    left: 0%;
    width: 100px;
}

.bottomrightcorner {
    position: absolute;
    bottom: -100%;
    right: 0%;
    width: 150px;
}
}



/*30-09-23*/

.headerloginbtn{
    background-color: #073C35;
    color: #ffffff;
    font-family: 'vagroundedstdbold';
    letter-spacing: 1px;
    border-radius:12px;
}

.warningbox
{
    background-color:#fff;
    border-radius:12px;
}

.errorbackground {
    background-color: #FFECCD;  
  
}

.pagewidth
{
    width:405px;
}

.border-image {
   
    width:426px;
    height:100vh;
}

.salsaRed
{
    background-color: #E31F2D;
}

.rewardmsg
{
    text-align:center;
    line-height:6px;
    color:#255137;
    font-family:'Gabarito-Medium-BF651cdf1f3f18e';
}

.fontSmBold
{
    
    font-family:'Gabarito-Bold' !important;
       
}
.font-regular{
    font-family:'Gabarito-Medium';
}

.font-extrabold{
     font-family: 'Gabarito-Black' !important;
}

.font-jalapenogreen
{
    color:#255137;
}

.input {
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 12px;
    background-color: #fff;
    margin: 0 2px;
    text-align: center;
    font-size: 22px;
    cursor: not-allowed;
    pointer-events: none;
    
}

.input:focus {
    border: 2px solid #fff;
              border-radius: 12px;
              background-color: #fff;
   
}

.input:nth-child(1) {
    cursor: pointer;
    pointer-events: all;
}

.faqlineheight
{
    line-height:20px !important;
}

#otp-div div{
    align-items: center;
    justify-content: center;
}
.otp-input {
    width: 35px;
    height: 35px;
    padding: 5px;
    margin: 0 5px;
    color: #084E45;
    font-size: 20px;
    border: 2px solid #fff;
    border-radius: 12px;
    background-color: #fff;                                         /*added on 20-6-20*/
    text-align: center;
    align-items: center;
    justify-content: center;
  }


 .otp-input                                                                      /*added on 20-6-20*/
 {
            outline: none;
 }

  .otp-input::-webkit-inner-spin-button,
  .otp-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
