﻿html, body {
    height: 100%; /* Full height to the body so we can align the container vertically */
    margin: 0; /* Remove default margin */
    padding: 0; /* Remove default padding */
}
.container {
    width: 100%; /* Take full width to center content horizontally */
    display: flex;
    align-items: center; /* Center vertically inside the container */
    justify-content: center; /* Center horizontally */
    flex-grow: 1; /* Allow container to grow and fill available space, pushing footer down */
}
.card {
    width: 448px;
    padding: 40px;
    border-radius: 4px;
    box-shadow: 2px 1px 4px 0px rgba(163, 163, 163, 0.05), 0px 4px 10px 0px rgba(163, 163, 163, 0.09) !important;
}
.card-body {    
    padding: 0;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.login-separater span {
    position: relative;
    top: 26px;
    margin-top: -10px;
    background: #ffffff;
    padding: 5px;
    font-size: 12px;
    color: #cbcbcb;
}

.login-img {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

/*Authentication*/

.section-authentication-login {
    height: 100vh;
    padding-top: 1.0rem;
    padding-bottom: 1.0rem
}

.section-authentication-register {
    height: 100%;
    padding: 1.5rem;
}

.authentication-forgot {
    height: 100vh;
    padding: 0 1rem;
}

.bg-forgot {
    background-image: url(../images/login-images/bg-forgot-password.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.bg-lock-screen {
    background-image: url(../images/login-images/bg-lock-screen.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.bg-login {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: radial-gradient(circle at top right, #E60C2B -300%, rgba(230, 12, 43, 0) 30%), radial-gradient(circle at bottom left, #FF9800 -300%, rgba(255, 152, 0, 0) 30%), #FFFAF9;
}

.bg-register {
    background-image: url(../images/login-images/bg-register-img.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.container {
    width: 100%; /* Take full width to center content horizontally */
    display: flex;
    align-items: center; /* Center vertically inside the container */
    justify-content: center; /* Center horizontally */
    flex-grow: 1; /* Allow container to grow and fill available space, pushing footer down */
}
.show_hide_icon {
    pointer-events:auto !important;
    cursor: pointer;
    z-index: 1000;
}

footer {
    margin-top: auto;
    width: 100%;
    padding: var(--Font-Size-xl, 24px);
}

.pt-4h {
    padding-top: 2.5rem !important;
}

.pb-4h {
    padding-bottom: 2.5rem !important;
}
.ps-4h {
    padding-left: 2.5rem !important;
}

.pe-4h {
    padding-right: 2.5rem !important;
}
.mt-4h {
    margin-top: 2.5rem !important;
}
.mb-4h {
    margin-bottom: 2.5rem !important;
}
.ms-4h {
    margin-left: 2.5rem !important;
}
.me-4h {
    margin-right: 2.5rem !important;
}

.ms-6 {
    margin-left: 3.75rem !important;
}
.snackbar-info {
    background: var(--bg-info-50, #EEFAFF);
    border: 2px solid var(--bg-info-600-base, #2196F3) !important;
}
.snackbar-danger {
    background: var(--bg-primary-50, #FFF1F3);
    border: 2px solid var(--bg-error-500-base, #F44336) !important;
}
#snackbarContainer{
    width:448px;
}
.snackbar {
    visibility: hidden;
    box-shadow: 2px 1px 4px 0px rgba(163, 163, 163, 0.05), 0px 4px 10px 0px rgba(163, 163, 163, 0.09) !important;
}

.snackbar.show {
    visibility: visible;
    padding: 8px 16px 8px 0px;
}
.message-err {
    font-size: .875rem;
    margin-top: -0.75rem;
}
.is-invalid {
    margin-bottom:0 !important;
}