#frontWallpaper{
    background-image: url(../css/pictures/back_wallpaper.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

#titleLogin {
    color: white;
    font-weight: bold;
}

#loginButton {
    background-color: #FFE5B4;
    color: black;
    font-weight: bolder;
    letter-spacing: 1px;
}

#loginButton:hover {
    background-color: #FFE5B4;
    color: black;
    font-weight: bolder;
    letter-spacing: 1px;
    box-shadow:3px 3px 4px rgba(0,0,0,0.5);
}

#appsName {
    font-family: cursive;
    font-weight: bold;
    color: #6F8FAF;
}

#login {
    background-color: #913831;
}

#loginForm {
    color: black;
}

#linkSignUp {
    color: white;
    letter-spacing: 1px;
}

#linkSignUp:hover {
    text-decoration: none;
    letter-spacing: 1px;
    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;
}






