#pacific-commonLogin {
    width: 100%;
    min-height: 100%;
    position: absolute;
    
}

#topMenuNav, #topMenuMobileNav {
    position: fixed !important;
    z-index: 120;
}

.bg-default {
    background-color: #e6f4f8;
    min-height: calc(100vh);
}

#guest-authentication {
    margin: 44% 0 0 0;
    
}

h3#signInTitle , #guestTitle{
    font-weight:bold;
}
.signInSubTitle {
    font-weight: bold;
}
.m-bottom-30{
    margin-bottom:30px!important;
}
.mainTitle{
    font-size:36px;
    font-weight:600;
}
.pacific-products-home-panel {
    background-color: transparent;
}

#pacific-products .toolbar a {
    color: #000000;
}

#form-search {
    flex-wrap: wrap;
    background-color: transparent;
}

    #form-search #input-address {
        border: 1px solid #ccc;
    }

#btnGuestLogin {
    min-width: 100%;
}

#btnLogin {
    min-width: 100%;
}
a {
    color: #1488CA;
    text-decoration: none;
}
.fw-500{
    font-weight:500!important;
}
.fs-14{
    font-size:14px!important;
}
.text-gray {
    color: rgba(40, 53, 51, 0.6);
}
.loginForm{
    height:100vh !important;
}
#form-container {
    
    overflow: hidden;
}

.form-container {
   
    transition: transform 0.5s ease-in-out;
    display:flex;
    padding:4px;
    margin-top:20vh;
}

#amcs-login {
        transform: translateY(0);
}

#guest-authentication {
     transform: translateY(100%);
}
.mainImg{
    height:95%
}

.btn {
    min-width: 120px;
    margin: 1.5rem 0 1.5rem 0;
    border-radius: 2.25rem;
    border: 0px solid transparent;
    background: linear-gradient(45deg, rgba(143,236,217,1) 0%, rgba(85,174,225,1) 46%, rgba(80,158,240,1) 80%, rgba(88,121,228,1) 100%);
    color: white;
}

.header_toolbar {
    display: grid;
    grid-template-columns: calc(100% / 2 - 1350px / 2) 1fr auto 1fr calc(100% / 2 - 1350px / 2);
    box-shadow: 0px 0px 20px 0px rgb(76 87 125 / 10%);
    position: relative;
    width: 100%;
    background-color: white;
}

.toolbar_logo_div {
    align-self: center;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    grid-column: 2;
    grid-row: 2;
}

.toolbar_breadcrumb_div {
    align-self: center;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    grid-column: 3;
    grid-row: 2;
}

#progress-line {
    width: 100px;
    height: 2px;
}

.breadcrumb-dot {
    color: grey;
}

.breadcrumb-dot-highlighted {
    color: cornflowerblue;
}

.breadcrumb-line {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: grey !important;
}

.breadcrumb-line-highlighted {
    background-color: cornflowerblue;
}

.logo_image {
    height: 50px;
}

.header_toolbar .toolbar {
    justify-content: flex-end;
    padding: 10px 0;
    display: flex;
    grid-column: 4;
    grid-row: 2;
}

@media (max-width: 767.98px) {
.bg-default{
    min-height:auto;
}

}
@media (min-width: 834.98px) {
    
    #siteLogo{
        display:none;
    }
}

@media (max-width: 834.98px) {
    #guestLogin {
        display: none !important;
    }
    div#accountLogin {
        width: 100%
    }
   }
@media only screen and (min-width: 768px) and (max-width: 1280px) {
    #loginForm {
        width: 66.66666667%;
        margin-left: 16.66666667%;
    }
    
}

@media only screen and (min-width: 360px) and (max-width: 1279px) {
       .form-container {
        transition: transform 0.5s ease-in-out;
        display: flex;
        padding: 4px;
        margin-top: calc(20vh - 100px);
    }
}
