    .security_Window{
        position:absolute;
        width: 100%;
        bottom: 0px;
        height: calc(100%);
        background-color: #FFFFFF;
        display:block;
        } 
    .security_Photo{
        position:absolute;
        max-width: calc(60% - 12px);
        height: calc(100% - 12px);
        background-color: #FFFFFF;
        overflow: hidden;
        margin: 5px;
        border: 1px solid #adabb1;
		-moz-border-radius: 25px; 
		-webkit-border-radius: 25px; 
		border-radius: 25px; 
        display:block;
        }
        .security_ImagePhoto {
            height: 100%;
            }
        .security_Politiques {
            position: absolute;
            bottom: 5px;
            right: 25px;
            font-family: 'Poppins';
            font-size: 11px;
            color: #555555;
            font-weight: normal;
            width: calc(100% - 25px);
            height: auto;
            text-align: right;
            }
            .security_Link {
                font-family:Poppins;
                font-size: 11px;
                background-color: #FFFFFF;
                color: #3b3d41;
                text-align:center;
                cursor: pointer;
                padding: 0px 15px;
                text-decoration: none;
                border: 1px solid #3b3d41;
    	    	-moz-border-radius: 5px; 
        		-webkit-border-radius: 5px; 
        		border-radius: 5px; 
                }
            .security_Link:hover {
                color:#FFFFFF;
                background-color: #AE334A;
                }
        .security_Power {
            position: absolute;
            top: 15px;
            left: 25px;
            height: 15px;
            text-align: left;
            }
            .security_PowerLink {
                height: 100%;
                display:table;
                }
                .security_PowerLogo{
                    display:table-cell;
                    }



    .security_LogoStyle {
        position:absolute;
        top: 30%;
        left: 6px;
        width: auto;
        height: 60%;
        display:block;
        }
        .security_Image {
            opacity: 0.7;
            height: 100%;
            }
    .security_login{
        position:absolute;
        right: 0px;
        width: calc(40% - 12px);
        min-width: 250px;
        height: calc(100% - 12px);
        background-color: #FFFFFF;
        border: 6px solid #FFFFFF;
        overflow: auto;
        display:block;
        }
        .security_Logo {
            position:relative;
            width: 100%;
            height: 20%;
            max-height: 200px;
            min-height: 100px;
            text-align: center;
            }
            .securitylogo_Image {
                position:absolute;
                width: 100%;
                bottom: 20px;
                max-height: 80%;
                text-align:center;
                display:table;
                }
                .securitylogo_ImageIMG {
                    height: 100;
                    display:table-cell;
                    }
         .security_Titol {
            font-family: 'Poppins';
            font-size: 3vw;
            color: #555555;
            position: relative;
            font-weight: bolder;
            width: 100%;
            height: 15%;
            text-align: center;
            }
         .security_Missatge {
            font-family: 'Poppins';
            font-size: 14px;
            color: #555555;
            position: relative;
            font-weight: normal;
            width: 100%;
            height: 10%;
            text-align: center;
            }
         .security_Formulari {
            font-family: 'Poppins';
            font-size: 14px;
            color: #555555;
            position: relative;
            font-weight: normal;
            width: 100%;
            min-width: 250px;
            height: 55%;
            min-height: 200px;
            text-align: center;
            overflow: hidden;
            }


        .logged_Logo {
            position:absolute;
            top: 0px;
            width: 100%;
            height: 150px;
            text-align: center;
            }
            .logo_Image {
                height: 100%;
                }
         .logged_Titol {
            font-family: 'Poppins';
            font-size: 20px;
            color: #555555;
            position: absolute;
            top: 150px;
            font-weight: bolder;
            width: 100%;
            height: 100px;
            text-align: center;
            }
         .logged_Missatge {
            font-family: 'Poppins';
            font-size: 14px;
            color: #555555;
            position: absolute;
            top: 250px;
            font-weight: normal;
            width: 100%;
            height: 50px;
            text-align: center;
            }
         .logged_Desktop {
            font-family: 'Poppins';
            font-size: 14px;
            color: #555555;
            position: absolute;
            bottom: 0px;
            font-weight: normal;
            width: calc(100% - 2px);
            border: 1px solid #3B3D41;
            height: calc(100% - 300px);
            background-color: #FFFFFF;
	    	-moz-border-radius: 25px; 
		    -webkit-border-radius: 25px; 
    		border-radius: 25px;  
            text-align: center;
            overflow: hidden;
            }

