body{
    background: linear-gradient(#8a4e00, #116257);
    width: 100vw;
    height: 100vh;
    font-family: 'Roboto Condensed', sans-serif;
}

a{
    text-decoration: none;
}

.main-box{
    width: 315px;
    height: 565px;
    background-color: white;
    border-radius: 4px;
}

.main-box h4{
    color: #8a4e00;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.5rem;
    line-height: 60px;
}

.form-box{
    width: 275px;
    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;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    font-family: 'Roboto Condensed', sans-serif;
}


.form-box i{
    position: absolute;
    right: 10px;
    top: 8px; 
}

.btn-box{
    width: 275px;
    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; 
}

.or-1{
    position: relative;
    width: 275px;
    border-top: 1px solid #8a4e00;
    margin: auto;
}

.or-2{
    position: absolute;
    left: 44%;
    top: -11px;
    font-size: 13px;
    background-color: white;
}

.get-ready{
  text-align: center;
  color: #000;
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 100;
  margin-bottom: 0;
  font-family: 'Roboto Condensed', sans-serif;
}

.cust-1{
    width: 30%;
    height: 45px;
    color: #000;
    font-weight: 300;
    text-transform: capitalize;
    font-size: 11px;
    margin-left: 5px;
    font-family: 'Roboto Condensed', sans-serif;
}

.cust-1 img{
    filter: grayscale(100%) brightness(80%);
}

.btn-box-what{
    width: 275px;
    height: 58px;
    /* background-color: #8a4e00; */
    /* border-radius: 4px; */
    color:  white;
    position: relative;
    font-family: 'Roboto Condensed', sans-serif;
}

.btn-box-what button{
    width: 100%;
    height: 100%;
    font-weight: 400;
    font-size: 1.2rem;
    line-height: 1.5;
    border-radius: .25rem;
    background-color: #8a4e00;
    border-color: transparent;
    color: white;

}

.wp{
    filter: brightness(0) invert(1);
}

.terms{
    font-family: 'Roboto Condensed', sans-serif;
    color: black;
    font-size: 13px;
    /* line-height: 15px; */
}

.terms a{
    text-decoration: none;
}

.contact{
    width: 275px;
    height: 35;
    border-top: 1px dashed #8a4e00;
    position: relative;
    cursor: pointer;
}

.email a{
    text-decoration: none;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
}

.hand{
    position: absolute;
    animation: myfirst 3s 500;
    animation-direction: alternate;
}

@keyframes myfirst {
    0%   {left: -18px;}
    50%  {left: -1px;}
    100% {left: -18px;}
  }

