/** {*/
/*  margin: 0;*/
/*  padding: 0;*/
/*  box-sizing: border-box;*/
/*}*/
/*body {*/
/*  font-size: 25px;*/
/*  background: #f2f2f2;*/
/*}*/
.red {
  background: white;
  width: 500px;
  padding: 25px;
  margin: 50px auto 0;
  border-top: 5px solid blue;
  box-shadow: 0 0 7px 5px rgba(0, 0, 0, 0.5);
}
.red .rappee {
  font-size: 24px;
  line-height: 24px;
  padding: 30px;
  text-align: center;
}
.input-name {
  width: 90%;
  position: relative;
  margin: 18px auto;
}

.lock {
  padding: 8px 11px;
}

.name {
  width: 45%;
  padding: 8px 0 8px 40px;
}
.last {
  position: absolute;
  width: 80%;
  padding: 8px 0 8px 220px;
  /* margin-left: 55px; */
  margin-top: -55px;
}
.input-name span {
  margin-left: 35px;
}
.text-name {
  width: 100%;
  padding: 8px 0 8px 40px;
}
.input-name i {
  position: absolute;
  font-size: 18px;
  color: #515151;
  border-right: 1px solid #cccccc;
}

.email {
  padding: 8px;
}

.calle {
  padding: 8px;
}
.text-name,
.name {
  border: 1px solid #cccccc;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.text-name:hover,
.name:hover {
  background-color: #fafafa;
}
.text-name:focus,
.name:focus {
  border: 1px solid blue;
}

.redio-button {
  margin-right: 4px;
}

.country {
  display: inline-block;
  width: 100%;
  height: 35px;
  padding: 0px 15px;
  cursor: pointer;
  border: 1px solid #cccccc;
  color: #7b7b7b;
  border-radius: 0;
  background: white;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: all 0.2s ease;
}

.country::-ms-expand {
  display: none;
}
.country:hover,
.country:focus {
  color: blue;
  background: #fafafa;
  border-color: blue;
  outline: none;
}

.arrow {
  position: absolute;
  top: calc(50% - 4px);
  right: 15px;
  width: 0px;
  height: 0px;
  pointer-events: none;
  border-width: 8px 5px 0 5px;
  border-style: solid;
  border-color: #7b7b7b transparent transparent transparent;
}

.country:hover + .arrow,
.country:focus + arrow {
  border-top-color: blue;
}
.cheak {
  margin-right: 15px;
  position: relative;
}
.button {
  display: inline-block;
  width: 100%;
  height: 35px;
  padding: 0px auto;
  cursor: pointer;
  border: 1px solid #cccccc;
  font-size: 25px;
  background-color: blue;
  color: wheat;
}

.button:hover {
  background-color: green;
}

.mob {
  padding: 8px;
}
.sapp {
  padding: 8px;
}
.fil {
  padding: 8px;
}

.cheak {
  margin-right: 15px;
  position: relative;
}
.cheak::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  vertical-align: -2px;
  border: 2px solid #cccccc;
  padding: 2.5px;
  background-color: transparent;
  background-clip: content-box;
  transition: all 0.2s ease;
}
.cheak::after {
  border-right: 2px solid black;
  border-top: 2px solid black;
  content: "";
  height: 20px;
  left: 2px;
  position: absolute;
  top: 7px;
  transform: scaleX(-1) rotate(135deg);
  transform-origin: left top;
  width: 7px;
  display: none;
}

.check-button {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.check-button:hover + .cheak::before {
  border-color: blue;
}
.check-button:checked + .cheak::before {
  border-color: green;
}
.check-button:checked + .cheak::after {
  -moz-animation: cheak 0.8s ease 0s running;
  -webkit-animation: cheak 0.8s ease 0s running;
  animation: cheak 0.8s ease 0s running;
  display: block;
  width: 7px;
  height: 20px;
  border-color: green;
}
@-webkit-keyframes cheak {
  0% {
    height: 0;
    width: 0;
  }
  25% {
    height: 0;
    width: 7px;
  }
  50% {
    height: 20px;
    width: 7px;
  }
}
@media (max-width: 480px) {
  .red {
    width: 100%;
  }
  .input-name {
    margin-bottom: -10px;
  }
  .name {
    width: 100%;
    padding: 8px 0 8px 40px;
    margin-bottom: 10px;
  }
  .input-name span {
    padding: 0;
    margin: 0;
  }
  .last {
    position: relative;
    padding: 0;
    margin: 0;
  }
}
