*{
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: normal;
}

body {
    /* background-color: #553315;   */
    /* background-color: #44444450;   */

    

    background-image: url(../img/blurbg.png);
    
    /* opacity: 0.5; */
    background-repeat: no-repeat;
    background-size: cover;
    /* filter:blur(5px);
    -webkit-filter:blur(5px); */
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    display: flex;
    min-height: 100vh;
}

.card {
    /* position: inherit; */
    align-items: center;
    padding: 30px;
    height: 420px;
    margin: 6rem auto 8.1rem auto;
    width: 500px; 
}

.card-title{
    text-align: left;
}

.logo {
    display: block;
    margin-top: 2px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3px;
    width: 60%;
    /* width: 30%; */
    align-items: right;
  }

.headline{
    font-size: small;
    color: rgb(141, 121, 121);
}

#forgot{
    font-size: small;
    text-align: right;
    margin-top: 0.5px;
    margin-bottom: 10px;
}

.form {
    align-items: left;
    display: flex;
    flex-direction: column;
  }

.form-control{
    margin: 0.5px auto;
}


/* .card {
#7d5c3e
    position: inherit;
    width: 40%;
    margin-top: 100px;
    margin-left: 250px; 
    margin: auto;
    padding: 10px;
    height: 350px;
    left: 403px;
    top: 361px;

    padding: 1em;
    width: 40%;
    height: 20%;
    margin-top: 100px;
    margin-left: 250px;
    text-align: left;
    background: #FFFFFF;
    border-radius: 15px;
} */

/* .card-body{
    margin-top: 10px;
    min-height: 10vh;
} */

/* .card h3 {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
} */

/* .card-body p{
    /* position: initial;
    width: 100%;
    height: 80%;
    left: 478px;
    top: 331.52px;
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    font-size: normal;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #585858;
}

.btn btn-primary{
    width: 386px;
    height: 65.14px;
    left: 503px;
    top: 682px;
    margin-bottom: auto;
    background: #0164F9;
    border-radius: 10px;
} 

.card-body .text-bottom {
    margin-top: 30px;
} */



