/* The Modal (background)*/
.modal {
	border-color: #30A1D4;
}

@media only screen and (min-width: 1024px){
.modal {
	height: 366px;
    top: 46px;
}
}

@media only screen and (min-width: 1600px){
.modal {
	height: 450px;
    top: 58px;
}
}

@media only screen and (min-width: 1920px){
.modal {
	height: 570px;
    top: 70px;
}
}

@media only screen and (min-width: 2560px){
.modal {
	height: 770px;
    top: 100px;
}
}
