 
 
#boxes .window {
	position: absolute;
	z-index: 999999;
	display: inline-block;
	right: 5%;
	bottom: 5%;
	text-align: center;
}
.pic {
	height: auto;
	width: 100%;
}
#boxes #dialog {
	width: 300px;
	padding: 10px;
	background-color: #ffffff;
	font-size: 15pt;
	display: inline-block;
}

.input1 {
    width: 95%;
    margin-bottom: 9px;
   font-family: "Montserrat", sans-serif;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-right: 0%;
    font-size: 16px;
    color: #333333;
    border-bottom-width: 1px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-bottom-color: #009966;
    background-color: transparent;
}

.btn {
    background-color: #FF9900;
    font-size: 17px;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    padding-right: 21px;
    padding-left: 21px;
    padding-top: 9px;
    padding-bottom: 9px;
    margin-top: 21px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    color: #FFFFFF; margin-bottom: 21px
}


@media(max-width:500px){
#boxes .window {
	
	right:9%;
	bottom:23%;
}
	
	}



@media(max-width:360px){
#boxes .window {
	
	right:5%;
	
}	
	
	}
