*{

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

body{
    background-image: url('../img/background.jpg');
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

.form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;

    &:focus {
        z-index: 2;
    }
}

.sesion-form {
    margin-top: 10.5em;
	position:relative;
	
}

.login {
    color: white;
    background: rgb(53,58,77);
    position: relative;
    padding: 4.0em;
  
}
    
label{
    font-family: verdana, regular;
    font-size:15px;
    padding-left: 4%;
}

#iniciaSesion{
    background-color: rgb(0,159,227) !important;
    color: white !important;
    padding-left: 3.5em;
    padding-right: 3.5em;
    border-radius: 50px !important;
    margin-top: 5.5em;
}

.texto{
    border: none !important;
    box-shadow: inset 0 0px 0px rgba(0,0,0,0) !important;
    background-color: transparent;
    color: white;
    padding-left: 15%;
}

.linea{
    background-color: rgb(0,159,227);
    bottom: -2px;
    height: 1px;
    left: 0;
    margin: 0;
    padding: 0;
    margin-left: 12%;
    margin-bottom: 12%;
    margin-top: -2%;
    width: 80%;
}

.logos{
    margin-bottom: 25%;
    position: relative;
}
