/* -- Cambio del fondo */
.login-body{
    margin: 0px;
    display: flex;
    position: relative;
    width: 100vw;
    height: 100vh;
    flex-direction: column;
    overflow-y: auto;
    background-color: #fafbfc;
}


@media screen and (max-width: 1200px){
    .login-logo-top {
        position: absolute;
    }
}


.login-logo-top {
    position: fixed;
    top: 40px;
    left: 40px;
    z-index: 10;
}
.login-logo-top img{
    height: 25px;
    width: auto;
}


.login-page-top-right {
    position: fixed;
    top: 30px;
    right: 30px;
    z-index: 10;
    display: flex;
    align-items: center;
    margin-left: auto;
}
.login-page-top-divider {
    height: 100px;
    flex-shrink: 0;
}


.login-home{
    position: relative;
    flex-grow: 1;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 70px;
}


.login-box{
    ax-width: 500px;
    width: 480px;
    margin: 0 auto;
    background-color: #fff;
    box-sizing: border-box;
    float: none !important;
    box-shadow: 0 24px 64px #26214a3b;
    padding: 30px 60px;
    -webkit-box-shadow: 0 24px 64px #26214a3b;
    border-radius: 15px;
    box-shadow:0 24px 64px #26214a3b

}
.login-box .welcome-msg{
    margin-top: 10px;
    text-align: center;
}
.login-page-footer {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.4;
    position: absolute;
    bottom: 20px;
    width: 100%;
    padding: 0 80px;
    text-align: center;
    box-sizing: border-box;
    color: #fffc;
}
.login-page-top-right-button {
    background: #2EA3F2 none !important;
    border-radius: 5px !important;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    border: 0px;
    font-size: 16px !important;
    padding: 10px 16px 12px !important;
    margin-left: 16px;
    box-shadow: 0 10px 25px #2ea3f247;
    -webkit-box-shadow: 0 10px 25px #2ea3f247;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.login-page-top-right-button:hover {
    color: #fff;
    background-color:#078be5 !important
}

.BotonEnviar {
    background: #2EA3F2 none !important;
    border-radius: 5px !important;
    color: #fff;
    font-weight: bold;
    width: 100%;
    cursor:pointer;
    border: 0px;
    font-size: 20px !important;
    line-height: 20px;
    padding: 18px 10px !important;
    margin:0px 0px 20px;
    box-shadow: 0 10px 25px #2ea3f247;
    -webkit-box-shadow: 0 10px 25px #2ea3f247;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.BotonEnviar:hover {
    color: #fff;
    background-color:#078be5 !important
}

.ui-staticmessage{
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
    padding: 15px 20px !important;
    margin: 0 auto 10px !important;
    font-size: 14px;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    /* color: #444 !important; */
    color: #86181d !important;
    background-color: #ffdce0 !important;
}

.ui-message-info{
    color: #333 !important;
    border-color: #65BB6A !important;
    background-color: #C7E7D7 !important;

}
.ui-staticmessage .ui-message-error-detail,.ui-staticmessage .ui-message-info-detail{
    margin-left:0px;
}
.ui-staticmessage .ui-message-error-icon,.ui-staticmessage .ui-message-error-summary,.ui-staticmessage .ui-message-info-icon,.ui-staticmessage .ui-message-info-summary{
    display:none;

}
body{
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
}


.login-container{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    background: #fff;
    max-width: 100%;
    margin-top:2vh !important;
    position: relative;
    z-index: 2;
}

@media all and (min-width: 601px) {
    .login-container {
        min-height:0
    }

    .login-container {
        -webkit-transition: .2s;
        transition: .2s
    }

    .login-container {

        -webkit-flex-shrink: 0;
        flex-shrink: 0;
        background: #fff;
        -webkit-border-radius: 24px;
        border-radius: 24px;
        -webkit-box-shadow: 0 24px 64px #26214a1a;
        box-shadow: 0 24px 64px #26214a1a;
        display: block;
        margin: 0 auto;
        min-height: 0;
        max-width: 400px
    }


}



.login-logo{
	text-align:center;
    margin-bottom:40px;
}
.login-logo img{
	width:70%;
}
	



	.containerLogin {
		border: none !important;
	}



	

/* FIN Estilos Cabecera Login */

/*  -- Inputs login */

	.login-box input[type="text"],
	.login-box input[type="password"] {
		border-radius: 5px !important;
		border: 1px solid #c2eaf5 !important;
		font-size: 20px !important;
	    width:100%;
	    box-sizing:border-box;
		padding: 10px 20px !important;
        margin-bottom: 26px;
        margin-top:4px;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}


	.login-box input[type="text"]:hover,
	.login-box input[type="text"]:focus,
	.login-box input[type="password"]:hover,
	.login-box input[type="password"]:focus{
		background-color: #fff !important;
	}


	/* for placeholder coloring */

	.login-box input[type="text"]::-moz-placeholder,
	.login-box input[type="text"]:-ms-input-placeholder,
	.login-box input[type="password"]::-webkit-input-placeholder {
	  /* Internet Explorer 10+ */
        font-size: 10px;
	  color: #34495e;
	}

/* FIN inputs login */

/* Boton Enviar */


/* FIN Boton Enviar */

/* Login Logo */


/* FIN Login Logo */

/* Footer */

#footer-login {
	position: absolute;
	bottom: 5px;
}

.copyright {
	text-align: center;
    color: rgba(0,0,0,0.65);
	font-family: 'titillium_webregular' !important;
}

/* FIN Footer */
