.login-content {
    width: 100%;
    height: 100%;
    padding-top: inherit;
    padding-bottom: inherit;
    background-image: url(../img/pcs/background.jpg);
    background-repeat: no-repeat;
    background-position: center center !important;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative; 
    overflow: hidden;
}
.login-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(1, 78, 250, 0.7);
    z-index: 1;
}
.form-signin {
    position: fixed;
    left: 0;
    top: 0;
    width: 40%;
    height: 100vh;
    background-color: white;
    padding: 0px 60px;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
    border-radius: 0px !important;
    font-family: "RobotoRegular", sans-serif; 
    font-family: inherit;
}
.metrodetail{
	display:none !important;
}
.dimensionescabecera {
    display: flex;
    flex-direction: column; 
    align-items: center;
    gap: 20px;    
}
.form-signin .dimensionescabecera .logotipoapp{
    background-image: url('../img/pcs/logo_posidonia_pcs2.0.png');
	background-size: contain; 
    background-position: center; 
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    min-height: 110px;
}
#cookie-bar{
	background: #f8faff;
	z-index: 3 !important;
    position: relative;
    color: #101012;
    box-shadow: 0 3px 3px -2px rgba(0, 0, 0, .2), 0 3px 4px 0 rgba(0, 0, 0, .14), 0 1px 8px 0 rgba(0, 0, 0, .12) !important;
}
.logopruebas img {
   content: url('../img/screwdriver-wrench-solid.svg');
   width: 20px !important;
   height: 20px !important;
   margin-right: 5px;
}
.logopruebas .testtext, .logotipopruebas .testtext {
	 font-family: inherit;	
	 font-size: 20px !important;
}
#login{
	font-weight: bold;
    width: auto;
    float: none;
    height: auto;
    line-height: 2em;
    display: block;
    transform: translateX(-2.564102564102564%);
    margin: 15px 0px;  
}
.remember-session{
	color: #101012 !important;
	font-size: 12px;
}
#requestResetPassword{
	color: #014EFA;
}
#remember-session-check {  
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #B0B6C2 !important;
  border-radius: 3px;
  box-sizing: border-box;
  transition: background-color 0.3s, border-color 0.3s;
}
.appversion{
	margin-right: 12px;
	font-family: inherit;
}
#formLogin > .row-fluid > .span4 {
	width: 100%;
}
#login-usr {
	height: 40px;
    width: 100%; 
    padding: 8px 12px;
    font-size: 16px;
    border: 1px solid #DADDE0; 
    border-radius: 4px;
    background-color: white;
    transition: all 0.3s ease-in-out;
    outline: none;
    font-weight: initial;
}
#login-usr:focus {
    border-color: #014EFA;
    box-shadow: none !important;
}
body #login-usr.error {
    border-color: 2px solid red !important;
    border: 2px solid red !important;
}
#login-pwd{
	height: 40px;
	width: 100%; 
    padding: 8px 12px;
    font-size: 16px;
    border: 1px solid #DADDE0; 
    border-radius: 4px;
    background-color: white;
    transition: all 0.3s ease-in-out;
    outline: none;
    font-weight: initial;
}
#login-pwd:focus {
    border-color: #014EFA;
    box-shadow: none !important;
}
.cb-enable{
	background: none !important;
	color: #e56208 !important;
}
.cb-enable:hover{
	background: #e5620821 !important;
}
.cb-policy{
	background: none !important;
	color: #014EFA !important;
}
.cb-policy:hover{
	background: #002bff21 !important;
	
}
.tlypageguide_toggle{
	border-radius: 10px !important;
}
.logotipopruebas img {
   content: url('../img/screwdriver-wrench-solid.svg');
   width: 30px !important;
   height: 30px !important;
   margin-right: 5px;
}
#tlyPageGuideWrapper .tlypageguide_toggle {
	-webkit-border-radius: 10px 0 0 10px!important;
    -moz-border-radius:10px 0 0 10px!important;
    -o-border-radius: 10px 0 0 10px!important;
	right: -130px !important;
	padding: 20px 10px 10px 10px;
}
#tlyPageGuideWrapper .tlypageguide_toggle:before {    
    left: 17px;    
}
#tlyPageGuideWrapper .tlypageguide_toggle div {
	right: 0px;
}
