@import "../fonts/index.css";

html, body{ 
    background: url(../img/login-desktop2.svg) no-repeat center center fixed; 
    width:100%;
    height:100%;
    background-size: cover;
    font-family:"Product Sans";
    margin:0 auto;
}

#form-login{
	width: 260px;
	height: 300px;
	position: absolute;
	top:-100px;
	bottom: 0;
    margin: auto;
    transition: all .5s linear;
}

textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
-webkit-appearance: none;
}

#logos-mobile, #dgsc-mobile{
    display:none;
}

@media screen and (min-width:1px) and (max-width:768px){

    html,body{
        background: url(../img/login-mobile5.svg) no-repeat center center fixed; 
        background-position: center 130px;
        background-size: cover;
        font-family:"Product Sans";
        margin:0 auto;
        width:100%;
        height:100%;
    }

    #form-login{
        position: absolute;
        top:220px;
        bottom: 0;
        left:10px;
        right:0;
        margin: auto;
        transition: all .5s linear;
    }

    .input{
        background-color: white!important;
        border:1px solid black!important;
        width:130px;
        height:10px;
        color: rgb(0,0,0,0.2);
        border-radius:25px;
        /* border:none; */
        outline:none;
        font-size:18px;
        font-family: "Product Sans";
    }
    
    .button{
        background-color: rgb(9,30,48);
        outline:none;
        border: none;
        color:white;
        border-radius:25px;
        font-size:20px;
        font-family: "Product Sans";
        padding:15px;
        padding-left:25px;
        padding-right:25px;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 10px;
        cursor: pointer;
    }

    #logos-desktop{
        display:none;
    }

    #dgsc-mobile{
        display:block;
        position:absolute;
        top:8%!important;
        right:10%!important;
        font-family: "Product Sans"!important;
    }

    #logos-mobile{
        display:block;
        top:3.5%!important;
        left:10%;
        width:30%;
        height:30%!important;
        position:absolute;
        font-family: "Product Sans"!important;
    }

    #direccion{
        font-weight:bold;
        font-size:14px!important;
        padding:2px;
        color:rgb(40, 39, 39);
        font-family: "Product Sans"!important;
    }
    
    #seguridad{
        font-weight:bold;
        font-size:22px!important;
        padding:2px;
        color:rgb(14,41,63);
        font-family: "Product Sans"!important;
    }
    
    #ciudadana{
        font-weight:bold;
        font-size:14px!important;
        padding:2px;
        color:red!important;
        font-family: "Product Sans"!important;
    }

    #title{
        display:none!important;
    }

}

@media screen and (min-width:350px){
    #title{
        display:block!important;
    }
}

@media screen and (min-width:768px) and (max-width:992px){
    html,body{
        background: url(../img/login-mobile5.svg) no-repeat center center fixed; 
        background-position: center 210px;
        background-size: cover;
        font-family:"Product Sans";
        margin:0 auto;
        width:100%;
        height:100%;
    }

    #form-login{
        position: absolute;
        top:250px;
        bottom: 0;
        left:10px;
        right:0;
        margin: auto;
        transition: all .5s linear;
    }

    .input{
        background-color: white!important;
        width:180px!important;
        color: rgb(0,0,0,0.2);
        border-radius:25px;
        border:none;
        outline:none;
        font-size:18px;
        font-family: "Product Sans";
    }
    
    .button{
        background-color: rgb(9,30,48);
        outline:none;
        border: none;
        color:white;
        border-radius:25px;
        font-size:20px;
        font-family: "Product Sans";
        padding:15px;
        padding-left:25px;
        padding-right:25px;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 10px;
        cursor: pointer;
    }

    #logos-desktop{
        display:none;
    }

    #title{
        display:none;
    }

    #dgsc-mobile{
        display:block;
        position:absolute;
        top:10%!important;
        right:10%!important;
        font-family: "Product Sans"!important;
    }

    #logos-mobile{
        display:block;
        top:3.5%!important;
        left:10%;
        width:30%;
        height:30%!important;
        position:absolute;
        font-family: "Product Sans"!important;
    }

    #direccion{
        font-weight:bold;
        font-size:35px!important;
        padding:2px;
        color:rgb(40, 39, 39);
        font-family: "Product Sans"!important;
    }
    
    #seguridad{
        font-weight:bold;
        font-size:45px!important;
        padding:2px;
        color:rgb(14,41,63);
        font-family: "Product Sans"!important;
    }
    
    #ciudadana{
        font-weight:bold;
        font-size:35px!important;
        padding:2px;
        color:red!important;
        font-family: "Product Sans"!important;
    }

}

@media screen and (min-width:992px) and (max-width:1200px){

    #form-login{
        left: 180px;
    }

}

@media screen and (min-width:1200px) and (max-width:1700px){

    #form-login{
        left: 250px;
    }

}

@media screen and (min-width:1200px) and (max-width:1700px){

    #form-login{
        left: 280px;
    }

}

@media screen and (min-width:1700px){

    #form-login{
        left: 370px;
    }

    #logos-desktop{
        top: 20%!important;
    }

}

.input{
    background-color: white;
    color: rgb(9,30,48);
    border-radius:25px;
    border:none;
    padding:15px;
    padding-left:25px;
    padding-right:25px;
    outline:none;
    font-size:20px;
    font-family: "Product Sans";
    margin: 10px;
}

.button{
    background-color: rgb(0,0,0,0.2);
    outline:none;
    border: none;
    color:white;
    border-radius:25px;
    font-size:20px;
    font-family: "Product Sans";
    padding:15px;
    padding-left:25px;
    padding-right:25px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

#title{
    color:white;
    font-family: "Product Sans";
    font-size:25px;
}

#footer {
    position: fixed;
    bottom: 0;
    left:-10px;
    right:0;
    width: 100%;
    padding:10px;
    background: rgb(9, 30, 48);
    line-height: 2;
    text-align: center;
    color: white;
    font-size: 16px;
    font-family: "Product Sans";
}

#logos-desktop{
    position: absolute;
    top:10%;
    right:100px;
    width:35%;
    height:350px;
    margin: auto;
    align-content: center;
    transition: all .5s linear;
}

#direccion, #seguridad, #ciudadana, #unidad{
    font-family:"Product Sans"
}

#direccion{
    font-weight:bold;
    font-size:35px;
    padding:2px;
    color:rgb(40, 39, 39);
}

#seguridad{
    font-weight:bold;
    font-size:50px;
    padding:2px;
    color:rgb(14,41,63);
}

#ciudadana{
    font-weight:bold;
    font-size:35px;
    padding:2px;
    color:red;
}

#unidad{
    font-weight:bold;
    font-size:20px;
    padding:2px;
    color:rgb(9,30,48);
}

#title{
    display:block;
}