.reverso {
  color: #fff;
  background: #677cb5;
  font-weight: bold;
  box-shadow: 0 0 20px #677cb5;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  font-weight: bold;
  font-size: bold;
}
.reverso:hover {
  color: #fff;
  background: #000;
  cursor: pointer;
  box-shadow: 0 0 20px #677cb5;
}
div, p {
  color: #373e83;
}

form {
  padding: 6px;
  width: 500px;
  margin: 0 auto;
}

.segment {
  padding: 32px 0;
  text-align: center;
}

button, input {
  border: 0;
  outline: 0;
  font-size: 16px;
  border-radius: 320px;
  padding: 16px;
  background-color: #EBECF0;
}

label {
  display: block;
  margin-bottom: 24px;
  width: 100%;
}

input {
  margin-right: 8px;
  box-shadow: inset 2px 2px 5px #373e83, inset -5px -5px 10px #FFF;
  width: 100%;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
  appearance: none;
  -webkit-appearance: none;
}
input:focus {
  box-shadow: inset 1px 1px 2px #373e83, inset -1px -1px 2px #FFF;
}
.input-group {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.input-group label {
  margin: 0;
  flex: 1;
}
textarea {
  padding: 16px;
  border-radius: 20px;
  font-size: 17px;
  background-color: #eee;
  box-shadow: inset 2px 2px 5px #373e83, inset -5px -5px 10px #FFF;
  width: 100%;
  height: 120px;
  border: none;
  outline: none;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
  appearance: none;
  -webkit-appearance: none;
}




















/* 677cb5 */

@import url('https://fonts.googleapis.com/css?family=Shadows+Into+Light+Two');

@import url('https://fonts.googleapis.com/css?family=Fira+Sans+Condensed&display=swap');

iframe {
    width: 100%;
    outline: 0;
    border: 0;
    margin: 0;
    padding: 0;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    visibility: visible;
    z-index: 9999;
}
.email:before {
    content: "info@playcarton.com";
    font-size: 12px;
    color: #222;
    text-align: left;
    position: absolute;
    right: 30px;
    top: 12px;
}
select {
    width: 100%;
    height: 40px;
    background-color: #677cb5;
    box-shadow: 0 0 12px rgba(0,0,0,.6);
    border-radius: 30px;
    padding: 0 20px;
    font-size: 16px;
    color: #fff;
    margin: 0px 0 12px;
    outline: none;
}
.form-group input {
    width: 100%;
    height: 40px;
    background-color: #fff;
    box-shadow: 0 0 12px #777;
    border-radius: 30px;
    padding: 0 20px;
    font-size: 16px;
    color: #b5aec4;
}
.form-group textarea {
    width: 100%;
    height: 40px;
    background-color: #fff;
    box-shadow: 0 0 12px #777;
    border-radius: 30px;
    padding: 0 20px;
    font-size: 16px;
    color: #b5aec4;
    padding: 16px;
}
.contact-form {
    width: 90%;
    margin: 0 5%;
}






