
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

body,html {
	padding:0;
	margin:0;
	height: 100%;
	font-family: 'Roboto', sans-serif;

}

.container {
	height: 100%;
	position: relative;
	text-align: center;
	display: flex;
	align-content: center;
	justify-content: center;
	flex-direction: column;
}



img {
	max-width: 100%;
	height: auto;
}


a {
	color: #379795;
	font-weight: bold;
	text-decoration: underline;
}

iframe {
	border:0;
	width: 100%;

}

.modal {
	padding: 15px!important;
	max-width: 600px!important;
}

.logo-inner img{
	margin-bottom: 20px;
}

.modal-header {
background: #379795;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin: -16px -15px 15px -16px;
    padding: 15px;
    text-align: center;
}
