/* _content/Tria.Website.Auth.Razor/Areas/Identity/Pages/Account/ConfirmEmail.cshtml.rz.scp.css */
.confirm-email-container[b-4f0s0esv4r] {
    display: flex;
    position: relative;
    margin-top: 70px;
    padding: 25px 40px;
    flex-direction: row;
    justify-content: center;
}

.confirm-email-form[b-4f0s0esv4r] {
    top: 10%;
    left: 10%;
    width: 80%;
    text-align: left;
}

.confirm-email-image[b-4f0s0esv4r] {
    max-width: 100%;
}

text[b-4f0s0esv4r] {
    font-family: "Raleway-Semi-Bold"
}

.confirm-email-header-text[b-4f0s0esv4r] {
    font-weight: bold;
    font-family: Raleway-Bold;
    font-size: 9vw;
    margin-bottom: 10px;
}

@media screen and (min-width: 650px){
    .confirm-email-form[b-4f0s0esv4r] {
        width: 35%;
    }

    .confirm-email-container[b-4f0s0esv4r] {
        margin-top: 0px;
        padding: 80px 150px;
        flex-direction: row;
        justify-content: space-between;
    }

    .confirm-email-image[b-4f0s0esv4r] {
        max-width: 50%;
    }

    .confirm-email-header-text[b-4f0s0esv4r] {
        font-size: 3.2vw;
    }
}
/* _content/Tria.Website.Auth.Razor/Areas/Identity/Pages/Account/ForgotPassword.cshtml.rz.scp.css */
.forgot-form[b-9rc48r53s8] {
    top: 10%;
    left: 10%;
    width: 80%;
    text-align: left;
}

.forgot-container[b-9rc48r53s8] {
    display: flex;
    position: relative;
    margin-top: 70px;
    padding: 25px 40px;
    flex-direction: column;
    justify-content: center;
}

.forgot-image[b-9rc48r53s8] {
    max-width: 100%;
}

text[b-9rc48r53s8] {
    font-family: "Raleway-Semi-Bold"
}

.forgot-header-text[b-9rc48r53s8] {
    font-weight: bold;
    font-family: Raleway-Bold;
    font-size: 9vw;
    margin-bottom: 10px;
}

.forgot-button[b-9rc48r53s8] {
    width: 100%;
}

.cancel-button[b-9rc48r53s8] {
    background-color: #9EA9AE;
}

@media screen and (min-width: 650px) {
    .forgot-form[b-9rc48r53s8] {
        width: 35%;
    }

    .forgot-container[b-9rc48r53s8] {
        margin-top: 0px;
        padding: 80px 150px;
        flex-direction: row;
        justify-content: space-between;
    }

    .forgot-image[b-9rc48r53s8] {
        max-width: 50%;
    }

    .forgot-header-text[b-9rc48r53s8] {
        font-size: 3.2vw;
    }

    .forgot-button[b-9rc48r53s8] {
        width: 300px;
    }
}
/* _content/Tria.Website.Auth.Razor/Areas/Identity/Pages/Account/ForgotPasswordMethod.cshtml.rz.scp.css */
.forgot-form[b-vmegsid0p2] {
    top: 10%;
    left: 10%;
    width: 80%;
    text-align: left;
}

.forgot-container[b-vmegsid0p2] {
    display: flex;
    position: relative;
    margin-top: 70px;
    padding: 25px 40px;
    flex-direction: column;
    justify-content: center;
}

.forgot-image[b-vmegsid0p2] {
    max-width: 100%;
}

text[b-vmegsid0p2] {
    font-family: "Raleway-Semi-Bold"
}

.forgot-header-text[b-vmegsid0p2] {
    font-weight: bold;
    font-family: Raleway-Bold;
    font-size: 9vw;
    margin-bottom: 10px;
}

.forgot-button[b-vmegsid0p2] {
    width: 100%;
}

.cancel-button[b-vmegsid0p2] {
    background-color: #9EA9AE;
}

@media screen and (min-width: 650px) {
    .forgot-form[b-vmegsid0p2] {
        width: 35%;
    }

    .forgot-container[b-vmegsid0p2] {
        margin-top: 0px;
        padding: 80px 150px;
        flex-direction: row;
        justify-content: space-between;
    }

    .forgot-image[b-vmegsid0p2] {
        max-width: 50%;
    }

    .forgot-header-text[b-vmegsid0p2] {
        font-size: 3.2vw;
    }

    .forgot-button[b-vmegsid0p2] {
        width: 300px;
    }
}
/* _content/Tria.Website.Auth.Razor/Areas/Identity/Pages/Account/Login.cshtml.rz.scp.css */
.login-form-container[b-im1qo89rrv]{
    position: relative;
    justify-content: flex-end;
    margin-top: 75px;
    height: 100vh;
}

