
.white{ color:#FFF;}
modal-header {
  border-bottom: none;
}

.modal-dialog {
  width: 100%;
  min-width:100%;
  height: 100%;
  margin: 0;
  padding: 0;
}


.modal-content {
  height: auto;
  min-height: 100%;
  min-width:100%;
  border-radius: 0;
  background: none;
  box-shadow: none;
  background: #e7591C;
background: #e7591C;
color:#FFFFFF;
}

.modal-body {
  text-align: center;
  background:none;
}
.modal-body h1
{
	color:#FFF;
	font-family: 'Open Sans', sans-serif;
font-family: 'Fjalla One', sans-serif;
font-size:4em;
text-align:center;
}


.modal-content .close {
  opacity: 1;
  font-size: 30px;
  color:#FFF;
}


.input-big
{
	width:50%;
	height:40px;
	
font-size:1.7em;
text-align:center;
}
.text-orange
{
	color:#e7591C;
}

