* {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
			font-family: 'Roboto Condensed', sans-serif;
           
}

h1{
	font-size: 2.3rem;
	font-weight: bold;
	color: #1C2126;
}
a:hover{text-decoration: underline;}
a:focus{outline:0px;}

input::-webkit-input-placeholder {
    /* Google Chrome y Safari */
    color: #707070;
	opacity:1;
}
input:-moz-placeholder {
    /* Firefox anterior a 19 */
    color: #707070;
	opacity:1;
}
input::-moz-placeholder {
    /* Firefox 19 y superior */
    color: #707070;
	opacity:1;
}
input:-ms-input-placeholder {
    /* Internet Explorer 10 y superior */
    color: #707070;
	opacity:1;
}

.errors-list{
    list-style-type: none; 
    
}
.errors-list li{
    text-align: left;
    color: rgba(255, 255, 255, 0.776);
}

#spinner-div {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 99999;
}
.spinner-border{
    top: 45%;
    position: absolute;
}

/* LOGIN */

#login {
  max-width: 400px;
  width: 90%;
  margin: 0 auto 10%;
}
#login .form-group { margin-bottom: 20px;}

.input-style{
    border-radius: 100px;
    padding: 12px;
}
.input-group-addon .bi {
    font-size: 25px;
}
.btnLogin{
	border-radius: 100px;
	background-color: #B22F2F;
	border-color: #8d1010;
	width: 150px;
    color: #fff;
    padding: 10px;
}

input[readonly]{
	background-color:#f9f9f9;
}
.logo{
    width: 190px;
    margin: 30px auto;
    display: block;
}

.alertify-notifier,.alertify { 
    z-index:999999 !important;
    text-align: center;
    font-size: 12px;
}
.wp-dashboard{
	margin-top: 160px;
}

/* DASHBOARD */

.navbar-row{
	margin-bottom: 140px;
}

.login-admin{
	width: 100px;
	margin-left: 20px;
	display: block;
}
.navbar {
	background-color: #FFF;
}
#sidebarMenu {
	width: 100%;
}

.height-58{
    height: 58px !important;
}

.height-50 span i{
    font-size: 20px;
    line-height: 43px;
}

.input-group span .bi{
    font-size: 20px;
}

input[readonly] {
    cursor: text;
    background-color: #fff;
}

.btn-action{
    width: 50px;
    padding: 10px !important;
}

.form-group label{
    display: block;
}

.btn > .bi{
    font-size: 16px;
}
  
.form-floating .bi{
    position: absolute;
    right: 15px;
    bottom: 13px;
    cursor: pointer;
    font-size: 18px;
}
