.formulario{
	background-color: #EDEDED;
	color: rgb(204, 204, 204);
}

.login-form{
	padding: 50px;
}

.login-form form{
	background-color: #002958;
	max-width: 400px;
	margin: auto;
	padding: 15px 60px 25px 60px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	box-shadow: 0px 2px 10px rgb(131,130,130);
}

.login-form span{
	text-transform: uppercase;
}

.login-form .form-name{
	text-align: center;
	font-size: 1.8rem;
    font-family: 'Raleway', sans-serif; font-weight: 900; font-style: italic;
	color: #78c2ad;
	height: 60px;
	margin: auto;
	margin-bottom: 10px;
	line-height: 70px;
}

.login-form .item{
	border-radius: 10px;
	margin-bottom: 25px;
	padding: 10px 20px;
}

.login-form .item_upload{
	border-radius: 10px;
	margin-bottom: 25px;
	color: #121212;
	background-color: none;
}

.login-form .login-account{
	border-radius: 20px;
	padding: 10px 20px;
	font-weight: bold;
	background-color: #1778C2;
	border: none;
	color: #fff;
	margin-top: 20px;
	font-size: 1.1rem;
	text-transform: uppercase;
	font-family: 'Acme', sans-serif;
}

.login-form .form-group a{
	color: #78c2ad;
}

.login-form .social-media{
	max-width: 400px;
	background-color: rgb(37, 37, 37);
	margin: auto;
	padding: 20px 0;
	text-align: center;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	color: #78c2ad;
	border-top: 1px solid #dee9ff;
	box-shadow: 0px 2px 10px rgb(131,130,130);
	
}

.login-form .social-media a{
	text-decoration: none;
	color: #EAEAEA;
	font-weight: bold;
	text-transform: uppercase;
}

.login-form .social-media h5{
	font-family: 'Niconne', cursive;
	font-size: 1.8rem;
}

.btn2{
	display: block;
	width: 100%;
	padding: 5px 5px;
	border: 0;
	border-radius: 5px;
	margin: 1px 1px;
}

.btn2:hover{
	text-decoration: none;
	opacity: 0.8;
}

.login-form .social-icons{
	margin-top: 10px;
	margin-bottom: 5px;
}

.login-form .social-icons a{
	font-size: 1.7rem;
	margin: 3px;
	color: #0052B7;
	border: 1px solid;
	border-radius: 50%;
	width: 45px;
	display: inline-block;
	height: 45px;
	background-color: #fff;
	line-height: 45px;
}

.login-form .social-icons a:hover{
	text-decoration: none;
	opacity: .8;
}

/*
.tm-mb-90 { margin-bottom: 90px; }

.tm-paging-col { flex-direction: column; }

.tm-paging { flex-wrap: wrap; }
*/

.num-link{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    font-size: 1.5rem;
    color: #822306;
    font-weight: bolder;
    background-color: #f7ac8b;
    font-family: 'Acme', sans-serif;
    margin: 5px;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
}

.num-link:hover{
	background-color: #d08c6e;
	color: #822306;
}

.icon-link{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    font-size: 3rem;
    color: #652620;
    
    margin: 5px 15px;
    
    text-decoration: none;
    transition: all 0.3s ease;
}

.icon-link:hover{
	color: #200C0A;
}

a.active{
	background: tomato;
	color: #fff;
}
/*
.tm-paging-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    font-size: 1.1rem;
    color: #999;
    background-color: #EEEEEE;
    margin: 10px;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-primary {
    background-color: #009999;
    border: 0;
    border-radius: 5px;
    padding: 12px 50px 14px;
    font-size: 1.2rem;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color:#086969;
}

.btn-primary.disabled, 
.btn-primary:disabled {
    background-color: #009999;
    pointer-events: all;
    cursor: not-allowed;
}
*/