@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&lang=en");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,300,500,700");
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html, body {
    height: 100%;
}
body {
    font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #2f4050;
    font-size: 13px;
    color: #676a6c;
    overflow-x: hidden;
	margin: 0;
}
.gray-bg {
    background-color: #f3f3f4;
}
.middle-box {
    max-width: 400px;
    z-index: 100;
    margin: 0 auto;
    padding-top: 40px;
}
.middle-box h1 {
    font-size: 60px;
}
.middle-box h1.payment-error {
    font-size: 42px;
}
.font-bold {
    font-weight: 600;
}
h3, h4, h5 {
    margin-top: 5px;
    font-weight: 600;
}
.text-center {
    text-align: center;
}
.sitename {
	font-weight: bold;
	margin-top:20px;
}