
html,
body {
  background-color: #29A9FF !important;
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}

body: {
  height: 100vh;
  width: 100vw;
}

header{
  background-color: white;
  height: 100px;
}

div.container
{
  background: #29A9FF;
}

div.row
{
  background: #29A9FF;
}

#money_add_paypal_area{
  padding-top: 20px;
}


.formBox{
  margin-top: 90px;
  padding: 50px;
}
.formBox  h1{
  margin: 0;
  padding: 0;
  text-align: center;
  margin-bottom: 50px;
  font-size: 48px;
}
.inputBox{
  position: relative;
  box-sizing: border-box;
  margin-bottom: 50px;
}
.inputBox .inputText{
  position: absolute;
    font-size: 24px;
    line-height: 50px;
    transition: .5s;
    opacity: .5;
}
.inputBox .input{
  position: relative;
  width: 100%;
  height: 50px;
  background: transparent;
  border: none;
    outline: none;
    font-size: 24px;
    border-bottom: 1px solid rgba(0,0,0,.5);

}
.focus .inputText{
  transform: translateY(-35px);
  font-size: 18px;
  opacity: 1;
  color: #00bcd4;
}

.aboveText{
  transform: translateY(-0px);
  font-size: 18px;
  opacity: 1;
  color: #212529;
}

textarea{
  height: 100px !important;
}
.button{
  width: 100%;
    height: 50px;
    border: none;
    outline: none;
    background: #03A9F4;
    color: #fff;
}
