/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	max-width: 100%;
}
i {
	font-style: italic;
}
html {
	font: normal 16px / 1.6em "Barlow", Arial, sans-serif;
	color: #222222;
}
body {
	background-color: #F5F5F5;
}
input {
	font-family: "Barlow", Arial, sans-serif;
}
input::placeholder {
	color: #cccccc;
}
input[type=submit],
#btnGoBack {
	-webkit-appearance: none; /* WebKit */
	-moz-appearance: none; /* Mozilla */
	-o-appearance: none; /* Opera */
	-ms-appearance: none; /* Internet Explorer */
	appearance: none; /* CSS3 */
}
/* Standard */

.wrap {
	max-width: 600px;
	width: 90%;
	margin: 24px auto;
}
.box {
	border-radius: 14px;
	background-color: #ffffff;
	box-shadow: 0 0 8px 0 rgba(0,0,0,0.15);	
	overflow: hidden;
}
.box .deposit {
	font-weight: bold;
	text-transform: uppercase;	
	font-size: 14px;
	text-align: right;
	float: right;
	margin-top: 0.3em;
}
.box .deposit .amount {
	font-size: 20px;
	line-height: 1.4em;
}
.box .details {
	font-size: 15px;	
	line-height: 1.6em;
}
.box .details label {
	width: 140px;
}
.box .details label, .box .details .separator {
	color: #444444;
	display: inline-block;
}
.box .details .separator {
	margin-right: 0.5em;
}
.box .details .value {
	font-weight: bold;
	display: inline-block;
}
.box .top {
	border-bottom: 1px solid #eeeeee;
	padding: 1.5em 2em;
}
.box .content {
	padding: 2em 2em 1em;
	text-align: center;
}
.content.inside-bank {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	margin-top: 30px;
}
.loading-processing-img img {
	margin-top: 30px;
	width: 250px;
}
.login-form {
	width: 220px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
.login-form.wide {
	width: 250px;
}
.form-row {
	margin: 10px 0px;
}
.form-cell .error,
.form-cell .success {
	color: #CC3333;
	font-size: 13px;
	font-weight: bold;
	margin-top: 5px;
}
.form-cell .success {
	color: #389A6E;
}
.form-cell .process {
	color: #FFC83D;
}
input[type=submit],
#btnGoBack {
	display: inline-block;
	border: 0px;
	background-color: #222222;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 1px;
	padding: 13px 15px;
	border-radius: 4px;
	width: 100%;
}
.inside-bank .instruction {
	font-size: 14px;
	margin: 1em 0 1.2em;
	line-height: 1.4em;
}
.inside-bank .status {
	
}
.inside-bank .status img {
	margin-bottom: 0.5em;
}
.inside-bank .status .title {
	font-weight: bold;
    font-size: 20px;
    line-height: 1.1em;
}
.inside-bank .status .title.error {
	color: #CC3333;
}
.inside-bank .status .title.success {
	color: #389A6E;
}
.inside-bank .status .title.process {
	color: #FFC83D;
}

strong {
	font-weight: bold;
}

@media only screen and (max-width: 768px) {
	.loading-processing-img img {
		width: 150px;
	}
	.inside-bank .status img {
		max-width: 100px;
	}
}

@media only screen and (max-width: 600px) {
	html {
		font-size: 13px;
	}
	.box .top {
		padding: 0px;
	}
	.box .deposit {
		margin-top: 0px;
		padding: 1.2em 2em;
		font-size: 13px;
		float: none;
		text-align: center;
		border-bottom: 1px solid #dddddd;
	}
	.box .deposit .amount {
		font-size: 20px;
		line-height: 1.2em;
	}
	.box .details {
		padding: 1.2em 2em;
		font-size: 13px;
	}
	.box .details label {
		width: 40%;
	}
	.box .content {
		padding: 1em 2em;
	}
	.box .content.inside-bank {
		padding-top: 0px;
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 10px;
	}
}
@media only screen and (max-width: 420px) {
	html {
		font-size: 14px;
	}
	.wrap {
		margin-top: 12px;
	}
	.box .deposit,
	.box .details,
	.box .content {
		padding-left: 1.5em;
		padding-right: 1.5em;
	}
	.box .details label {
		width: 45%;
	}
}

.error-message {
	color: red;
}
.hide {
	display: none;
}