@media only screen and (min-width: 768px) {
    /* For mobile phones: */
    /*.bg-img{
        background-image:url(/img/desktop.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%; 
        height: 100vh;    
     }*/

  }
@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    /*.bg-img{
        background-image:url(/img/demo.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% 100%; 
        height: 100vh;    
     }*/

  }

  body{
    background: linear-gradient(#8a4e00, #116257);
    width: 100vw;
    height: 100vh;
    font-family: 'Roboto Condensed', sans-serif;
}


.rew-form{
    width: 330px;
    border-radius: 6px;
    box-shadow: 2px 2px 200px ;
    background-color: white;
    z-index: 999;
}

.header{
    height: 55px;
    background-color: #8a4e00;
    border-radius: 4px 4px 0px 0px;
}

.header h5{
    line-height: 50px;
    font-family: 'Roboto Condensed', sans-serif;
}

.cong-1{
    color: white;
}

.list ul li{
    font-size: 13px;
    font-weight: 440;
    line-height: 15px; 
    font-family: 'Roboto Condensed', sans-serif;
}

.form-box{
    width: 305px;
    /* height: 38px;
    position: relative; */
}

.form-box input{
    width: 100%;
    /* height: calc(1.5em + .75rem + 2px); */
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    font-family: 'Roboto Condensed', sans-serif;
}

/* .form-box i{
    position: absolute;
    right: 10px;
    top: 8px; 
} */

.btn-box{
    width: 305px;
    height: 37px;
    /* background-color: #8a4e00; */
    /* border-radius: 4px; */
    color:  white;
    position: relative;
    font-family: 'Roboto Condensed', sans-serif;
}

.btn-box button{
    width: 100%;
    height: 100%;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    background-color: #8a4e00;
    border-color: transparent;
    color: white;

}

.btn-box i{
   position: absolute;
   right: 14px;
   top: 11px; 
}

/* .checkbox-1{
    height: 50px;
} */