.login-form[b-im1qo89rrv] {
    position: absolute;
    top: 5%;
    left: 4%;
    width: 80%;
    text-align: left;
}

.header-text[b-im1qo89rrv] {
    font-weight: bold;
    font-family: Raleway-Bold;
    font-size: 10vw;
    margin-bottom: 0;
}

.tria-button[b-im1qo89rrv] {
    font-family: Raleway-Semi-Bold;
    width: 120px;
    padding-top: 10px;
    border: 0px;
    padding-bottom: 10px;
    margin-right: 15px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.primary-button[b-im1qo89rrv] {
    background-color: #00677f;
}

.secondary-button[b-im1qo89rrv] {
    background-color: #425563;
}

.login-options[b-im1qo89rrv] {
    display: flex;
    flex-direction: column;
}

#banner-image[b-im1qo89rrv] {
    margin-top: -5px;
    height: 100vh;
    /*margin-top: 250px;*/
    max-height: 900px;
    min-width: 100%;
    max-width: 100%;
    min-height: 500px;
    object-fit: cover;
}



@media screen and (min-width: 650px) {
    .header-text[b-im1qo89rrv] {
        font-size: 4vw;
    }

    #banner-image[b-im1qo89rrv] {
        /*margin-top: 0px;*/
        min-width: 0px;
        margin-left: 0px;
        min-height: 100%;
    }

    .login-form[b-im1qo89rrv] {
        position: absolute;
        top: 10%;
        left: 10%;
        width: 30%;
        text-align: left;
    }

    .login-form-container[b-im1qo89rrv] {
        margin-top: 0px;
        display: flex;
    }
}

/* _content/Tria.Website.Auth.Razor/Areas/Identity/Pages/Account/LoginWith2faPhone.cshtml.rz.scp.css */
.confirm-email-container[b-45nzfk8gky] {
    display: flex;
    position: relative;
    margin-top: 70px;
    padding: 25px 40px;
    flex-direction: row;
    justify-content: center;
}

.confirm-email-form[b-45nzfk8gky] {
    top: 10%;
    left: 10%;
    width: 80%;
    text-align: left;
}

.confirm-email-image[b-45nzfk8gky] {
    max-width: 100%;
}

text[b-45nzfk8gky] {
    font-family: "Raleway-Semi-Bold"
}

.confirm-email-header-text[b-45nzfk8gky] {
    font-weight: bold;
    font-family: Raleway-Bold;
    font-size: 9vw;
    margin-bottom: 10px;
}

@media screen and (min-width: 650px){
    .confirm-email-form[b-45nzfk8gky] {
        width: 35%;
    }

    .confirm-email-container[b-45nzfk8gky] {
        margin-top: 0px;
        padding: 80px 150px;
        flex-direction: row;
        justify-content: space-between;
    }

    .confirm-email-image[b-45nzfk8gky] {
        max-width: 50%;
    }

    .confirm-email-header-text[b-45nzfk8gky] {
        font-size: 3.2vw;
    }
}
/* _content/Tria.Website.Auth.Razor/Areas/Identity/Pages/Account/Manage/Confirm2faPhone.cshtml.rz.scp.css */
.confirm-email-container[b-mhqx6s448j] {
    display: flex;
    position: relative;
    margin-top: 70px;
    padding: 25px 40px;
    flex-direction: row;
    justify-content: center;
}

.confirm-email-form[b-mhqx6s448j] {
    top: 10%;
    left: 10%;
    width: 80%;
    text-align: left;
}

.confirm-email-image[b-mhqx6s448j] {
    max-width: 100%;
}

text[b-mhqx6s448j] {
    font-family: "Raleway-Semi-Bold"
}

.confirm-email-header-text[b-mhqx6s448j] {
    font-weight: bold;
    font-family: Raleway-Bold;
    font-size: 9vw;
    margin-bottom: 10px;
}

@media screen and (min-width: 650px){
    .confirm-email-form[b-mhqx6s448j] {
        width: 35%;
    }

    .confirm-email-container[b-mhqx6s448j] {
        margin-top: 0px;
        padding: 80px 150px;
        flex-direction: row;
        justify-content: space-between;
    }

    .confirm-email-image[b-mhqx6s448j] {
        max-width: 50%;
    }

    .confirm-email-header-text[b-mhqx6s448j] {
        font-size: 3.2vw;
    }
}
/* _content/Tria.Website.Auth.Razor/Areas/Identity/Pages/Account/Manage/ConfirmPhone.cshtml.rz.scp.css */
.confirm-email-container[b-v8jfuzvgm3] {
    display: flex;
    position: relative;
    margin-top: 70px;
    padding: 25px 40px;
    flex-direction: row;
    justify-content: center;
}

