/* @media (max-width: 700px) { */
*{
    padding: 0;
    border: none;
    margin: 0;
    font-family: 'Lato', sans-serif;
}

.page{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

/*LOGIN*/
.login-page{
    max-width: 700px;
    width: 100%;
    height: 100%;
}

.login-bg {
    background-color: #8C2E86;
}

.login-logo{
    margin: 7% 5% 3% 5%;
    width: 120px;
    height: 165px;
}

.logo-container{
    display: flex;
    justify-content: center;
}

.form-content-login{
    display: flex;
    flex-direction: column;
    background-color: white;
    box-shadow: 6px 6px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    margin: 5%;
    height: min-content;
}

.email{
    color: #591E3A;
    font-weight: bold;
    margin: 3% 5% 2% 5%;
}

.email-input{
    border-bottom: 2px solid #b6b6b6;
    width: 90%;
    margin: 0% 0% 3% 5%;
}

.password{
    color: #591E3A;
    font-weight: bold;
    margin: 3% 5% 2% 5%;
}

.password-input{
    border-bottom: 2px solid #b6b6b6;
    width: 90%;
    margin: 0% 0% 3% 5%;
}

.login-btns{
    text-align: center;
}

.btn-login{
    display: flex;
    justify-content: center;
    background-color: #F28705;
    color: white;
    font-weight: bold;
    border-radius: 15px;
    width: 80%;
    max-width: 260px;
    height: 32px;
    margin: 2em;
    display: table-cell;
    text-align: center;
}

.btn-google{
    margin: 5% 5% 10% 5%;
    background: transparent;
}

.register-call{
    margin-top: 15%;
    margin-bottom: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 90%;
}

.register-link{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 4px;
    text-decoration: none;
    background-color: #F28705;
    font-weight: bold;
    color: white;
    border-radius: 15px;
    width: 100;
    height: 20px;
    padding: 5px;
}

/*REGISTER*/
.signup-bg{
    background-color: #8C2E86;
}

.form-content-signup{
    display: flex;
    flex-direction: column;
    background-color: white;
    box-shadow: 6px 6px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    margin: 5%;
    max-width: 700px;
    height: min-content;
}

.register-logo{
    width: 60px;
    height: 75px;
    margin: 7% 5% 3% 5%;
}

.register-text{
    font-size: 130%;
    font-weight: bold;
    margin: 5% 3% 5% 5%;
}

.name{
    color: #591E3A;
    font-weight: bold;
    margin: 3% 5% 2% 5%;
}

.name-input{
    border-bottom: 2px solid #b6b6b6;
    width: 90%;
    margin: 0% 5% 3% 5%;
}

.address{
    color: #591E3A;
    font-weight: bold;
    margin: 3% 5% 2% 5%;
}

.address-input{
    border-bottom: 2px solid #b6b6b6;
    width: 90%;
    margin: 0% 5% 3% 5%;
}

.register-btns-container{
    display: flex;
    justify-content: center;
    margin: 3%;
}

.btn-register{
    background-color: #F28705;
    color: white;
    font-weight: bold;
    border-radius: 15px;
    width: 140px;
    height: 32px;
    margin: auto;
    margin-left: 2%;
}

.btn-back{
    background-color: #F28705;
    color: white;
    font-weight: bold;
    border-radius: 15px;
    width: 140px;
    height: 32px;
    margin: auto;
}

.error-message{
    margin:1em;
}


/*MAIN*/

.home-bg{
    display: flex;
    background-color: #fff;
    justify-content: center;
}

header{
    display: flex;
    justify-content: space-between;
    position: fixed;
    width: 97vw;
    top: 0;
    border-bottom: solid 2px #C4C4C4;
    padding: 4px;
    background-color: #fff;
    z-index: 3;
}

.map-container{
    display: flex;
    width: 100vw;
    justify-content: center;
}

#map{
    display: flex;
    border: solid 1px #b6b6b6;
    width: 90vw;
    max-width: 700px;
    height: 70vw;
    max-height: 500px;
    margin-top: 2vw;
}

.search-box{
    display: flex;
    justify-content: center;
    margin-top: 5vw;
    margin-bottom: 1em;
}

.search{
    width: 60vw;
    max-width: 550px;
    height: 7vw;
    border: solid 1px #8C2E86;
    border-radius: 2vw;
    padding: 5px;
}

.search-btn{
    height: auto;
    padding: 2vw;
}

.img-book{
    display: flex;
    width: 100%;
    max-width: 275px;
    max-height: 388px;
}

.book-card{
    display: flex;
    flex-direction: row;
    width: 90vw;
    height: 60vw;
    max-height: 388px;
    margin: 5vw;
    border-bottom: solid 1px #C4C4C4;
    box-shadow: 2px 2px 3px #b6b6b6a1;
}

.book-info{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 3vw;
    width: 100%;
    text-align: center;
}

.book-list{
    width: 37vw;
    margin: 2vw;
}

.signout-icon{
    color: #303030;
    font-size: 25px;
}

.signout-text{
    color: #303030;
    font-size: 10px;
    font-weight: bold;
}

.header-img{
    max-height: 45px;
    height: 7vw;
    margin-top: 1.5vw;
}

.book-title{
    width: 37vw;
    height: 22vw;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-title{
    display: flex;
    color: #591E3A;
    margin-left: 7vw;
    font-weight: bold;
}

.user-name{
    display: flex;
    justify-content: center;
    padding: 2vw;
    font-size: 5vw;
    color: #591E3A;
    font-weight: bold;
}

.title-map{
    /* display: flex;
    justify-content: center; */
    text-align: center;
    font-size: 16px;
    padding: 2vw;
    color: #591E3A;
    font-weight: bold;
    margin-top: 63px;
}

.info-map-and-search{
    /* display: flex;
    justify-content: center; */
    text-align: center;
    font-size: 16px;
    padding: 2vw;
    color: #591E3A;
    font-weight: bold;
}

.empty-list{
    font-weight: normal;
    color: #8a8585;
    margin-top: 2vw;
    margin-bottom: 2vw;
    width: 85vw;
}

/* } */

@media (min-width: 700px) {
    .user-name{
        font-size: 40px;
    }
    .list-title{
        font-size: 2.2vw;
    }
}
