* {
  box-sizing: border-box;
}

body {
	min-height: 100vh;
	margin:0;
	width: 100vw;
	height: 100vh;
	display: table-cell;
	vertical-align: middle;
    
}

.slider-overlay {
    content: "";
    background: black;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    left: 0px;
    top: 0px;
}

.tittle_container {
    margin: auto;
    text-align: center;
}

.botonLogout {
   padding-top:10px;
   padding-bottom: 10px;
   margin-left: 155px;
}

.btn-woki{
    color: #ffffff;
    background-color:#489DDB;
    border-color: transparent;
    
}

.botonAgenda {
   padding-top:10px;
   padding-bottom: 10px;
   margin-left: 90px;
}

.botonInicio {
   padding-top:10px;
   padding-bottom: 10px;
}


.tittle_container h1 {
	font-size: 2.2em;
    word-wrap: break-word;
    max-width: 900px;
    margin: auto;
    font-weight: 300;
    color: #FFF;
    text-align: center;
    line-height: 1.1
}

.tittle_container h2 {
	text-shadow: none;
    max-width: 600px;
    margin: auto;
    word-wrap: break-word;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
    font-weight: lighter;
    font-size: 20px;
    color: white;
}

.login_box {
    max-width: 314px;
    margin: 30px auto 0px;
    padding-bottom: 20px;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.09);
    padding: 10px;
}

.login_box_logout {
    max-width: 450px;
    margin: 0px auto 0px;
    padding-bottom: 20px;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.09);
    padding: 10px;
}

.login_box_book {
    max-width: 600px;
    margin: 0px auto 0px;
    padding-bottom: 20px;
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.09);
    padding: 10px;
}

.login_box_book1 {
    max-width: 600px;
    margin: 0px auto 0px;
    padding-top: 30px;
    border-radius: 4px;
    background: #FFF;
}


.login_container {
    padding-top: 0;
}


.login_container .input_login_container {
    border: 1px solid #AABFD3;
    border-radius: 6px;
    display: table;
    width: 100%;
    height: 44px;
    background: none;
    margin-bottom: 8px;
}

.login_container .input_login_container i {
    text-align: center;
    width: 44px;
    color: #113868;
    border-right: 1px solid #AABFD3;
    font-size: 18px;
}


.login_container .input_login_container i, .login_container .input_login_container input {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    background: none;
    border: none;
}

.login_container .input_login_container input {
    width: 100%;
    border-radius: 0px 3px 3px 0px;
    padding-left: 14px;
    padding-right: 10px;
    font-size: 0.85em;
    color: #0E2F5C;
}

.login_container .input_login_container i, .login_container .input_login_container input {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    background: none;
    border: none;
}

.contenedor-slider {
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 1;
}

.separate {
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(198,212,225,0.45);
}

.link {
    display: table;
    width: 100%;
    height: 14px;
    margin: 15px auto 5px;
    font-size: 0.9em;
    text-align: center;
    font-weight: 400;
    line-height: 1;
    color: #597496;
    text-transform: uppercase;
}

.link_logout {
    display: table;
    width: 100%;
    height: 14px;
    margin: 15px auto 5px;
    font-size: 0.9em;
    text-align: center;
    font-weight: 400;
    line-height: 1.5;
    color: #597496;
    text-transform: uppercase;
}

.link_error {
    display: table;
    width: 100%;
    height: 14px;
    margin: 15px auto 5px;
    font-size: 0.9em;
    text-align: center;
    font-weight: 400;
    line-height: 1.8;
    color: #597496;
    text-transform: uppercase;
}

.slider__contenido{
	position: absolute;
	z-index: 50;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 100%;
	/*color: white;
	background: rgba(0, 0, 0, 0.4);
	padding: 20px;
	text-align: center;*/
}
.slider__img {
	position: absolute;
	width: 100%;
	height: 100%;
}

.btn-action{
    width: 100%;
    height: 48px;
    /*background: #107DFF !important;
    color: white !important;*/
    border: none;
    border-radius: 3px;
    font-weight: 400;
}