.modal-dialog{
	width: 100%;
	height: 100%;
	margin: 0;
	background: none;
	border: none;
}

.modal-content{
	background-color: rgba(255,255,255,0.9);
	background-color: white;
	padding: 25px;
	border: none;
	width: 100%;
	border: none;
	border-radius: 0;
	height: 100%;
}

.my-content{
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}

.my-content .form{
	width: 100%;
	margin: 40px auto 10px auto;
	max-width: 500px;
	font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
}

.my-content .form input,
.my-content .form button.submit{
	height: 70px;
	border: none;
	width: 100%;
	font-size: 1.5rem;
}
.my-content .form input{
	padding-left: 30px;
	border: 1px solid #a1a9b0;
}

.my-content button.submit{
	background-color: #ed5286;
	color: white;
}

.my-content button.submit:hover{
	background-color: #DB2468;
}

.my-content button.submit:disabled{
	opacity: 0.6;
}

.row.no-pad {
  margin-right:0;
  margin-left:0;
}
.row.no-pad > [class*='col-'] {
  padding-right:0;
  padding-left:0;
}


.modal-dialog .navigation{
	text-align: right;
}
.modal-dialog .navigation button{
	width: 45px;
	height: 45px;
	padding: 0;
	margin: 0;
}
.modal-dialog .navigation button img{
	width: 45px;
	height: 45px;
}