body {
    font-size: 2vh;
}

.container {
    height: 100vh;
}

.row {
    
}

.img {
    background: url(/assets/img/redemco.png); 
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 70%;
    -webkit-transition: all 1s ease-in;
    -moz-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    transition: all 1s ease-in;    
}

.promo_error {
	padding: 1.5em;
	background-color: rgba(255, 255, 255, 0.9);
	border: 1px black solid
}
@media only screen and (max-width: 767px) {
	.img {
		min-height: unset !important;
		height: 300px !important;
	}

	.promo_error {
		border-right: unset !important;
		border-left: unset !important;
	}
}

#top-right-arrow {
	position: fixed;
	top: 5px;
	right: 5px;
	max-height: 8em;
	max-width: 5em;
	z-index: 2000;
	opacity: 80%;
}

.box {
    text-align: center;
    min-width: 400px;
	min-height: 3vh;
}
.box_square {
    text-align: center;
    min-width: 400px;
    padding: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    min-height: 3vh;
}

.inner-box {
	display: table;
	height: 100%;
	width: 100%;
}

.inner-inner-box {
	display: table-cell;
	vertical-align: middle;
}

.box.box-red {
    margin-top: 30px;
    margin-bottom: 30px;
    background: -webkit-linear-gradient(to bottom, #ffffff, #ffffff);
    background:    -moz-linear-gradient(to bottom, #ffffff, #ffffff);
    background:     -ms-linear-gradient(to bottom, #ffffff, #ffffff);
    background:      -o-linear-gradient(to bottom, #ffffff, #ffffff);
    background:         linear-gradient(to bottom, #ffffff, #ffffff);
    border: 3px #707070 groove;
    color: #303030;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.ws_error > div > div {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
}

.ws_error > div {
    height: auto;
}

.head_warning {
    color: #b20e0e;
}

.note {
    font-size: 14px;
    color: #666666;
    font-style: italic;
}

.promo_error >  * {
	position: relative;
	top: 40%;
}

@media (max-width: 1000px) {
  .img {
	  width: 100%;
	  height: 200px;
	  top: 20px;
	  left: 0px;
	  display: block;
      background-size: cover;
      max-height: 500px;
      min-height: 500px;
      background-size: contain !important;
  }
  
  .tq_page_img {
	  align-self:center;
  }

.box {
    text-align: center;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    min-height: 3vh;
    box-sizing: border-box;
    }
.row {
    flex-direction: column-reverse;
    }
}

.form-check-input {
    margin-left: 0px !important;
}


.form-check-label {
    font-weight: normal;
    font-size: 1.25rem;
    text-align: left;
    padding: 0px;
}

.txt_left {
    text-align: left;
}

.color_submit {
    color: #ffffff;
    background-color: #333333;
    border-color: #333333;
    cursor: pointer;
}

.color_submit:active {
    background-color: #666;
}

.bold-txt {
    font-weight: bold;
}

.warning-txt {
    color: #333333;
    font-weight: 600;
    border: 2px solid #941e1e;
}

label {
    font-size: 3vh;
}

p {
    font-size: 1.8vh;
}

.form-check-input {
     height: 2vh;
     width: 2vh;
     }

#formcheckp {
    font-size: 1.5vh;
}

.social-icons a {
	margin: 10px;
}
.social-icons a:hover {
	text-decoration: none;
	color: inherit;
}
.social-icons a svg {
	transition: all .2s ease-in-out;
}
.social-icons a:hover #facebook {
	fill: #1877F2;
}
.social-icons a:hover #instagram {
	fill: #DD2A7B;
}
.social-icons a:hover #snapchat {
	fill: #FFFC00;
}
.social-icons a:hover #pinterest {
	fill: #DF0018;
}
.social-icons a svg {
	height: 80px;
	width: 80px;
}