
#sentry_login_stacks_in_2 {
  max-width: 30rem;
  padding: 2vw;
  
  margin: 0 auto;
  
}

#sentry_login_stacks_in_2 hr {
  border-top: 1px solid rgba(204, 204, 204, 1.00);
  padding: 0;
  margin: 1rem 0;
}

#sentry_title_stacks_in_2 {
  line-height: 1.2;
  margin-bottom: 10px;
  font-size: 1.30rem;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-weight: bold;
  
  
  
}

#sentry_login_flex_stacks_in_2 {
  display: flex;
  margin-bottom: 15px;
}

#sentry_login_stacks_in_2 input[type="text"],
#sentry_login_stacks_in_2 input[type="number"],
#sentry_login_stacks_in_2 input[type="password"] {
  padding: 0.75rem;
  border-radius: 5px;
  border: 1px solid rgba(204, 204, 204, 1.00);
  font-size: 1.0rem;
  line-height: 1.2;
  width: 100%;
  display: inline-block;
  height: auto;
  margin: 0;
}

#sentry_login_stacks_in_2 input[type="text"]:focus,
#sentry_login_stacks_in_2 input[type="number"]:focus,
#sentry_login_stacks_in_2 input[type="password"]:focus {
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25);
}

#sentry_login_stacks_in_2 button {
  background: linear-gradient(to bottom, rgba(61, 148, 246, 1.00) 5%, rgba(30, 98, 208, 1.00) 100%);
  background-color: rgba(61, 148, 246, 1.00);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  border-radius: 5px;
  white-space: nowrap;
  border: 1px solid rgba(51, 127, 237, 1.00);
  display: inline-block;
  cursor: pointer;
  color: rgba(255, 255, 255, 1.00);
  line-height: 1.2;
  font-size: 1.0rem;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  margin-left: 1.5rem;
  font-weight: normal;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  
  
  
  
}

#sentry_login_stacks_in_2 button:hover {
  background: linear-gradient(to bottom, rgba(30, 98, 208, 1.00) 5%, rgba(61, 148, 246, 1.00) 100%);
  background-color: rgba(30, 98, 208, 1.00);
}

/* Custom checkboxes */
#sentry_checkbox_container_stacks_in_2 {
 display: inline-block;
 position: relative;
 padding-left: 2.25rem;
 margin-bottom: 0.5rem;
 cursor: pointer;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
 font-weight: normal;
 line-height: 1.6rem;
}

/* Hide the browser's default checkbox */
#sentry_checkbox_container_stacks_in_2 input {
 position: absolute;
 opacity: 0;
 cursor: pointer;
 height: 0;
 width: 0;
}

/* Create a custom checkbox */
.sentry_checkmark {
 position: absolute;
 top: 0;
 left: 0;
 height: 1.6rem;
 width: 1.6rem;
 border-radius: 0.25rem;
 background-color: rgba(204, 204, 204, 1.00);
}

/* On mouse-over, add a grey background color */
#sentry_checkbox_container_stacks_in_2:hover input ~ .sentry_checkmark {
 background-color: rgba(167, 167, 167, 1.00);
}

/* When the checkbox is checked, add a blue background */
#sentry_checkbox_container_stacks_in_2 input:checked ~ .sentry_checkmark {
 background-color: rgba(61, 151, 246, 1.00);
}

/* Create the checkmark/indicator (hidden when not checked) */
.sentry_checkmark:after {
 content: "";
 position: absolute;
 display: none;
}

/* Show the checkmark when checked */
#sentry_checkbox_container_stacks_in_2 input:checked ~ .sentry_checkmark:after {
 display: block;
}

/* Style the checkmark/indicator */
#sentry_checkbox_container_stacks_in_2 .sentry_checkmark:after {
 left: 0.55rem;
 top: 0.25rem;
 width: 0.5rem;
 height: 0.95rem;
 border: solid rgba(255, 255, 255, 1.00);
 border-width: 0 0.20rem 0.20rem 0;
 -webkit-transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 transform: rotate(45deg);
}





