@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600&display=swap");
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  align-items: center;
  background: #ffffff;
  color: rgba(0, 0, 0, 0.8);
  display: grid;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  height: 100vh;
  justify-items: center;
}

.signup-container {
  display: grid;
  grid-template-areas: "left right";
  min-width: 800px;
}

.left-container {
  background: #2E5984;
  /* background: #ffffff; */
  overflow: hidden;
  padding: 40px 0 0 0;
  position: relative;
  text-align: center;
  width: 250px;
}
.left-container h1 {
  color: rgba(0, 0, 0, 0.8);
  display: inline-block;
  font-size: 24px;
}
.left-container h1 i {
  background: #91BAD6;
  border-radius: 50%;
  color: #2E5984;
  font-size: 24px;
  margin-right: 5px;
  padding: 10px;
  transform: rotate(-45deg);
}
.left-container .puppy {
  bottom: -5px;
  position: absolute;
  text-align: center;
}
.left-container .puppy:before {
  background: #2E5984;
  content: "";
  height: 100%;
  left: 15;
  opacity: .15;
  position: absolute;
  width: 100%;
  z-index: 1;
}
/* .left-container img {
  filter: sepia(100%);
  width: 70%;
} */

.right-container {
  background: #a4c6dd;
  display: grid;
  grid-template-areas: "." ".";
  min-width: 600px;
}
.right-container h1:nth-of-type(1) {
  color: rgba(0, 0, 0, 0.8);
  font-size: 28px;
  font-weight: 600;
}
.right-container h2:nth-of-type(1) {
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-weight: 600;
}
.right-container .set {
  display: flex;
  justify-content: space-evenly;
  margin: 10px 0;
}
.right-container input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  height: 38px;
  line-height: 38px;
  padding-left: 5px;
}
.right-container input, .right-container label {
  color: rgba(0, 0, 0, 0.8);
}
.right-container header {
  padding: 40px;
}
.right-container label, .right-container input, .right-container .pets-photo {
  width: 176px;
}
/* .right-container .pets-photo {
  align-items: center;
  display: grid;
  grid-template-areas: ". .";
}
.right-container .pets-photo button {
  border: none;
  border-radius: 50%;
  height: 38px;
  margin-right: 10px;
  outline: none;
  width: 38px;
}
.right-container .pets-photo button i {
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
} */
/* .right-container .pets-weight .radio-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
} */

.right-container footer {
  align-items: center;
  background: #a4c6dd;
  display: block;
  padding: 5px 40px;
}
.right-container footer button {
  border: 1px solid rgba(0, 0, 0, 0.2);
  height: 38px;
  line-height: 38px;
  width: 100px;
  border-radius: 19px;
  font-family: "Montserrat", sans-serif;
}
/* .right-container footer #back {
  background: #fff;
  transition: 0.2s all ease-in-out;
} */
/* .right-container footer #back:hover {
  background: #171A2B;
  color: white;
} */
.right-container footer #next {
  background: #2E5984;
  border: 1px solid transparent;
  color: #fff;
}
.right-container footer #next:hover {
  background: #171A2B;
}

.right-container footer table {
  border-collapse: collapse;
  align-items: center;
  margin: 25px 0;
  font-size: 0.9em;
  font-family: sans-serif;
  min-width: 400px;
  /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); */
}

.right-container footer table thead tr {
  background-color: #2E5984;
  color: #ffffff;
  text-align: left;
}

.right-container footer table th,
.right-container footer table td {
    padding: 12px 15px;
}

.right-container footer table tbody tr {
  border-bottom: 1px solid #dddddd;
}

.right-container footer table tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}

.right-container footer table tbody tr:last-of-type {
  border-bottom: 2px solid #8caad1;
}

.right-container footer table tbody tr.active-row {
  font-weight: bold;
  color: #366199;
}

.name-first label, .location-state label, .cert-id label, .location-zip label, .certs label, .pets-weight label, .name-last label {
  display: block;
  margin-bottom: 5px;
}

.certs label, .cert label{
  display: block;
  margin-bottom: 5px;
}

.radio-container {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  display: inline-block;
  padding: 5px;
  width: 400px;
}

.radio-container label {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 2px;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  margin: 0;
  padding: 0;
  text-align: center;
  transition: 0.2s all ease-in-out;
}

.radio-container input[type=radio] {
  display: none;
}

.radio-container input[type=radio]:checked + label {
  background: #91BAD6;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.checkbox-container {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  display: inline-block;
  padding: 5px;
}

.checkbox-container label {
  background: transparent;
  border: 1px solid transparent;
  border-radius: 2px;
  display: block;
  height: 26px;
  line-height: 26px;
  margin: 0;
  padding: 0;
  text-align: center;
  transition: 0.2s all ease-in-out;
  width: 200px;
}

.checkbox-container input[type=checkbox] {
  display: none;
}

.checkbox-container input[type=checkbox]:checked + label {
  background: #91BAD6;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

table.sortable th:not(.sorttable_sorted):not(.sorttable_sorted_reverse):not(.sorttable_nosort):after { 
  content: " \25B4\25BE" 
}