

.ql-input-row input
{
 width: 48%;
}

.ql-input-row label, .ql-input-column label
{
  margin-left: 10px;
  font-weight: normal;
}

.ql-input-column
{
  width: 50%;
  float:left;
  padding-right: 20px;
}

#ql-reg
{
  width: 60%;
  margin: 0 auto;
}

.ql-input-row
{
  width: 100%;

}

.ql-input-checkbox   {
  display: block;
  position: relative;
  padding-left: 20px;
  padding-top: -10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

}
.ql-input-checkbox a{
  color: #2196F3;
}
.ql-input-checkbox a:hover {
  text-decoration: underline;
}

.ql-input-checkbox input {
 display: none;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 17px;
  width: 17px;
  border:1px solid black;
  border-radius: 50%;
  margin-top: 6.7px;
}

.ql-input-checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

.ql-input-checkbox input:checked ~ .checkmark {
  background-color: #2196F3;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.ql-input-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.ql-input-checkbox .checkmark:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ql-input-submit
{
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

#rec_emails
{
  margin-bottom: 20px;
}

.ql-arr-down
{
  position: absolute;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  margin-top: -60px;
  height: 50px;
  width: 50px;
  background-color: white;
  border-radius: 50%;
  display: inline-block;
  padding: auto;
  font-size: 30px;
  font-weight: 300;
  color:black;
}

.ql-arr-down img
{
  width: 40px;
  height: 40px;
}


@media only screen and (max-width: 600px) {
  .ql-input-column, .ql-input-row input
  {
    width: 100%
  }

  .ql-arr-down 
  {
    margin-top: -70px;
  }

  #ql-reg
  {
   width:100%;
 }
}