.text-left{
	text-align: left;
}

.text-right{
	text-align: right;
}

.text_primary{
	color: #1C1917;
}

.text_secondary{
	color: #78716C;
}

.text_tertiary{ 
	color: #A8A29E;
}

.h1-login{
	font-size: 32px;
}

#text-login{
	font-size: 15px;
}

.btn-blue{
	color: #fff !important;
	font-weight: 700;
	background: #0262E2 !important;
	font-size: 18px;
	width: 100%;
	height: 40px;
	border-radius: 6px;
}

.btn-blue:hover, .btn-blue:focus, .btn-blue:active{
	color: #fff;
	font-weight: bold;
	background: #0262E2;
}

.label{
	font-weight: 700;
	text-transform: uppercase;
	font-size: 11px;
}

.logo{
	width: 130px !important; 
}

#signup{
	text-decoration: none !important;
	font-size: 14px;
}

#forgottenPassword{
	font-size: 13px;
}

.form-control{
	background: #ebebeb !important;
	font-size: 16px;
	border-radius: 16px;
}

.form-control::placeholder {
  color: #A8A29E;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #A8A29E;
}

.hr-form{
	margin-top: 40px;
	margin-bottom: 32px;
	font-size: 1px;
}

#search{
	margin-bottom: 40px;
}

.btn-dashboard-top{
	background: #f5f5f4;
	color: #78716C;
	text-transform: uppercase;
	width: 100%;
	height: 45px;
	margin-right: 20px;
	margin-bottom: 40px;
	font-weight: 700;
	font-size: 13px;
	border-radius: 15px;
}

.btn-dashboard{
	background: #f5f5f4;
	color: #78716C;
	text-transform: uppercase;
	width: 150px;
	height: 45px;
	margin-right: 20px;
	margin-bottom: 40px;
	font-weight: 700;
	font-size: 13px;
	border-radius: 15px;
}

.btn-dashboard:nth-child(3){
	margin-right: 5px;
}

.btn-dashboard-active, .btn-dashboard:hover, .btn-dashboard:focus, .btn-dashboard:active, .btn-dashboard-top:hover, .btn-dashboard-top:active, .btn-dashboard-top:focus{
	color: #fff;
	background: #000;
}

.separator{
	width: 2px;
    border-right: 1px solid #F5F5F4;
    margin-right: 20px;
    height: 45px;
}

.book{
	width: 100%;
	border: 1px solid #F5F5F4;
	border-radius: 25px;
	margin-bottom: 40px;
	min-height: 231px;
	padding: 20px;
	position: relative;
	cursor: pointer;
}

.cover{
	width: 150px;
}

.info{
	width: calc(100% - 150px);
}

.spanInfo{
	margin-bottom: 10px;
}

.title{
	font-size: 16px;
}

.subtitle{
	font-style: italic;
	font-size: 12px;
}

.author{
	font-size: 14px;
	margin-top: 4px;
}

.volume-book{
	background: #F5F5F4;
	font-weight: 700;
	padding: 2px 6px;
	position: absolute;
	right: 20px;
	top: 20px;
	font-size: 12px;
}

.remove-book{
	position: absolute;
	right: 20px;
	bottom: 20px;
}

.language-book{
	text-transform: uppercase;
	position: absolute;
    bottom: 20px;
	font-weight: bold;
	font-size: 10px;
}

.hidden{
	display: none;
}

.topBar{
	position: relative;
}

#menuIcon{
	cursor: pointer;
}

.menu{
	position: absolute;
    top: 30px;
    box-shadow: 0 4px 24px rgba(26, 24, 20, 0.22);
    height: auto;
    width: 200px;
    right: 0;
    background: #fff;
    text-align: left;
    border-radius: 5px;
	list-style-type: none;
}

.menu li{
	padding: 10px;
}

.menu a{
	text-decoration: none;
	color: #1C1917;
}

.menu a:hover, .menu a:active, .menu a:focus{
	text-decoration: none;
	color: #1C1917;
}