﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    color: #0077cc;
}

.form-control:focus {
    border-color: #0077cc;
    box-shadow: 0 0 0 0.2rem #0077cc;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn-link.nav-link:focus {
    outline: black auto 1px;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.container {
    max-width: 960px;
}

.pricing-header {
    max-width: 700px;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Arial', sans-serif;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    overflow: scroll;
    white-space: nowrap;
    line-height: 60px;
}

h5 {
    text-align: center;
    color: white;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
}

.custom-background {
    flex: 1;
    background: url('/MaroEcoLogin.png') no-repeat center center fixed;
    background-size: cover;
    padding: 20px;
    color: white;
}

.custom-section {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    background-size: cover;
}

h1 {
    text-align: center;
    color: white;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-size: 62px;
    line-height: 78px;
}

hr {
    color: #fff;
    height: 2px;
    width: 230px;
    align-self: center;
    border-bottom-style: none;
    border-radius: 50px;
    opacity: 100%;
}

p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 21px;
    line-height: 25px;
    text-align: center;
    color: #FFFFFF;
}



.custom-div {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
   
    
    width: 100%;
    box-sizing: border-box;
}

.form-div-1 {
    display: flex;
    justify-content: center;
    
}
.all {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('/MaroEcoLogin.png');
    background-size: cover;
    margin: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.5);
}

h2 {
    color: #195C9B;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 47px;
    line-height: 57px;
    text-align: center;
}

.form-p-1 {
    font-family: 'Inter';
    font-style: normal;
    margin-bottom: 12%;
    font-weight: 500;
    font-size: 21px;
    line-height: 25px;
    text-align: center;
    color: #616161;
}

#login-submit {
    background-color: #195C9B;
    color: #fff;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px rgba(0, 0, 0, 0.14), 0px 1px 5px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
}

#logout-submit {
    background-color: #195C9B;
    color: #fff;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px rgba(0, 0, 0, 0.14), 0px 1px 5px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
}

.footer-p {
    position: absolute;
    bottom: 0px
}

.main {
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    width: 100%;
    height: 100%;
    position: fixed;
}

._layout-div {
    width: 100% !important
}

.image-div {
    width: 100%;
    position: absolute;
    bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    
}


.flex-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}