
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: .9375rem;
    font-weight: 400;
    line-height: 1.5;
    color: #1d2125;
    text-align: left;
    background-color: #fff;
    

}
body.pagelayout-login #page {
    background-image: none;
    background-color: rgb(103, 182, 231);
    background-size: cover;
    overflow: hidden;
    height: 100vh;

}

.container-fluid {
    padding-top: 5rem;
    overflow: hidden;
    
}

.pagelayout-login #page {
    background: #f8f9fa;
    background-image: linear-gradient(to right, #f8f9fa 0%, #dee2e6 100%);
    background-repeat: repeat-x;
}
.row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    
}
div {
    display: block;
    unicode-bidi: isolate;
}

.login-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
    padding: 20px;
}

.form-control {
    width: 96%;
    padding: 5px;
    border-radius: .5rem;
    line-height: 1.5;
    font-size: 1.0rem;
    border-color: #3c525f;
}



.login-container {
    background-color:rgb(164, 176, 183);
    padding: 3rem;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    margin-bottom: 2rem;
    max-width: 400px;
    width: 100%;
    border-radius: 5rem;
    background-color: rgba(255, 255, 255, .8);
}


.button-login{
    padding: .5rem 1rem;
    font-size: 1.171875rem;
    line-height: 1.5;
    border-radius: .6rem;
    color: white;
    background-color: #0a4c72;
    border-color: #3c525f;
    width: 100%;
}
.login-form-forgotpassword{
    padding: 16px;
    
    
}

.navigation-link{
    color: #3a0c71;
    text-decoration: none;
    font-size: 16px;
    
}
h1 {
    text-align: center;
}

form {
    text-align: center;
    
    
}

.home-title {
    font-size: 24px;
    width: 100%;
}

.home-page{
    margin: 0;
    padding: 0;
    gap: 0.5em;
    list-style: none;
    font: 1.2rem sans-serif;
    

    display: block;
    height: 100%;
    padding: 0.2em 0.5em;
    text-decoration: none;
    box-sizing: border-box;
    border-radius: 5px;
    
    text-align: center;
    align-content: center;
}


.home-page.flex {
    display: flex;
    flex: 1 0 1em;
}

#reset-text {
    align-items: center;
}

@media (min-width: 576px) {
    #page-wrapper #page #page-content {
        flex: 1 0 auto;
    }
}
@media (min-width: 768px) {
    .login-container {
        max-width: 600px;
        border-radius: .5rem;
        padding-left: 30px;
        
        
    }

}

