/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : Dec 15, 2022, 12:11:27 PM
    Author     : mtoromani
*/
header {
    margin-bottom: 1em;
}
.logged-in .login-link{
    display: none !important;
}
.logged-in .logout-link{
    display: block !important;
}
.logged-out .login-link{
    display: block !important;
}
.logged-out .logout-link{
    display: none !important;
}

.form-control {
    color: #212529 !important;
}

.current-path-membership-member-login div.js-form-type-password  {
    clear: both;
}
.customerror{
    border-color: #01a3fe!important;
}

/* fix footer issues */
footer .region-footer, footer .region-conten{
    padding: 0 0 !important;
}
footer.mt-auto .container{
    padding: 1em 0 0 0 !important;
    max-width: 2000px;
}
footer.mt-auto{
     padding: 0 0 !important;
     background-color: white!important;
 
}
input.image-button.form-submit{
    cursor:  auto;
}
#custom_goback_link_content_div a{
    color: #0d6efd!important;
    
}


div.logout-link{
    width: 100%;
}
div.logout-link a{
    float: right;
    margin-right: 0.5rem;
}
