* {
  box-sizing: border-box;
}

body {
  background-color: #f5f6f7;
}
h1{
  color: #24479b;
  font-weight: 600;
}
.txtp-1{
  color: #3f3f3f;
/*   text-align: center; */
}
.txtp-2{
  color: #3f3f3f;
  text-align: center;
}
.txtp-3{
  color: #3f3f3f;
  text-align: center;
  padding: 10px;
  font-weight: 600;
}
hr {
  border: 1px solid #f1f1f1;
  margin-bottom: 25px;
}
.row {
  width: 80%;
  margin: auto;
}
a{
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
#errmsg {
  color: #ee0000;
}

#errmsgemail {
  color: #ee0000;
  font-size: small;
}


.column {
  margin-top: 3%;
  float: left;
  width: 50%;
  padding: 10px;
  height: 100%;
}
.column .txt-1{
  font-size: 1.5rem;
  color: #000000;
  padding: 10px;
  padding-top: 40px;
  font-weight: 500;
}
.container-right-1 {
  padding: 10px;
  background-color: #ffffff;
  border-radius: 7px;
  box-shadow: 5px 2px 8px 8px #f1f0f0;
}

.container-right-1-1 {
  background-color: #fdfda2;
  border: 1px solid #f0f077;
  padding: 10px;
}
.container-right-1-1 .txtp-1 {
color: #000000;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}


input[type="text"],
input[type="password"],
input[type="email"] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  display: inline-block;
  border: none;
  border-radius: 7px;
  border: 1px solid #ddb8fe;
  background-color: #fafafa;
}

input[type="email"]:focus,
input[type="password"]:focus {
  background-color: #fff;
  outline: none;
  font-size: 24px;
}

input,
input::placeholder {
  font: 1rem sans-serif;
}

.button {
  background-color: #24479b;
/* background-color: #5b006f; */
  border-radius: 7px;
  color: white;
  padding: 15px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 2px;
}

.button:hover {
  opacity: 1;
}


.imgclass {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
}


/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 900px) {
  .column {
    width: 100%;
  }

  .row {
    width: 80%;
    margin: auto;
  }

  .imgclass {
    display: none;
  }
}
