@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 300;
  src: local("Nunito Sans"), local("NunitoSans-Light"),
    url("../fonts/NunitoSans-Light.ttf") format("truetype");
}

@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Nunito Sans"), local("NunitoSans-Regular"),
    url("../fonts/NunitoSans-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  src: local("Roboto Italic"), local("Roboto-Italic"),
    url("../fonts/roboto-regular.ttf") format("woff2"),
    url("../fonts/roboto-regular.woff") format("woff"),
    url("../fonts/roboto-regular.ttf") format("truetype");
}

body {
  background-image: url("../img/pattern.svg"),
    linear-gradient(89deg, #293e49 0%, #536974 26%, #8097a3 100%);
  background-size: cover;
  min-height: 700px;
}

.index__ria_logo {
  content: url("../img/riaktr-white.svg");
  position: absolute;
  width: 180;
  margin: 36px 40px;
}

.sign-in-form {
  width: 410px;
  padding: 48px;
  background: #ffffff;
}

.sign-in-form .title {
  color: #ffc362;
  font-family: "Nunito Sans", sans-serif;
  font-size: 56px;
  font-variant: small-caps;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 1;
  margin-bottom: 1.4rem;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}

.sign-in-form .sub-title {
  color: #9b9b9b;
  font-family: "Nunito Sans", sans-serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 3px;
  text-align: center;
  margin-bottom: 36px;
  -webkit-font-smoothing: antialiased;
}

.kc-login {
  display: flex;
  flex: 1;
  height: 100%;
  width: fit-content;
  margin: auto;
}

.kc-form-card {
  margin: auto;
}

.form-input {
  outline: 0;
  border-color: -internal-light-dark(rgb(118, 118, 118), rgb(133, 133, 133));
  border-width: 0 0 1px;
  width: 100%;
  margin: 18px 0;
  font-size: 1em;
  padding-bottom: 8px;
  font-family: "Roboto";
}

.form-input:focus {
  border-color: #607d8b;
}

.sign-in-button {
  width: 100%;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  background-color: rgb(96, 125, 139);
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-top: 12px;
  padding: 5px;
  font-family: "Roboto";
  font-weight: 500;
  color: rgb(255, 255, 255);
  cursor: pointer;
  line-height: 36px;
  border-radius: 2px;
  box-sizing: border-box;
  border: 0;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
}

.alert-error {
  color: #e65100;
  font-size: 12px;
  font-family: Roboto, Helvetica Neue, sans-serif;
}
