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

body{
	background:#f1f9f9;
}

.form-signin {
    max-width: 1000px;
   /* padding: 19px 29px 29px; */
    margin: 30% auto;
    /*background-color: #fff; */
	
   /* border: 1px solid #990089;*/
    margin-top: 3%;
    padding-bottom: 2px;
    padding-top: 2px;

    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
 /*   -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
       -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
            box-shadow: 0 1px 2px rgba(0,0,0,.05);
	*/		
	font-family:Tahoma, Geneva, sans-serif;
	color:#990000;
	font-weight:lighter;
    opacity: 0.85;
}

.form-signin .form-signin-heading{
    color:#00A2D1;
}
.form-signin input[type="text"],
.form-signin input[type="password"],
.form-signin input[type="email"] {
    font-size: 16px;
    height: 45px;
    padding: 7px 9px;
}

.signin-form, .body-container
{
	/*border:solid red 1px; */
	margin-top:110px;
}
.navbar-brand{
    /*font-family:"Lucida Handwriting";*/
    font-family:"Tahoma";
}
#btn-submit{
	height:45px;
}
@media screen and (min-width: 1000px) {
    .fondoLogin{
        background-image: url(http://www.imexregalos.cl/wishlist/images/fondoselectorwebregalos[6].png);
        height: auto;
        /* color: black; */
        width: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: cover;
    }


}
@media screen and (max-width: 1000px) {
    .fondoLogin{
       
       background: rgb(238, 248,253);
      /*   background: linear-gradient(90deg, rgba(89,178,255,0.9) 17%, rgba(0,114,201,0.9) 34%, rgba(168,198,0,0.9) 51%, rgba(247,200,6,0.9) 68%, rgba(255,138,28,0.9) 85%); */
        
        /* background-image: url(http://orion.imex.cl/articulos/articulos/Temporadas/Navidad2020/fondoMovil2.png); */
        height: auto;
        width: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-attachment: scroll;
        background-size: cover;
    }


}





