@font-face {
  font-family: 'MetLifeCircular';
  src: url("./MetLifeCircularTT-Bold.woff2") format('woff2');
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: 'MetLifeCircular';
  src: url("./MetLifeCircularTT-Medium.woff2") format('woff2');
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: 'MetLifeCircular';
  src: url("./MetLifeCircularTT-Normal.woff2") format('woff2');
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans';
  src: url("./NotoSans-Normal.woff2") format('woff2');
  font-weight: 400;
  font-display: swap;
}

input::-ms-reveal,
input::-ms-clear {
  display: none;
}

html {
  font-size: 16px;
}

a {
  color: #0061A0;
  font-size: 14px;
}

.container {
  display: flex;
  height: 100dvh;
  justify-content: center;
  align-items: center;
}

.loginForm {
  display: flex;
  margin: 0px auto;
  width: 800px;
}

.left {
  flex: 1 1 0%;
  width: 500px;
  height: 700px;
  background-size: 100%;
  background-image: url("./img/login.jpg");
}

@media (max-width: 960px) {
  .left {
    display: none;
  }
}

.metlifeLogo {
  margin-bottom: 40px;
  height: 40px;
}

.right {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ml-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

input {
  width: 300px;
  border: 1px solid #a7a7a7;
  height: 50px;
  color: black;
}

.form-input {
  padding: 18.5px 14px;
  font-size: 16px;
}

.form-input:focus {
  border-color: #007ABC;
  border-width: 2px;
  outline: 0;
}

.input {
  position: relative;
}

.input label {
  transform-origin: top left;
  position: absolute;
  left: 0;
  pointer-events: none;
  font-size: 14px;
  color: #a7a7a7;
  z-index: 1;
  font-size: 16px;
  transform: translate(14px, 14px) scale(1);
  pointer-events: none;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  transition: color 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms, transform 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms;
}

.input.focused label, .input input:-webkit-autofill + label, .input input:autofill + label {
  font-weight: 600;
  color: black;
  transform: translate(14px, -9px) scale(0.75);
  background: white;
  border-left: 4px solid white;
  border-right: 4px solid white;
}

body {
  font-size: 1rem;
  font-family: 'Noto Sans', sans-serif, Arial;
  font-weight: 400;
  line-height: 1.43;
}

.caption {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.66;
}

button {
  border: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.75;
  text-transform: uppercase;
}

h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.167;
}

h2 {
  font-size: 39px;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  font-size: clamp(20px, 5vw, 31px);
  font-weight: 700;
  line-height: 1.167;
}

h4 {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.235;
}

h5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.334;
}

h6 {
  font-size: 1.4285714285714284rem;
  font-family: 'Noto Sans', sans-serif, Arial;
  font-weight: 500;
  line-height: 1.6;
}


button {
  outline: 0 !important;
  color: white;
  height: 50px;
  padding: 6px 20px;
  font-size: 1rem;
  min-width: 64px;
  box-shadow: none;
  box-sizing: border-box;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-family: 'Noto Sans';
  font-weight: 600;
  line-height: 1.75;
  border-radius: 2px;
  text-transform: uppercase;
  padding: 6px 8px;
  box-shadow: none;
  border-radius: 2px;
  background-color: #007ABC;
  font-size: 1rem;
}

button:hover {
  box-shadow: none;
  background-color: #0061A0 !important;
}

button:active {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

button:hover.Mui-disabled {
  background-color: rgba(0, 0, 0, 0.12);
}

i.eye-show,
i.eye-hide {
  position: absolute;
  top: 13px;
  right: 13px;
  cursor: pointer;
}

i.hide {
  display: none;
}

div#unauth {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  text-align: left;
  height: 62px;
  background: #DB0A5B;
  color: white;
  padding: 18px 30px 17px 15px;
  min-height: 60px;
  align-items: center;
}