.btn {
    background-color: #808000 ;
    color: white;
    font-weight: bolder;
    letter-spacing: 1px;
}

.btn:hover {
    background-color: #999933;
    color: white;
    font-weight: bolder;
    letter-spacing: 1px;
    box-shadow:3px 3px 4px rgba(0,0,0,0.5);
}

.equal-width-btn {
    width: 170px;
    height: 40px;
}

#appsName {
    font-family: cursive;
    font-weight: bold;
    color: #6F8FAF;
}

#titleLogin {
    color: black;
    letter-spacing: 1px;
}

#details {
    color: black;
    letter-spacing: 1px;
}

#login {
    background-color: 	#ECFFDC;
}

#loginForm {
    color: black;
}

#linkSignUp {
    color: #808000;
}

#linkSignUp:hover {
    text-decoration: none;
    text-shadow: 3px 3px 4px rgba(0,0,0,0.5);
}

.modal-title, .modal-body {
    color: black;
}

.align-center {
    text-align: center;
}


.align-right {
    text-align: right;
}

  
.rounded-circle {
    width: 45%
}

#formTable {
    margin: auto;
}

.container {
    display: flex;
    align-items: center;  /* vertical centering */
    justify-content: center;  /* horizontal centering */
    min-height: 100vh;  /* full height of viewport */
}






