
body{
  /*background: yellow;*/
}
.box{
    border-radius: 10px;
    padding: 20px 15px;
    background: white;
    box-shadow: 0 10px 6px -6px #777;
    margin: 50px 10px;
}
.box-body{
}

*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;

	font-weight: 300;
}

html {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  height: 100%;
}

.container {
  max-width: 700px;
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
}
.container-sm{
  max-width: 500px;
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
}
.form-control{
  font-size: 12pt;
  font-weight: bold;
  border-radius: 4px;
  border: none;
  padding: 10px 15px;
  width: 120px;
  background: #f1f1f1;
  color: #ED4487;
}
.form-control:focus{
  outline: none;
  color: #ED4487;

}
.cmSpan{
  color: #ED4487;
  margin-left: 5px;
  font-weight: bold;
}
.wrapper{

	//background: #F9BBD8;
  //background: -webkit-linear-gradient(top left, #50a3a2 0%, #53e3a6 100%);
  //background: -moz-linear-gradient(top left, #50a3a2 0%, #53e3a6 100%);
  //background: -o-linear-gradient(top left, #50a3a2 0%, #53e3a6 100%);
  //background: linear-gradient(to bottom right, #50a3a2 0%, #53e3a6 100%);
  height: 100%;
}

body {
  background-image: url("../img/bg.png");
}

#test-questions li{
  margin-bottom: 20px;
}

h3{
  font-size: 12pt;
  color: #2E2EDB;
  font-weight: bold;
  padding: 20px 0px;
  line-height: 1.5;
}

h1{
  color: #ED4487;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 10px 0px;
}

label{
  color: #ED4487;
  font-weight: bold;
}

/* The container-input */
.container-input {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.container-input input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.container-input .checkmark {
  position: absolute;
  top: -2px;
  left: 0;
  height: 20px;
  width: 20px;
  border: 2px #ED4487 solid;
  border-radius: 50%;
}
.container-input#disabled {
  cursor: not-allowed;
  height: 45px;
}
.container-input#disabled .label,
.container-input#disabled .checkmark {
  opacity: 0.4;
}

/* On mouse-over, add a grey background color */
.container-input:hover input:not(.disabled) ~ .checkmark {
  background-color: white;
}

/* When the radio button is checked, add a white background */
.container-input input:checked ~ .checkmark {
  background-color: white;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-input input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container-input .checkmark:after {
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ED4487;
}

.select {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
}
.select select {
font-size: 12pt;
  display: inline-block;
  cursor: pointer;
  padding: 10px 15px;
  outline: 0;
  border: 0;
  border-radius: 0;
  background: white;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-weight: bold;
  border-radius: 4px;
  color: #ED4487;
  background: #f1f1f1;

}
.select select::-ms-expand {
  display: none;
}
.select select:hover,
.select select:focus {
  color: #6152f4;
}
.select select:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.select__arrow {
  position: absolute;
  top: 16px;
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #7b7b7b transparent transparent transparent;
}
.select select:hover ~ .select__arrow,
.select select:focus ~ .select__arrow {
  border-top-color: #000;
}
.select select:disabled ~ .select__arrow {
  border-top-color: #ccc;
}
/**/
.bg-bubbles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.bg-bubbles li {
  position: absolute;
  list-style: none;
  display: block;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.15);
  bottom: -160px;
  -webkit-animation: square 25s infinite;
  animation: square 25s infinite;
  transition-timing-function: linear;
}
.bg-bubbles li:nth-child(1) {
  left: 10%;
}
.bg-bubbles li:nth-child(2) {
  left: 20%;
  width: 80px;
  height: 80px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 17s;
          animation-duration: 17s;
}
.bg-bubbles li:nth-child(3) {
  left: 25%;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.bg-bubbles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  -webkit-animation-duration: 22s;
          animation-duration: 22s;
  background-color: rgba(255, 255, 255, 0.25);
}
.bg-bubbles li:nth-child(5) {
  left: 70%;
}
.bg-bubbles li:nth-child(6) {
  left: 80%;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  background-color: rgba(255, 255, 255, 0.2);
}
.bg-bubbles li:nth-child(7) {
  left: 32%;
  width: 160px;
  height: 160px;
  -webkit-animation-delay: 7s;
          animation-delay: 7s;
}
.bg-bubbles li:nth-child(8) {
  left: 55%;
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
}
.bg-bubbles li:nth-child(9) {
  left: 25%;
  width: 10px;
  height: 10px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 40s;
          animation-duration: 40s;
  background-color: rgba(255, 255, 255, 0.3);
}
.bg-bubbles li:nth-child(10) {
  left: 90%;
  width: 160px;
  height: 160px;
  -webkit-animation-delay: 11s;
          animation-delay: 11s;
}
@-webkit-keyframes square {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-700px) rotate(600deg);
  }
}
@keyframes square {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-700px) rotate(600deg);
  }
}

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
.intro{
  margin-bottom: 20px;
}
.intro a{
  color: #0088cc;
}
.intro p{
  font-size: 12pt;
  line-height: 1.4;
  font-weight: 300;
  color:#777;
}
#test-questions{
  list-style: none;
  margin: 0px;
  text-align: left;
}
body {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 14px;
  position: relative;
  margin: 0;

}
.action{
padding: 30px 0px;
margin: 0 auto;
text-align: center;
}
.btn{
  border-radius: 8px;
  background: #2E2EDB;
  border:none;
  color: white;
  cursor: pointer;
  line-height: 1;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  transition: .3s ease;
  position: relative;
  padding: 20px 30px;
}
.btn:hover{
  background: #ED4487;
}
img{
  width: 100%;
}
.h1-xl{
  font-size: 38pt;
}
.score{
  font-size: 13pt;
  font-weight: bold;
  padding: 10px 15px;
  background: #2E2EDB;
  border-radius: 4px;
  color:white;
}
.score-copy{
  margin-top: 30px;
  font-size: 12pt;
  line-height: 1.4;
  color: #777;
  font-weight: 300;
}

.social{
  margin-top: 50px;
}

.btn-facebook{
  text-decoration: none;
  border-radius: 50px;
  padding: 10px 15px;
  color: white;
  margin-bottom: 10px;
  display: block;
  background: #3b5999;
}
.btn-twitter{
  text-decoration: none;
  border-radius: 50px;
  padding: 10px 15px;
  color: white;
  display: block;
  background: #55acee;
}
