@charset "utf-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
	outline: 0;
}

@import url('https://fonts.googleapis.com/css?family=Open+Sans');

html{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}
body{
/*background-image: url('http://www.zalub.com/img/si2.jpg');*/
	background-size: cover;
	background-repeat:no-repeat;
	/*background:#54606e;*/
	background:#55bce9;
}

input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="number"], textarea {
    width: 97%;
    height: 25px;
    margin: 0 0 15px;
    padding: 10px 1%;
    font-size: 18px;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

input[type="submit"], input[type="button"], input[type="reset"] {
    display: inline-block;
    background: #2394D5;
    padding: 5px 15px;
    color: #fff;
    border: 0 none;
    font-size: 18px;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover {
	opacity: .8;
}

.main input[type="text"], .main input[type="password"] {
	text-align: center;
	border:0;
}
.main input[type="submit"] {
    width: 99%;
    margin: 0 auto;
    padding: 13px 0;
}

.main{
    width: 50%;
/*background-color: rgba(255,255,255,.4);*/
background-color: #55bce9;
    text-align: center;
	border-radius: 5px;
	margin: 12% auto 0 auto;
	padding: 3%;
    position: relative;
    
}

.error{
    background-color: #E74F4F;
    position: absolute;
    top: 0;
    padding: 10px 0 ;
    border-radius:  0 0 5px 5px;
    color: #fff;
    width: 100%;
    text-align: center;
    display: none;
}

#usuariolg{
background-position: left center;
background-position-x: 12px;
background-image: url(http://www.parcont.com/images/user_icon.png);
background-repeat: no-repeat;

}


#passlg{
background-position: left center;
background-position-x: 12px;
background-image: url(http://www.parcont.com/images/pass_lock.png);
background-repeat: no-repeat;

}

.login-block{
    float:left;
    width:50%;
}
.col-xs-12 {
    width: 100%;
}
.col-md-6 {
    width: 50%;
}
.block-ui {
    position: relative;
}

h1, h2, h3, h4, h5, h6 {
    font: 29px "Raleway",sans-serif;
}

.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto;
}

@media only screen and (max-width: 767px) {
    #imagen-login{
        display:none;
    }
    .login-block{
    width:100%;
}
}

@media only screen and (max-width: 767px) {
    .main {
    width: 70%;
    margin:10% auto 0 auto
}
    
}