
.result {
    color: black;
    background: #fdb415;
    margin: 0, auto;
}

.pdb-1 {
    padding-bottom: 10px;
}

.pdt-1 {
    margin: 20px;
}

.full-bg {
    width: 100% !important;
    height: 100vh !important;
}

.round {
    border-radius: 20px !important;

}

.bg-whats {
    background: #25D366 !important;
     background: -moz-linear-gradient(45deg, #25D366 0%, #00c7a4 100%) !important; /* FF3.6-15 */
     background: -webkit-linear-gradient(45deg, #25D366 0%, #00c7a4 100%) !important;
     /* Chrome10-25,Safari5.1-6 */
     background: linear-gradient(45deg, #25D366 0%, #00c7a4 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#25D366', endColorstr='#000', GradientType=1); /* IE6-9 fallback on horizontal gradient */
     background-attachment: fixed !important;
}

.bg-form {
    border-style: dotted;
    border-radius: 20px;
    border-color: #fff;
    background: none !important;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center !important;
}

.input-c {
    background: none;
    padding: 10px;
    text-decoration-color: #fff;
    
}
input, select, textarea{
color: #fff;
border: none;
border-bottom: 2px solid #fff;
    text-align: center;
    font-size: 20px;
    
}

textarea:focus, input:focus {
    color: #fff;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

/* unvisited link */

a:link {
    color: #fdb415;
}

/* visited link */

a:visited {
    color: #fdb415;
}

/* mouse over link */

a:hover {
    color: #fdb415;
}

/* selected link */

a:active {
    color: #fdb415;
}

.box {
    background: none !important;
}

