:root {
    --asg-primary-font-family: roboto;
 
}
/* logo sizing */
.login-portal.layout .center-segment .product-logo img {
    display: block;
    margin: 0 auto;
    max-height: 40px;
    max-width: 200px;
}
.login-portal.layout {
    font-family: roboto;
}
body {
    font-family: var(--asg-primary-font-family);
}
.login-portal.layout .page-wrapper {
    background: #e6ecee;
    font-family: "Roboto";
}
.login-portal.layout .page-wrapper.success-page, .login-portal.layout .page-wrapper.error-page {
    background: #e6ecee;
}
.ui.primary.button:not(.basic) {
    background: #026BC8 !important;
    border-color: #026BC8 !important;
    color: #FFFFFF !important;
    display: block;
    border: 1px solid;
    border-radius: 3px;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    height: 50px;
    line-height: 36px;
    padding: 0 15px;
    vertical-align: middle;
    appearance: none;
    font-family: "Roboto";
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    word-spacing: 0.16em;
    letter-spacing: 0.0625rem;
    text-transform: uppercase;
}
.ui.primary.button:not(.basic):hover,
    .ui.primary.button:not(.basic):focus,
    .ui.primary.button:not(.basic):active {
        background-color: #026BC8 !important;
        filter: brightness(0.85);
    }
.login-portal.layout .center-segment>.ui.container>.ui.segment{
    border-width: 1px;
    border-radius: 12px;
    padding: 3.3rem 3.3rem;
}
.ui[class*="center aligned"].container {
    text-align: center;
}

.mt-1 {
    margin-top: .25rem !important;
}

.login-portal.layout .center-segment>.ui.container>.ui.segment .segment-form .buttons.align-right button {

    margin: .25em .25em .25em 0;
}
/* Secondary */
.ui.secondary.button {
    fill: #026BC8;
    color: #026BC8;
    border: 0.063rem solid;
    background-color: #FFFFFF;
    display: block;
    border: 1px solid;
    border-radius: 3px;
    margin: .25em .25em .25em 0;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    line-height: 36px;
    padding: 0 15px;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    font-family: "Roboto";
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    word-spacing: 0.16em;
    letter-spacing: 0.0625rem;
    text-transform: uppercase;
    min-width: 64px;
}

.ui.secondary.button:hover,
.ui.secondary.button:focus,
.ui.secondary.button:active {
    border-color: #065AA5;
    background-color: #065AA5;
    filter: brightness(0.85);
    fill: #FFFFFF;
    color: #FFFFFF;
}
.login-portal.layout .page-wrapper.layout-file .center-segment>.ui.container>.ui.segment .ui.header:first-child {
    text-align: center;
  }
  
  .login-portal.layout .page-wrapper.layout-file .center-segment {
    flex-direction: column;
  }
  
  .login-portal.layout .page-wrapper.layout-file .footer {
    border-top: 0;
    padding: 0;
    width: 100%;
    margin-bottom: 50px;
  }
  
  .login-portal.layout .page-wrapper.layout-file .footer a#copyright span {
    max-width: 300px;
    overflow-wrap: break-word;
  }
  
  .login-portal.layout .page-wrapper.layout-file .footer .ui.menu {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  
  .login-portal.layout .page-wrapper.layout-file .footer .ui.menu:not(.vertical) .right.item, .ui.menu:not(.vertical) .right.menu {
    margin-left: 0 !important;
    justify-content: center;
    width: 100%;
  }
  
  .login-portal.layout.policy-page-layout .footer .ui.menu:not(.vertical) .right.item, .login-portal.layout.policy-page-layout .footer .ui.menu:not(.vertical) .right.menu {
    justify-content: right;
  }
  
  .login-portal.layout .page-wrapper.layout-file .center-segment>.ui.container {
    margin-bottom: 10px;
  }

a {
    color: #026BC8;
}
a:hover {
    color: #026BC8;
}
.login-portal.layout .center-segment>.ui.container>.ui.segment .segment-form .buttons {
    margin-top: 0em;
}

i.icon.primary {
    color: #026BC8;
}

.login-portal.layout .footer .ui.text.menu .item {
    color: rgb(91, 94, 101);
  }
