
.thanks{
                font-size: 60px
            }
            .thankl{
                font-size: 25px;
                margin-top:25% 
            }
            .thankm{
                font-size: 25px;
                 
            }

            /* ar */
            .thanksar{
                font-size: 50px
            }
            .thanklar{
                font-size: 25px;
                margin-top:10% 
            }
            .thankmar{
                font-size: 25px;
                 
            }
            .gifts{
                margin-top: 15%;
            }

.foot{
    position: fixed;
    left: 25%;
    bottom: 0;
    width: 50%;
    color: white;
    text-align: center;
}
@media (min-width: 768px ) {
    /* .row {
        position: relative;
    } */
  
    .bottom-align-text {
      position: absolute;
      bottom: 0;
      right: 15vh;
    }
  }

/* .header{
    margin-top: 300px;
} */

/* .footer{
    text-align: center;
    position: absolute;
} */

.bg
{
    background-image: url("./assets/vezeetaBackground.png");
    background-color: #3e8ddd;
}

.header{
    font-weight: 600;
    text-align: center;
    color: white;
}
.headerar{
    font-weight: 600;
    text-align: right;
    color: white;
}
.headeren{
    font-weight: 600;
    text-align: left;
    color: white;
}

.vertical-center {
    min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh; /* These two lines are counted as one :-)       */
  
    display: flex;
    align-items: center;
}

.row{
      text-align: center;
}

.btn-lang{
    text-transform: none;
    width: 30%;
    height: 100%;
    font-weight: 700 !important;
}
  
.btn-primary{
    color:#0070cd;
    font-weight: 400;
    background-color: white;
    border-color: whitesmoke;
}

.btn-primary:hover{
    color: #0070cd;
    background-color: whitesmoke;
    border-color: whitesmoke;
}

.label-ar{
    float: right;
    }
        /*==========  Mobile First Method  ==========*/
    
        /* Custom, iPhone Retina */ 
        @media only screen and (min-width : 320px) {
            .cont {
                padding-top: 50%;
            }
            .thanks{
                font-size: 45px
            }
            .thankl{
                font-size: 20px;
                margin-top:10% 
            }
            .thankm{
                font-size: 20px;
                 
            }
            .giftsen{
                margin-top: 15%;
            }

            /* ar */
            .thanksar{
                font-size: 50px
            }
            .thanklar{
                font-size: 20px;
                margin-top:10% 
            }
            .thankmar{
                font-size: 20px;
                 
            }
            .gifts{
                margin-top: 15%;
            }
            
           
        }
    
        /* Extra Small Devices, Phones */ 
        @media only screen and (min-width : 480px) {
           
        }
    
        /* Small Devices, Tablets */
        @media only screen and (min-width : 768px) {
            
        }
    
        /* Medium Devices, Desktops */
        @media only screen and (min-width : 992px) {
           
        }
    
        /* Large Devices, Wide Screens */
        @media only screen and (min-width : 1200px) {
            .container {
                padding-top: 10%;
            }
            /* no */
          
        }
    
        /*==========  Non-Mobile First Method  ==========*/
    
        /* Large Devices, Wide Screens */
        @media only screen and (max-width : 1200px) {
            #ques{
                margin-top: 15%;
            }
            #Messagetext{
                margin-top: 30%;
            }

            form {
                /* border: 3px solid #f1f1f1; */
                margin-top:20vh;
            }
            button {
                color:#0070cd;
                font-weight: 400;
                background-color: white;
                border-color: whitesmoke;
                margin-top: 35px;
            }
            /* .thanks{
                font-size: 60px
            }
            .thankl{
                font-size: 25px;
                margin-top:25% 
            }
            .thankm{
                font-size: 25px;
                 
            } */
        }
    
        /* Medium Devices, Desktops */
        @media only screen and (max-width : 992px) {
          
            form {
                /* border: 3px solid #f1f1f1; */
                margin-top:20vh;
            }
            button {
                color:#0070cd;
                font-weight: 400;
                background-color: white;
                border-color: whitesmoke;
                margin-top: 30px;
            }
            #ques{
                margin-top: 15%;
            }
            #Messagetext{
                margin-top: 30%;
            }
            
        }
    
        /* Small Devices, Tablets */
        @media only screen and (max-width : 768px) {

            form {
                /* border: 3px solid #f1f1f1; */
                margin-top:20vh;
            }
            button {
                color:#0070cd;
                font-weight: 400;
                background-color: white;
                border-color: whitesmoke;
                margin-top: 30px;
            }
            #ques{
                margin-top: 15%;
            }
            #Messagetext{
                margin-top: 30%;
            }
        }
    
        /* Extra Small Devices, Phones */ 
        @media only screen and (max-width : 480px) {
            #ques{
                margin-top: 15%;
            }
            #Messagetext{
                margin-top: 30%;
            }
        }
    
        /* Custom, iPhone Retina */ 
        @media only screen and (max-width : 320px) {
            #ques{
                margin-top: 15%;
            }
            #Messagetext{
                margin-top: 30%;
            }
        }
    
    
    
    
    
    /* Full-width inputs */
    input[type=text], input[type=password] {
        width: 100%;
        padding: 12px 20px;
        margin: 8px 0;
        display: inline-block;
        /* border: 1px solid #ccc; */
        /* box-sizing: border-box; */
    }
    
    /* Set a style for all buttons */
    
    
    /* Add a hover effect for buttons */
    button:hover {
        opacity: 0.8;
    }
    
    /* Extra style for the cancel button (red) */
    .cancelbtn {
        width: auto;
        padding: 10px 18px;
        background-color: #f44336;
    }
    
    
    
    /* The "Forgot password" text */
    span.psw {
        float: right;
        padding-top: 16px;
    }
    
    /* Change styles for span and cancel button on extra small screens */
    @media screen and (max-width: 300px) {
        span.psw {
            display: block;
            float: none;
        }
        .cancelbtn {
            width: 100%;
        }
    }

    .about{
        justify-content : center;
        align-items : center;centered-container
        height:100%;
        width: 90%;
      }

.center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.container {
	display: flex;
	flex-direction: column;
}

.btn--container {
    margin-top: 16px;
}

.input--container {
    margin-top: 12px;
}

.input--container label {
    color: white;
    font-weight: 400;
 }


 .input--container input {
     border-radius: 4px;
     border: none;
     outline: none;
 }

 .answer{
     width: 70%;
 }

 .labelar{
    float: right;
 }


 