* {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
}

body {
  font-family: Inter, SegoeUI, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: rgb(0 0 0 / 87%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  background-color: #ebf1f5;
  background-position: center;
}

body,
p {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.15px;
}

p {
  text-align: left;
  margin: 0;
}

.container {
  text-align: center;
  width: 100%;
  display: table;
  height: 100vh;
  padding: 0px;
}

.row {
  width: 100%;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
}

.col-lg-6 {
  max-width: 720px;
  width: 100%;
  float: none;
  display: inline-block;
  vertical-align: top;
  padding: 0px;
}

.evention_logo {
  max-width: 256px;
  width: auto;
  margin: 0 auto;
  padding: 0px;
  user-select: none;
}

.unified_container .row .panel-default {
  margin-top: 48px;
  margin-bottom: auto;
  background-color: #ffffff;
  box-shadow: rgb(0 0 0 / 20%) 0px 2px 4px -1px,
    rgb(0 0 0 / 14%) 0px 4px 5px 0px, rgb(0 0 0 / 12%) 0px 1px 10px 0px;
}

.unified_container .row .panel-default .panel-body {
  padding: 80px 120px;
}

a {
  color: #054f7d;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.15px;
}

a:hover {
  color: #054f7d;
}

a i,
button i {
  margin-right: 8px;
}

button {
  width: 100%;
  margin-bottom: 32px;
  display: block;
  border: none;
  border-radius: 4px;
  color: #ffffff;
  background: #054f7d;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 8px 24px;
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.15),
    0px 2px 2px rgba(0, 0, 0, 0.1), 0px 1px 5px rgba(0, 0, 0, 0.08);
}

button:hover {
  background: #002750;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.1),
    0px 4px 5px rgba(0, 0, 0, 0.08), 0px 1px 10px rgba(0, 0, 0, 0.08);
}

input[type='text'],
input[type='password'] {
  width: 100%;
  height: calc(2.5em + 0.75rem + 4px);
  display: block;
  border: 1px solid #9e9e9e;
  box-sizing: border-box;
  border-radius: 4px;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.15px;
  padding: 8px 12px;
  margin-bottom: 24px;
}

input[type='text']:focus,
input[type='password']:focus {
  box-sizing: border-box;
  border: 1px solid #9e9e9e;
  border-radius: 4px;
  border-bottom: 2px solid #477bad;
  -webkit-transition: border-bottom 0.2s ease-in-out;
  transition: border-bottom 0.2s ease-in-out;
  box-shadow: none;
  outline: 0;
}

label {
  color: #9e9e9e;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.15px;
  margin-bottom: 4px;
  float: left;
  text-align: left;
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .unified_container .row .panel-default .panel-body {
    height: 540px;
  }

  .unified_container .row .panel-default .panel-body:has(.show) {
    height: 600px;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  .unified_container .row .panel-default .panel-body {
    height: 540px;
  }

  .unified_container .row .panel-default .panel-body:has(.show) {
    height: 600px;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {
  .unified_container .row .panel-default .panel-body {
    height: 540px;
  }

  .unified_container .row .panel-default .panel-body:has(.show) {
    height: 600px;
  }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .unified_container .row .panel-default .panel-body {
    height: 530px;
    padding: 64px 80px;
  }

  .unified_container .row .panel-default .panel-body:has(.show) {
    height: 600px;
  }
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .unified_container .row .panel-default {
    margin-top: 32px;
  }

  .unified_container .row .panel-default .panel-body {
    height: 500px;
    padding: 40px 32px;
  }

  .evention_logo {
    max-width: 192px;
  }

  .unified_container .row .panel-default .panel-body:has(.show) {
    height: 600px;
  }
}