/**
 *
 * GENERAL
 *
 */
* { box-sizing: border-box; }

html,
body{
	height: 100%;
	min-height: 100%;
	background-image: url('https://www.topoland.cl/wp-content/uploads/2020/05/1920x1080_F90_header.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.content-iframe{
	height: 100%;
	position: relative;
	width:100%;
	z-index: 1;	
}
iframe{
	height: 100%;
	position: relative;
	width:100%;
}

header.header{
	background: rgba(0,0,0,0.7);
	color: #E1E1E1;
	left: 0;
	padding: 10px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 2;
}
header.header a{
	color: #ffffff;
}
header.header h1{
	font-size: 18px;
	margin:0;
	position: absolute;
}


.login {
    text-align: center;
    background-image: url(https://www.tourvirtual.topoland.cl/img/bg-login.png);
    background-size: cover;
    background-color: #fff;
    box-shadow: 1px 1px 20px 15px #00000038;
    margin-left: 30%;
    margin-right: 30%;
    margin-top: 5%;
    padding: 3%;
    border-radius: 5px;
    position: static;
    
    

}

p.infocontacto {
    margin-top: 17px;
}

.mt-5, .my-5 {
    margin-top: 10rem!important;
}



.btn-primary {
    color: #fff;
    background-color: #9d5a3a;
    border-color: #9d5a3a;
}





/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    
    
    .login {
    margin-left: 13%;
    margin-right: 13%;
    margin-top: 15%;
    padding: 5%;
}

.infomail {
    display: none;
    
}


img.logos {
    width: 100%;
    height: 100%;
}
	
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    
    .login {
    margin-left: 13%;
    margin-right: 13%;
    margin-top: 15%;
    padding: 5%;
}

.infomail{
    display: none;
    
}

img.logos {
    width: 100%;
    height: 100%;
}
	
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    
    
    .infomail {
    display: none;
    
}

img.logos {
    width: 100%;
    height: 100%;
}
    
	
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    
    
    
    
    
	
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

}
