@import "../bootstrap/css/bootstrap.css"; 

h1,h2,h3,h4,h5,h6,p,a,span{
    color: #0e3322;
}

body{
    background-color: #d8d8d8;
}

.safe-space{
    margin-left: 30px;
    margin-top: 40px;
}

.bg-green{
    background-color: #0e3322 ;
}

section {
    margin-right: 100px;
    margin-bottom: 50px;
}

.heading-div{
    background-color: #0e3322 ;
    
    display: flex;
    justify-content: center;
    align-items: center;
    height: 150px;
    width: 100%;
    text-align: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.heading-div h1{
    color: #d8d8d8;
}

.btn-close:hover{
    background-color: #00000000!important;
}

.btn-outline-primary{
    color: #0e3322!important;
    border-color: #0e3322!important;
}

.btn-outline-primary:hover{
    color: #0e3322!important;
    border-color: #c6d303!important;
    background-color: #c6d303!important;
}

.btn-outline-danger{
    color: #ff0000!important;
    border-color: #ff0000!important;
}

.btn-outline-danger:hover{
    color: #0e3322!important;
    border-color: #ff0000!important;
    background-color: #ff0000!important;
}


.loginform{
    background-color: #d8d8d8;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.footer{
    color: #ececec;
    text-align: center;
    justify-content: center;
    justify-items: center;
    background-color: #0e3322;
    width: 100%;
    height: 140px;
    padding-top: 20px;
    left: 0;
    bottom: 0;
}

.footer-text, .footer-text a{
    color: #ececec;
    width: 100%;
    text-decoration: none;
    transition: ease 0.5s;
}

button{
    color: #c6d303!important;
    border-color: #c6d303!important;
}


.footer-text a:hover{
    color: #c6d303;
}

@media screen and (max-width: 700px) {
    .loginform{
        width: 95%!important;
    }
}