body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    background-size: cover;
}

.card {
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
    border-radius: 4px;
    background-color: rgba(63, 64, 66, 0.90);
}

.card-header {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.card-header img.icon {
  width: 350px;
  height: auto;
}

.card-body {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
}

.card-body a {
    color: rgb(200, 202, 203);
    text-decoration: none;
    display: block;
    margin-top: 25px;
    margin-bottom: 5px;
    font-family: MYRIADPRO-REGULAR;
    font-size: 16px;
}

.password-reset{
    margin-top: 15px;
}

.password-reset a {
    color: rgb(200, 202, 203);
    display: block;
    margin-top: 10px;
    margin-bottom: 5px;
    text-decoration: underline;
}


.footer {
    padding-top: 15px;
    margin-top: 100px;
    text-align: left;
    border-top: 1px solid rgb(174, 177, 180);
}

.footer a {
  color: rgb(200, 202, 203);
  text-decoration: none;
  display: block;
  margin-bottom: 5px;
}

.footer-display-QR {
    padding-top: 15px;
    margin-top: 65px;
    text-align: left;
    border-top: 1px solid rgb(174, 177, 180);
}

.footer-display-QR a {
    color: rgb(200, 202, 203);
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
}

.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    color: rgb(200, 202, 203);
}

.form-group label {
    margin-bottom: 5px;
    font-family: MYRIADPRO-BOLD;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="password"] {
    padding: 8px;
    border: 0px;
    font-family: MYRIADPRO-REGULAR;
    font-size: 16px;
    color: rgb(200, 202, 206);
    background-color: rgba(63, 64, 66, 0.1);
    caret-color: rgb(200, 202, 206);
    outline: none;
    border-bottom: 1px solid rgb(174, 177, 180);

}
.form-group input[type="text"]::placeholder,
.form-group input[type="password"]::placeholder {
    color: rgb(174, 177, 180);
}

.SN-btn {
    width: 100%;
    margin-top: 20px;
    padding: 10px;
    background-color: gray;
    color:rgb(200, 202, 203);
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-family: MYRIADPRO-REGULAR;
    font-size: 16px;
}


.SN-direct-text {
    margin-top: 20px;
    padding: 10px;
    color:rgb(200, 202, 203);
    border: none;
    cursor: pointer;
    font-family: MYRIADPRO-REGULAR;
    font-size: 14px;
    background-color: transparent;
    text-decoration: underline;
}

@font-face {
  font-family: "MYRIADPRO-BOLD";
  src: url("fonts/MYRIADPRO-BOLD.OTF") format("opentype");
}

@font-face {
  font-family: "MYRIADPRO-REGULAR";
  src: url("fonts/MYRIADPRO-REGULAR.OTF") format("opentype");
}

@font-face {
  font-family: "MYRIADPRO-BOLDCONDIT";
  src: url("fonts/MYRIADPRO-BOLDCONDIT.OTF") format("opentype");
}


h1, h2 {
    font-family: MYRIADPRO-BOLD;
    color: rgb(200, 202, 203);
    margin-bottom: 5px;
}

p {
    font-family: MYRIADPRO-REGULAR;
    color: rgb(174, 178, 180);
    margin-top: 5px;
}

a {
    font-family: MYRIADPRO-REGULAR;
    font-size: 12px;
}

.display-QR {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 25px auto;
    width: 160px;
    color: rgb(200, 202, 203);
}

.hide-QR {
    display: none;
}

.form-error{
    font-family: MYRIADPRO-BOLDCONDIT;
    font-size: 18px;
    /*color: red;*/
    color: rgb(169, 46, 49);
    /*color: rgb(226, 120, 117); */
    /*color: rgb(232, 164, 125);*/
}
