*{
    margin: 0; 
    padding: 0;
    box-sizing: border-box;
    font-family: 'Raleway';
    text-decoration: none;
}

@font-face {
	font-family: 'Linearicons-Free';
	src:url('../icon/fonts/Linearicons-Free.eot?w118d');
	src:url('../icon/fonts/Linearicons-Free.eot?#iefixw118d') format('embedded-opentype'),
		url('../icon/fonts/Linearicons-Free.woff2?w118d') format('woff2'),
		url('../icon/fonts/Linearicons-Free.woff?w118d') format('woff'),
		url('../icon/fonts/Linearicons-Free.ttf?w118d') format('truetype'),
		url('../icon/fonts/Linearicons-Free.svg?w118d#Linearicons-Free') format('svg');
	font-weight: normal;
	font-style: normal;
}

.lnr {
	font-family: 'Linearicons-Free';
    speak-as: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body{
    background-image: url(../images/ad13Out-1.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}

.container-form{
    width: 100%;
    max-width: 600px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-bottom: 50px;
    overflow: hidden;
}

.header{
    width: 100%;
    height: 80px;
    padding: 10px;
    background: #282638;
    display: flex;
    position: relative;
}

.logo-title{
    display: flex;
    margin-top: 8px;
    margin-left: 10px;
}

.logo-title img{
    width: 40px;
    height: 40px;
}

.logo-title h2{
   margin-left: 10px;
    margin-top: 8px;
    color: white;
    font-weight: 300;
}

.menu{
    display: flex;
    position: absolute;
    right: 0px;
    top: 0px;
    color: white;
}

.menu li{
    list-style: none;
    padding: 30px;
    padding-bottom: 27px;
    font-weight: 300;
}

.line-li{
    border-bottom: 4px solid #5584FF;
}

.menu li:hover{
    border-bottom: 4px solid #fff;
    cursor: pointer;
}

a{
    color: white;
}

.message{
    font-size: 20px;
    margin-left: 80px;
    margin-top: -4px;
    font-weight: bold;
    color: #fd0606;
}

/*formulario Login*/


.form{
    width: 100%;
}

.form .welcome-form{
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.form .welcome-form h1{
    font-weight: 300;
    font-size: 30px;
    color: #898989;
}

.form .welcome-form h2{
    font-size: 34px;
    margin-left: 10px;
    margin-top: -4px;
    font-weight: bold;
    color: #5584FF;
}

.line-input{
    max-width: 350px;
    display: flex;
    border-bottom: 1px solid #efefef;
    margin: auto;
    margin-top: 40px;
    padding: 6px;
    position: relative;
}

.lnr-user:before {
	content: "\e82a";
}

.lnr-users:before {
	content: "\e82b";
}

.lnr-lock:before {
	content: "\e80f";
}

}
.lnr-chevron-right:before {
	content: "\e876";
}

.lnr-exit:before {
	content: "\e820";
}

.border-input{
    border-bottom: 1px solid #5584FF;
}

.line-input input{
    border-style: none;
    outline: 0px;
    margin-left: 10px;
    font-size: 16px;
    width: 100%;
    font-weight: 300;
}

.line-input label{
    font-size: 20px;
    position: relative;
    top: -4px;
    color: #0076ff;
}

.form button{
    width: 300px;
    height: 50px;
    display: block;
    margin: auto;
    margin-top: 50px;
    color: white;
    background: #5584FF;
    border-style: none;
    outline: 0px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.form button:hover{
    opacity: .9;
}

.form button label{
    position: relative;
    left: 50px;
    font-size: 10px;
    cursor: pointer;
}


.mensaje{
    width: 100%;
    max-width: 350px;
    margin: auto;
    margin-top: 20px;
    text-align: left;
    padding: 6px;
    color: red;
}


.active{
    border-bottom: 4px solid #5584FF;
}


/*Principal*/


.welcome{
            width: 100%;
            max-width: 600px;
            margin: auto;
            margin-top: 100px;
            background: rgba(0,0,0,0.6);
            text-align: center;
            padding: 20px;
        }

        .welcome h1{
            font-size: 50px;
            color: white;
            font-weight: 100;
        }
        
        .welcome a{
            display: block;
            margin-top: 40px;
            font-size: 20px;
            padding: 10px;
            border: 1px solid white;
        }
        
        .welcome a:hover{
            color: black;
            background: white;
        }

/* Responsive Design */
/*
@media (max-width: 768px) {
    nav ul {
        flex-direction: column;
        gap: 0.5rem;
    }
}
*/


/* Estilos responsive */
@media screen and (max-width: 768px) {
    .container-form {
        max-width: 90%;
        padding: 20px;
        margin: 20px;
        transform: translate(-50%, -50%) scale(0.95);
    }

    .header {
        height: 60px;
        padding: 5px;
    }

    .logo-title {
        margin-top: 5px;
        margin-left: 5px;
    }

    .logo-title img {
        width: 30px;
        height: 30px;
    }

    .logo-title h2 {
        margin-left: 5px;
        margin-top: 5px;
        font-size: 16px;
    }

    .form {
        padding: 15px;
    }

    .line-input {
        margin-bottom: 15px;
    }

    .line-input input {
        font-size: 14px;
        padding: 10px;
    }

    button {
        font-size: 14px;
        padding: 10px 20px;
    }
}

@media screen and (max-width: 480px) {
    .container-form {
        max-width: 95%;
        padding: 15px;
        transform: translate(-50%, -50%) scale(0.9);
    }

    .header {
        height: 50px;
    }

    .logo-title h2 {
        font-size: 14px;
    }

    .welcome-form h2 {
        font-size: 20px;
    }

    .line-input input {
        font-size: 13px;
    }

    button {
        font-size: 13px;
        padding: 8px 15px;
    }
}




























