.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.d-block {
  display: block !important;
}
#loginPage .card-color-container[data-value*="#4933DA"] {
  position: relative;
}
.login-section {
  padding: 0;
  position: relative;
  margin-top: 10%;
}
.login-section h1 {
  font-size: 50px;
  line-height: 55px;
  color: #595454;
  font-family: "Arial";
}
.d-none {
  display: none !important;
}
.login-window.form {
  padding-top: 18px;
}
.login-section .fnt20 {
  font-size: 20px;
  line-height: 24px;
  color: #595454;
  font-family: "Arial";
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.login-section .fnt20.pbtm88 {
  padding-bottom: 88px;
}
.login-section .imgicon {
  position: relative;
  display: inline-block;
}
.login-section input[type="text"] {
  font-size: 16px;
  line-height: 19px;
  color: #595454;
  font-family: "Arial";
  width: 344px;
  height: 48px;
  text-align: center;
  background-color: #fddcc9;
  border: 1px solid #595454;
}
.login-section input[type="text"]::placeholder {
  color: #595454;
}
.show-error,
.invalid-code {
  font-size: 14px;
  color: #cc0000;
  margin-bottom: 0;
  padding-top: 2px;
}
.btmpad {
  padding: 20px 0 6px;
}
.login-section .submit-btn {
  display: inline-block;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  outline: 0;
}
a {
  color: #00adee;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
.login-section .submit-btn .login-btn.btn {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  font-family: "Arial";
  background-color: #d4009f;
  border-radius: 3px;
  padding: 11.34px 52.43px;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
button,
select {
  text-transform: none;
}
button,
input {
  overflow: visible;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button {
  border-radius: 0;
}
#loginPage .container {
  max-width: 1172px;
  padding: 0;
}

.container {
  width: 100%;
  height: 100vh;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.login-section .imgicon:after {
  content: "";
  position: absolute;
  background: url(/content/dam/commercial/mava-international/patient-australia/images/login-patient.png)
    no-repeat;
  width: 140px;
  height: 132px;
  display: block;
  top: -35px;
  right: -132px;
  background-size: 132px;
  mix-blend-mode: multiply;
}

nav.navbar {
  padding: 0;
  width: 100%;
  justify-content: space-between;
  max-width: 1085px;
  margin: 0 auto;
  padding: 0 15px;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

nav .container.main {
  display: flex;
  justify-content: space-between;
}
nav .container.main {
  display: flex;
}

.navbar > .container,
.navbar > .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
a.navbar-brand.desktop {
  background: #FFF;
  max-width: 216px;
  height: 98px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  display: block;
  padding: 20px;
  width: 100%;
}

.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
img {
  vertical-align: middle;
  border-style: none;
}
@media (max-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (max-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
  .container {
    max-width: 960px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 720px;
  }
  #patientheader nav.navbar {
    padding-bottom: 3px;
  }
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media (max-width: 576px) {
  .container {
    max-width: 540px;
  }
}
