*, *:before, *:after {
    box-sizing: inherit;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	box-sizing: border-box;
}

img {
	margin: 10px 20px 10px 0;
	width: 100%;
    max-width: 400px;
}

#wait {
	position: absolute;
	bottom: 25%;
	display: none;
}

body {
	background-color: #253D8A;
	font-family: Verdana, sans-serif;
    font-size: 15px;
    line-height: 1.5;
	margin: 0;
}

button {
	text-transform: none;
	font: inherit;
	margin: 0;
}

button.w3-button.w3-red {
    background: red;
    color: white;
}

section {
    padding: 16px;
    border-top: 1px solid #ccc;
    background: #f1f1f1;
}

.w3-container {
	padding: 0.01em 16px;
}

.w3-container::before {
    content: "";
    display: table;
    clear: both;
}

.w3-indigo, .w3-hover-indigo:hover {
    color: #fff !important;
    background-color: #253D8A !important;
}

.w3-button {
    border: none;
    display: block;
    padding: 8px 16px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
}

.w3-green, .w3-hover-green:hover {
    color: #fff !important;
    background-color: #4CAF50 !important;
}

.w3-large {
    font-size: 18px !important;
}

.w3-modal {
    z-index: 3;
    display: none;
    padding-top: 100px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.w3-modal-content {
    margin: auto;
    background-color: #fff;
    position: relative;
    padding: 0;
    outline: 0;
    width: 600px;
}

.w3-card-4, .w3-hover-shadow:hover {
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
}

.w3-animate-zoom {
    animation: animatezoom 0.6s;
}

.w3-center {
    text-align: center !important;
}

.w3-topright {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 24px;
    padding: 8px 16px;
    cursor: pointer;
}

.w3-circle {
	border-radius: 50%;
	margin-top: 16px;
	width: 30%;
}

.w3-section, .w3-code {
    margin-top: 16px !important;
    margin-bottom: 16px !important;
}

.w3-input {
	margin: 0;
	margin-bottom: 16px;
	font:inherit;
    padding: 8px;
    display: block;
    border: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    width: 100%;
}

.w3-login {
    border: none;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    text-transform: none;
    font: inherit;
    margin: 0;
    background-color: #009688 !important;
    color: #fff;
    padding: 8px 16px !important;
    margin-top: 16px;
    margin-bottom: 16px;
    display: block;
    width: 100%;
}

img {
	margin: 10px 20px 10px 0;
	width: 100%;
	vertical-align: middle;
	border-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Segoe UI", Arial, sans-serif;
    font-weight: 400;
    margin: 10px 0;
}

h2 {
	font-size: 30px;
}

@media (max-width: 768px) {
    .w3-modal-content {
        width: 500px;
    }
}

@media (max-width: 600px) {
    .w3-modal-content {
        margin: 0 10px;
        width: auto !important;
    }
}