.confirm-email-form[b-v8jfuzvgm3] {
    top: 10%;
    left: 10%;
    width: 80%;
    text-align: left;
}

.confirm-email-image[b-v8jfuzvgm3] {
    max-width: 100%;
}

text[b-v8jfuzvgm3] {
    font-family: "Raleway-Semi-Bold"
}

.confirm-email-header-text[b-v8jfuzvgm3] {
    font-weight: bold;
    font-family: Raleway-Bold;
    font-size: 9vw;
    margin-bottom: 10px;
}

@media screen and (min-width: 650px){
    .confirm-email-form[b-v8jfuzvgm3] {
        width: 35%;
    }

    .confirm-email-container[b-v8jfuzvgm3] {
        margin-top: 0px;
        padding: 80px 150px;
        flex-direction: row;
        justify-content: space-between;
    }

    .confirm-email-image[b-v8jfuzvgm3] {
        max-width: 50%;
    }

    .confirm-email-header-text[b-v8jfuzvgm3] {
        font-size: 3.2vw;
    }
}
/* _content/Tria.Website.Auth.Razor/Areas/Identity/Pages/Account/Register.cshtml.rz.scp.css */
.tria-input[b-a692xqmagf] {
  background-color: #edfdff;
  border-radius: 3px;
  box-shadow: inset 0px 1px 3px;
  margin-bottom: 10px;
  min-height: 50px;
  border: 0px;
}

.register-form[b-a692xqmagf] {
  text-align: left;
}

.register-container[b-a692xqmagf] {
  margin-top: 75px;
  padding-left: 35px;
  padding-right: 35px;
  margin-bottom: 25px;
}

.register-banner-image[b-a692xqmagf] {
  max-height: 900px;
  min-width: 100%;
}

.forgot-header-text[b-a692xqmagf] {
  text-align: center;
  font-weight: bold;
  font-family: Raleway-Bold;
  font-size: 9vw;
  margin-bottom: 0;
}
.register-button-container[b-a692xqmagf] {
  justify-content: space-between;
  display: flex;
}

@media screen and (min-width: 650px) {
  .forgot-header-text[b-a692xqmagf] {
    font-size: 3.2vw;
    text-align: left;
  }
  .register-banner-image[b-a692xqmagf] {
    margin-top: 0px;
    min-width: 0px;
  }
  .register-form[b-a692xqmagf] {
    position: absolute;
    top: 10%;
    left: 10%;
    width: 30%;
    text-align: left;
  }
  .register-container[b-a692xqmagf] {
    display: flex;
    position: relative;
    justify-content: flex-end;
    margin-top: 0px;
  }
  .register-button-container[b-a692xqmagf] {
    display: inline;
  }
}
/* _content/Tria.Website.Auth.Razor/Areas/Identity/Pages/Account/RegisterConfirmation.cshtml.rz.scp.css */
.confirm-registration-container[b-ucppe6g86c] {
    display: flex;
    position: relative;
    margin-top: 70px;
    padding: 25px 40px;
    flex-direction: row;
    justify-content: center;
}

.confirm-registration-form[b-ucppe6g86c] {
    top: 10%;
    left: 10%;
    width: 80%;
    text-align: left;
}

.confirm-registration-image[b-ucppe6g86c] {
    max-width: 100%;
}

text[b-ucppe6g86c] {
    font-family: "Raleway-Semi-Bold"
}

.confirm-registration-header-text[b-ucppe6g86c] {
    font-weight: bold;
    font-family: Raleway-Bold;
    font-size: 9vw;
    margin-bottom: 10px;
}

@media screen and (min-width: 650px) {
    .confirm-registration-form[b-ucppe6g86c] {
        width: 35%;
    }

    .confirm-registration-container[b-ucppe6g86c] {
        margin-top: 0px;
        padding: 80px 150px;
        flex-direction: row;
        justify-content: space-between;
    }

    .confirm-registration-image[b-ucppe6g86c] {
        max-width: 50%;
    }

    .confirm-registration-header-text[b-ucppe6g86c] {
        font-size: 3.2vw;
    }
}
/* _content/Tria.Website.Auth.Razor/Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-o2guqk2h5a] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-o2guqk2h5a] {
  color: #0077cc;
}

.btn-primary[b-o2guqk2h5a] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-o2guqk2h5a], .nav-pills .show > .nav-link[b-o2guqk2h5a] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-o2guqk2h5a] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-o2guqk2h5a] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-o2guqk2h5a] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-o2guqk2h5a] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-o2guqk2h5a] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
